Color Hex Logo

#898242 Color Hex

#898242
(137,130,66)
0 Favorites   0 Comments

Color spaces of #898242

RGB 13713066
HSL0.150.350.40
HSV54°52°54°
CMYK 0.000.050.52   0.46
XYZ19.282521.67708.3220
Yxy21.67700.39130.4399
Hunter Lab46.5586-7.550721.9933
CIE-Lab53.6826-6.560735.2662

#898242 color RGB value is (137,130,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000010 01000010
Octal 211 202 102
Decimal 137 130 66
Hex 89 82 42

RGB Percentages of Color #898242

%41.14
%39.04
%19.82

CMYK Percentages of Color #898242

%0
%5
%52
%46

Triadic Colors of #898242

#898242 #428982 #824289

Analogous Colors of #898242

#898242 #6d8942 #895f42

Monochromatic Colors of #898242

#898242

Complementary Color

#898242 #424989

#898242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898242 Color CSS Codes

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

#898242 Text Font Color

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

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


#898242 Background Color

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

This div background color is #898242


#898242 Border Color

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

This div border color is #898242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898242


Comments

No comments written yet.

Please login to write comment.