Color Hex Logo

#66954d Color Hex

#66954D
(102,149,77)
0 Favorites   0 Comments

Color spaces of #66954d

RGB 10214977
HSL0.280.320.44
HSV99°48°58°
CMYK 0.320.000.48   0.42
XYZ17.566524.855510.8929
Yxy24.85550.32950.4662
Hunter Lab49.8553-24.352321.9444
CIE-Lab56.9344-29.564232.9040

#66954d color RGB value is (102,149,77).

#66954d hex color red value is 102, green value is 149 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #66954d hue: 0.28 , saturation: 0.32 and the lightness value of 66954d is 0.44.

The process color (four color CMYK) of #66954d color hex is 0.32, 0.00, 0.48, 0.42. Web safe color of #66954d is #669966. Color #66954d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10010101 01001101
Octal 146 225 115
Decimal 102 149 77
Hex 66 95 4D

RGB Percentages of Color #66954d

%31.10
%45.43
%23.48

CMYK Percentages of Color #66954d

%32
%0
%48
%42

Triadic Colors of #66954d

#66954d #4d6695 #954d66

Analogous Colors of #66954d

#66954d #4d9558 #8a954d

Monochromatic Colors of #66954d

#66954d

Complementary Color

#66954d #7c4d95

#66954d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66954d Color Preview on White Background

Lorem ipsum dolor sit amet.

#66954d Color CSS Codes

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

#66954d Text Font Color

<p style="color:#66954d">Text here</p>

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


#66954d Background Color

<div style="background-color:#66954d">
Div content here</div>

This div background color is #66954d


#66954d Border Color

<div style="border:3px solid #66954d">
Div here</div>

This div border color is #66954d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,149,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66954d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66954d;
  -webkit-box-shadow: 1px 1px 3px 2px #66954d;
  box-shadow:         1px 1px 3px 2px #66954d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66954d


Comments

No comments written yet.

Please login to write comment.