Color Hex Logo

#898279 Color Hex

#898279
(137,130,121)
0 Favorites   0 Comments

Color spaces of #898279

RGB 137130121
HSL0.090.060.51
HSV34°12°54°
CMYK 0.000.050.12   0.46
XYZ21.750322.664121.3174
Yxy22.66410.33090.3448
Hunter Lab47.6068-1.76006.7759
CIE-Lab54.72470.98165.8063

#898279 color RGB value is (137,130,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000010 01111001
Octal 211 202 171
Decimal 137 130 121
Hex 89 82 79

RGB Percentages of Color #898279

%35.31
%33.51
%31.19

CMYK Percentages of Color #898279

%0
%5
%12
%46

Triadic Colors of #898279

#898279 #798982 #827989

Analogous Colors of #898279

#898279 #888979 #897a79

Monochromatic Colors of #898279

#898279

Complementary Color

#898279 #798089

#898279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898279 Color CSS Codes

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

#898279 Text Font Color

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

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


#898279 Background Color

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

This div background color is #898279


#898279 Border Color

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

This div border color is #898279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898279


Comments

No comments written yet.

Please login to write comment.