Color Hex Logo

#898142 Color Hex

#898142
(137,129,66)
0 Favorites   0 Comments

Color spaces of #898142

RGB 13712966
HSL0.150.350.40
HSV53°52°54°
CMYK 0.000.060.52   0.46
XYZ19.150221.41228.2779
Yxy21.41220.39210.4384
Hunter Lab46.2733-7.106121.7849
CIE-Lab53.3977-6.006134.9252

#898142 color RGB value is (137,129,66).

#898142 hex color red value is 137, green value is 129 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #898142 hue: 0.15 , saturation: 0.35 and the lightness value of 898142 is 0.40.

The process color (four color CMYK) of #898142 color hex is 0.00, 0.06, 0.52, 0.46. Web safe color of #898142 is #999933. Color #898142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000001 01000010
Octal 211 201 102
Decimal 137 129 66
Hex 89 81 42

RGB Percentages of Color #898142

%41.27
%38.86
%19.88

CMYK Percentages of Color #898142

%0
%6
%52
%46

Triadic Colors of #898142

#898142 #428981 #814289

Analogous Colors of #898142

#898142 #6e8942 #895e42

Monochromatic Colors of #898142

#898142

Complementary Color

#898142 #424a89

#898142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898142 Color CSS Codes

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

#898142 Text Font Color

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

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


#898142 Background Color

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

This div background color is #898142


#898142 Border Color

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

This div border color is #898142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898142


Comments

No comments written yet.

Please login to write comment.