Color Hex Logo

#667948 Color Hex

#667948
(102,121,72)
0 Favorites   0 Comments

Color spaces of #667948

RGB 10212172
HSL0.230.250.38
HSV83°40°47°
CMYK 0.160.000.40   0.53
XYZ13.486616.96748.6951
Yxy16.96740.34450.4334
Hunter Lab41.1915-13.642116.3185
CIE-Lab48.2189-16.015524.5962

#667948 color RGB value is (102,121,72).

#667948 hex color red value is 102, green value is 121 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #667948 hue: 0.23 , saturation: 0.25 and the lightness value of 667948 is 0.38.

The process color (four color CMYK) of #667948 color hex is 0.16, 0.00, 0.40, 0.53. Web safe color of #667948 is #666633. Color #667948 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01111001 01001000
Octal 146 171 110
Decimal 102 121 72
Hex 66 79 48

RGB Percentages of Color #667948

%34.58
%41.02
%24.41

CMYK Percentages of Color #667948

%16
%0
%40
%53

Triadic Colors of #667948

#667948 #486679 #794866

Analogous Colors of #667948

#667948 #4e7948 #797448

Monochromatic Colors of #667948

#667948

Complementary Color

#667948 #5b4879

#667948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#667948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#667948 Color CSS Codes

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

#667948 Text Font Color

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

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


#667948 Background Color

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

This div background color is #667948


#667948 Border Color

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

This div border color is #667948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #667948


Comments

No comments written yet.

Please login to write comment.