Color Hex Logo

#898212 Color Hex

#898212
(137,130,18)
0 Favorites   0 Comments

Color spaces of #898212

RGB 13713018
HSL0.160.770.30
HSV56°87°54°
CMYK 0.000.050.87   0.46
XYZ18.408321.32733.7186
Yxy21.32730.42360.4908
Hunter Lab46.1815-9.666127.5529
CIE-Lab53.3059-9.445554.6041

#898212 color RGB value is (137,130,18).

#898212 hex color red value is 137, green value is 130 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #898212 hue: 0.16 , saturation: 0.77 and the lightness value of 898212 is 0.30.

The process color (four color CMYK) of #898212 color hex is 0.00, 0.05, 0.87, 0.46. Web safe color of #898212 is #999900. Color #898212 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000010 00010010
Octal 211 202 22
Decimal 137 130 18
Hex 89 82 12

RGB Percentages of Color #898212

%48.07
%45.61
%6.32

CMYK Percentages of Color #898212

%0
%5
%87
%46

Triadic Colors of #898212

#898212 #128982 #821289

Analogous Colors of #898212

#898212 #558912 #894612

Monochromatic Colors of #898212

#898212

Complementary Color

#898212 #121989

#898212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898212 Color CSS Codes

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

#898212 Text Font Color

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

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


#898212 Background Color

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

This div background color is #898212


#898212 Border Color

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

This div border color is #898212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898212


Comments

No comments written yet.

Please login to write comment.