Color Hex Logo

#898152 Color Hex

#898152
(137,129,82)
0 Favorites   0 Comments

Color spaces of #898152

RGB 13712982
HSL0.140.250.43
HSV51°40°54°
CMYK 0.000.060.40   0.46
XYZ19.689821.628111.1195
Yxy21.62810.37550.4125
Hunter Lab46.5060-5.811918.3781
CIE-Lab53.6302-4.280426.5678

#898152 color RGB value is (137,129,82).

#898152 hex color red value is 137, green value is 129 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #898152 hue: 0.14 , saturation: 0.25 and the lightness value of 898152 is 0.43.

The process color (four color CMYK) of #898152 color hex is 0.00, 0.06, 0.40, 0.46. Web safe color of #898152 is #999966. Color #898152 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000001 01010010
Octal 211 201 122
Decimal 137 129 82
Hex 89 81 52

RGB Percentages of Color #898152

%39.37
%37.07
%23.56

CMYK Percentages of Color #898152

%0
%6
%40
%46

Triadic Colors of #898152

#898152 #528981 #815289

Analogous Colors of #898152

#898152 #768952 #896652

Monochromatic Colors of #898152

#898152

Complementary Color

#898152 #525a89

#898152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898152 Color CSS Codes

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

#898152 Text Font Color

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

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


#898152 Background Color

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

This div background color is #898152


#898152 Border Color

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

This div border color is #898152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898152


Comments

No comments written yet.

Please login to write comment.