Color Hex Logo

#898072 Color Hex

#898072
(137,128,114)
0 Favorites   0 Comments

Color spaces of #898072

RGB 137128114
HSL0.100.090.49
HSV37°17°54°
CMYK 0.000.070.17   0.46
XYZ21.073021.971619.0499
Yxy21.97160.33940.3538
Hunter Lab46.8739-1.78148.7158
CIE-Lab53.99690.91068.8244

#898072 color RGB value is (137,128,114).

#898072 hex color red value is 137, green value is 128 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #898072 hue: 0.10 , saturation: 0.09 and the lightness value of 898072 is 0.49.

The process color (four color CMYK) of #898072 color hex is 0.00, 0.07, 0.17, 0.46. Web safe color of #898072 is #999966. Color #898072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000000 01110010
Octal 211 200 162
Decimal 137 128 114
Hex 89 80 72

RGB Percentages of Color #898072

%36.15
%33.77
%30.08

CMYK Percentages of Color #898072

%0
%7
%17
%46

Triadic Colors of #898072

#898072 #728980 #807289

Analogous Colors of #898072

#898072 #878972 #897572

Monochromatic Colors of #898072

#898072

Complementary Color

#898072 #727b89

#898072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898072 Color CSS Codes

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

#898072 Text Font Color

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

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


#898072 Background Color

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

This div background color is #898072


#898072 Border Color

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

This div border color is #898072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898072


Comments

No comments written yet.

Please login to write comment.