Color Hex Logo

#66994d Color Hex

#66994D
(102,153,77)
0 Favorites   0 Comments

Color spaces of #66994d

RGB 10215377
HSL0.280.330.45
HSV100°50°60°
CMYK 0.330.000.50   0.40
XYZ18.210326.143111.1075
Yxy26.14310.32830.4714
Hunter Lab51.1303-25.904522.9111
CIE-Lab58.1726-31.463934.4333

#66994d color RGB value is (102,153,77).

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

The process color (four color CMYK) of #66994d color hex is 0.33, 0.00, 0.50, 0.40. Web safe color of #66994d is #669966. Color #66994d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011001 01001101
Octal 146 231 115
Decimal 102 153 77
Hex 66 99 4D

RGB Percentages of Color #66994d

%30.72
%46.08
%23.19

CMYK Percentages of Color #66994d

%33
%0
%50
%40

Triadic Colors of #66994d

#66994d #4d6699 #994d66

Analogous Colors of #66994d

#66994d #4d995a #8c994d

Monochromatic Colors of #66994d

#66994d

Complementary Color

#66994d #804d99

#66994d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66994d Color Preview on White Background

Lorem ipsum dolor sit amet.

#66994d Color CSS Codes

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

#66994d Text Font Color

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

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


#66994d Background Color

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

This div background color is #66994d


#66994d Border Color

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

This div border color is #66994d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,153,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 #66994d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66994d


Comments

No comments written yet.

Please login to write comment.