Color Hex Logo

#676d5e Color Hex

#676D5E
(103,109,94)
0 Favorites   0 Comments

Color spaces of #676d5e

RGB 10310994
HSL0.230.070.40
HSV84°14°43°
CMYK 0.060.000.14   0.57
XYZ13.082514.629012.7238
Yxy14.62900.32350.3618
Hunter Lab38.2479-5.87877.0497
CIE-Lab45.1218-5.29707.6027

#676d5e color RGB value is (103,109,94).

#676d5e hex color red value is 103, green value is 109 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #676d5e hue: 0.23 , saturation: 0.07 and the lightness value of 676d5e is 0.40.

The process color (four color CMYK) of #676d5e color hex is 0.06, 0.00, 0.14, 0.57. Web safe color of #676d5e is #666666. Color #676d5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01101101 01011110
Octal 147 155 136
Decimal 103 109 94
Hex 67 6D 5E

RGB Percentages of Color #676d5e

%33.66
%35.62
%30.72

CMYK Percentages of Color #676d5e

%6
%0
%14
%57

Triadic Colors of #676d5e

#676d5e #5e676d #6d5e67

Analogous Colors of #676d5e

#676d5e #606d5e #6d6c5e

Monochromatic Colors of #676d5e

#676d5e

Complementary Color

#676d5e #645e6d

#676d5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#676d5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#676d5e Color CSS Codes

.mybgcolor {background-color:#676d5e; } 
.myforecolor {color:#676d5e; }
.mybordercolor {border:3px solid #676d5e; }

#676d5e Text Font Color

<p style="color:#676d5e">Text here</p>

This sample text font color is #676d5e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#676d5e Background Color

<div style="background-color:#676d5e">
Div content here</div>

This div background color is #676d5e


#676d5e Border Color

<div style="border:3px solid #676d5e">
Div here</div>

This div border color is #676d5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,109,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #676d5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #676d5e;
  -webkit-box-shadow: 1px 1px 3px 2px #676d5e;
  box-shadow:         1px 1px 3px 2px #676d5e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,109,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #676d5e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #676d5e;
  -webkit-box-shadow: 1px 1px 3px 2px #676d5e;
  box-shadow:         1px 1px 3px 2px #676d5e;">
Div content here</div>

This div box has shadow with color #676d5e


Comments

No comments written yet.

Please login to write comment.