Color Hex Logo

#66824d Color Hex

#66824D
(102,130,77)
0 Favorites   0 Comments

Color spaces of #66824d

RGB 10213077
HSL0.250.260.41
HSV92°41°51°
CMYK 0.220.000.41   0.49
XYZ14.801719.32599.9713
Yxy19.32590.33560.4382
Hunter Lab43.9612-16.831417.3247
CIE-Lab51.0663-20.073625.4827

#66824d color RGB value is (102,130,77).

#66824d hex color red value is 102, green value is 130 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #66824d hue: 0.25 , saturation: 0.26 and the lightness value of 66824d is 0.41.

The process color (four color CMYK) of #66824d color hex is 0.22, 0.00, 0.41, 0.49. Web safe color of #66824d is #669966. Color #66824d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10000010 01001101
Octal 146 202 115
Decimal 102 130 77
Hex 66 82 4D

RGB Percentages of Color #66824d

%33.01
%42.07
%24.92

CMYK Percentages of Color #66824d

%22
%0
%41
%49

Triadic Colors of #66824d

#66824d #4d6682 #824d66

Analogous Colors of #66824d

#66824d #4d824f #81824d

Monochromatic Colors of #66824d

#66824d

Complementary Color

#66824d #694d82

#66824d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66824d Color Preview on White Background

Lorem ipsum dolor sit amet.

#66824d Color CSS Codes

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

#66824d Text Font Color

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

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


#66824d Background Color

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

This div background color is #66824d


#66824d Border Color

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

This div border color is #66824d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66824d


Comments

No comments written yet.

Please login to write comment.