Color Hex Logo

#896310 Color Hex

#896310
(137,99,16)
0 Favorites   0 Comments

Color spaces of #896310

RGB 1379916
HSL0.110.790.30
HSV41°88°54°
CMYK 0.000.280.88   0.46
XYZ14.871914.27952.4626
Yxy14.27950.47040.4517
Hunter Lab37.78824.120922.5879
CIE-Lab44.63118.089047.9766

#896310 color RGB value is (137,99,16).

#896310 hex color red value is 137, green value is 99 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #896310 hue: 0.11 , saturation: 0.79 and the lightness value of 896310 is 0.30.

The process color (four color CMYK) of #896310 color hex is 0.00, 0.28, 0.88, 0.46. Web safe color of #896310 is #996600. Color #896310 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100011 00010000
Octal 211 143 20
Decimal 137 99 16
Hex 89 63 10

RGB Percentages of Color #896310

%54.37
%39.29
%6.35

CMYK Percentages of Color #896310

%0
%28
%88
%46

Triadic Colors of #896310

#896310 #108963 #631089

Analogous Colors of #896310

#896310 #738910 #892710

Monochromatic Colors of #896310

#896310

Complementary Color

#896310 #103689

#896310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#896310 Color CSS Codes

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

#896310 Text Font Color

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

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


#896310 Background Color

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

This div background color is #896310


#896310 Border Color

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

This div border color is #896310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896310


Comments

No comments written yet.

Please login to write comment.