Color Hex Logo

#66681f Color Hex

#66681F
(102,104,31)
0 Favorites   0 Comments

Color spaces of #66681f

RGB 10210431
HSL0.170.540.26
HSV62°70°41°
CMYK 0.020.000.70   0.59
XYZ10.677112.82433.2089
Yxy12.82430.39970.4801
Hunter Lab35.8110-9.449319.7550
CIE-Lab42.4973-10.889339.0802

#66681f color RGB value is (102,104,31).

#66681f hex color red value is 102, green value is 104 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #66681f hue: 0.17 , saturation: 0.54 and the lightness value of 66681f is 0.26.

The process color (four color CMYK) of #66681f color hex is 0.02, 0.00, 0.70, 0.59. Web safe color of #66681f is #666633. Color #66681f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101000 00011111
Octal 146 150 37
Decimal 102 104 31
Hex 66 68 1F

RGB Percentages of Color #66681f

%43.04
%43.88
%13.08

CMYK Percentages of Color #66681f

%2
%0
%70
%59

Triadic Colors of #66681f

#66681f #1f6668 #681f66

Analogous Colors of #66681f

#66681f #42681f #68461f

Monochromatic Colors of #66681f

#66681f

Complementary Color

#66681f #211f68

#66681f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66681f Color Preview on White Background

Lorem ipsum dolor sit amet.

#66681f Color CSS Codes

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

#66681f Text Font Color

<p style="color:#66681f">Text here</p>

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


#66681f Background Color

<div style="background-color:#66681f">
Div content here</div>

This div background color is #66681f


#66681f Border Color

<div style="border:3px solid #66681f">
Div here</div>

This div border color is #66681f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,104,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66681f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66681f;
  -webkit-box-shadow: 1px 1px 3px 2px #66681f;
  box-shadow:         1px 1px 3px 2px #66681f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66681f


Comments

No comments written yet.

Please login to write comment.