Color Hex Logo

#666d4e Color Hex

#666D4E
(102,109,78)
0 Favorites   0 Comments

Color spaces of #666d4e

RGB 10210978
HSL0.200.170.37
HSV74°28°43°
CMYK 0.060.000.28   0.57
XYZ12.323314.31219.3207
Yxy14.31210.34270.3980
Hunter Lab37.8313-8.059711.8744
CIE-Lab44.6772-8.474316.4719

#666d4e color RGB value is (102,109,78).

#666d4e hex color red value is 102, green value is 109 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #666d4e hue: 0.20 , saturation: 0.17 and the lightness value of 666d4e is 0.37.

The process color (four color CMYK) of #666d4e color hex is 0.06, 0.00, 0.28, 0.57. Web safe color of #666d4e is #666666. Color #666d4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101101 01001110
Octal 146 155 116
Decimal 102 109 78
Hex 66 6D 4E

RGB Percentages of Color #666d4e

%35.29
%37.72
%26.99

CMYK Percentages of Color #666d4e

%6
%0
%28
%57

Triadic Colors of #666d4e

#666d4e #4e666d #6d4e66

Analogous Colors of #666d4e

#666d4e #576d4e #6d654e

Monochromatic Colors of #666d4e

#666d4e

Complementary Color

#666d4e #554e6d

#666d4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#666d4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#666d4e Color CSS Codes

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

#666d4e Text Font Color

<p style="color:#666d4e">Text here</p>

This sample text font color is #666d4e
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.


#666d4e Background Color

<div style="background-color:#666d4e">
Div content here</div>

This div background color is #666d4e


#666d4e Border Color

<div style="border:3px solid #666d4e">
Div here</div>

This div border color is #666d4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,109,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #666d4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #666d4e;
  -webkit-box-shadow: 1px 1px 3px 2px #666d4e;
  box-shadow:         1px 1px 3px 2px #666d4e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #666d4e


Comments

No comments written yet.

Please login to write comment.