Color Hex Logo

#667044 Color Hex

#667044
(102,112,68)
0 Favorites   0 Comments

Color spaces of #667044

RGB 10211268
HSL0.200.240.35
HSV74°39°44°
CMYK 0.090.000.39   0.56
XYZ12.317014.83057.6822
Yxy14.83050.35360.4258
Hunter Lab38.5104-10.302515.1299
CIE-Lab45.4012-11.637923.2212

#667044 color RGB value is (102,112,68).

#667044 hex color red value is 102, green value is 112 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #667044 hue: 0.20 , saturation: 0.24 and the lightness value of 667044 is 0.35.

The process color (four color CMYK) of #667044 color hex is 0.09, 0.00, 0.39, 0.56. Web safe color of #667044 is #666633. Color #667044 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01110000 01000100
Octal 146 160 104
Decimal 102 112 68
Hex 66 70 44

RGB Percentages of Color #667044

%36.17
%39.72
%24.11

CMYK Percentages of Color #667044

%9
%0
%39
%56

Triadic Colors of #667044

#667044 #446670 #704466

Analogous Colors of #667044

#667044 #507044 #706444

Monochromatic Colors of #667044

#667044

Complementary Color

#667044 #4e4470

#667044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#667044 Color CSS Codes

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

#667044 Text Font Color

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

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


#667044 Background Color

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

This div background color is #667044


#667044 Border Color

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

This div border color is #667044


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,112,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #667044; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #667044;
  -webkit-box-shadow: 1px 1px 3px 2px #667044;
  box-shadow:         1px 1px 3px 2px #667044; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667044


Comments

No comments written yet.

Please login to write comment.