Color Hex Logo

#898272 Color Hex

#898272
(137,130,114)
0 Favorites   0 Comments

Color spaces of #898272

RGB 137130114
HSL0.120.090.49
HSV42°17°54°
CMYK 0.000.050.17   0.46
XYZ21.336422.498519.1377
Yxy22.49850.33880.3573
Hunter Lab47.4326-2.71319.2810
CIE-Lab54.5520-0.22659.6099

#898272 color RGB value is (137,130,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000010 01110010
Octal 211 202 162
Decimal 137 130 114
Hex 89 82 72

RGB Percentages of Color #898272

%35.96
%34.12
%29.92

CMYK Percentages of Color #898272

%0
%5
%17
%46

Triadic Colors of #898272

#898272 #728982 #827289

Analogous Colors of #898272

#898272 #858972 #897772

Monochromatic Colors of #898272

#898272

Complementary Color

#898272 #727989

#898272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898272 Color CSS Codes

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

#898272 Text Font Color

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

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


#898272 Background Color

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

This div background color is #898272


#898272 Border Color

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

This div border color is #898272


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,130,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 #898272">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898272


Comments

No comments written yet.

Please login to write comment.