Color Hex Logo

#848979 Color Hex

#848979
(132,137,121)
0 Favorites   0 Comments

Color spaces of #848979

RGB 132137121
HSL0.220.060.51
HSV79°12°54°
CMYK 0.040.000.12   0.46
XYZ21.912624.177321.6009
Yxy24.17730.32370.3572
Hunter Lab49.1704-6.50048.3728
CIE-Lab56.2649-4.89857.9493

#848979 color RGB value is (132,137,121).

#848979 hex color red value is 132, green value is 137 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #848979 hue: 0.22 , saturation: 0.06 and the lightness value of 848979 is 0.51.

The process color (four color CMYK) of #848979 color hex is 0.04, 0.00, 0.12, 0.46. Web safe color of #848979 is #999966. Color #848979 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001001 01111001
Octal 204 211 171
Decimal 132 137 121
Hex 84 89 79

RGB Percentages of Color #848979

%33.85
%35.13
%31.03

CMYK Percentages of Color #848979

%4
%0
%12
%46

Triadic Colors of #848979

#848979 #798489 #897984

Analogous Colors of #848979

#848979 #7c8979 #898679

Monochromatic Colors of #848979

#848979

Complementary Color

#848979 #7e7989

#848979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848979 Color CSS Codes

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

#848979 Text Font Color

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

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


#848979 Background Color

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

This div background color is #848979


#848979 Border Color

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

This div border color is #848979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848979


Comments

No comments written yet.

Please login to write comment.