Color Hex Logo

#896032 Color Hex

#896032
(137,96,50)
0 Favorites   0 Comments

Color spaces of #896032

RGB 1379650
HSL0.090.470.37
HSV32°64°54°
CMYK 0.000.300.64   0.46
XYZ15.075113.91444.9088
Yxy13.91440.44470.4105
Hunter Lab37.30206.859818.3091
CIE-Lab44.109911.557132.4561

#896032 color RGB value is (137,96,50).

#896032 hex color red value is 137, green value is 96 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #896032 hue: 0.09 , saturation: 0.47 and the lightness value of 896032 is 0.37.

The process color (four color CMYK) of #896032 color hex is 0.00, 0.30, 0.64, 0.46. Web safe color of #896032 is #996633. Color #896032 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100000 00110010
Octal 211 140 62
Decimal 137 96 50
Hex 89 60 32

RGB Percentages of Color #896032

%48.41
%33.92
%17.67

CMYK Percentages of Color #896032

%0
%30
%64
%46

Triadic Colors of #896032

#896032 #328960 #603289

Analogous Colors of #896032

#896032 #878932 #893532

Monochromatic Colors of #896032

#896032

Complementary Color

#896032 #325b89

#896032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#896032 Color CSS Codes

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

#896032 Text Font Color

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

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


#896032 Background Color

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

This div background color is #896032


#896032 Border Color

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

This div border color is #896032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896032


Comments

No comments written yet.

Please login to write comment.