Color Hex Logo

#896324 Color Hex

#896324
(137,99,36)
0 Favorites   0 Comments

Color spaces of #896324

RGB 1379936
HSL0.100.580.34
HSV37°74°54°
CMYK 0.000.280.74   0.46
XYZ15.096814.36943.6470
Yxy14.36940.45590.4339
Hunter Lab37.90704.752020.8307
CIE-Lab44.75818.893040.2857

#896324 color RGB value is (137,99,36).

#896324 hex color red value is 137, green value is 99 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #896324 hue: 0.10 , saturation: 0.58 and the lightness value of 896324 is 0.34.

The process color (four color CMYK) of #896324 color hex is 0.00, 0.28, 0.74, 0.46. Web safe color of #896324 is #996633. Color #896324 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100011 00100100
Octal 211 143 44
Decimal 137 99 36
Hex 89 63 24

RGB Percentages of Color #896324

%50.37
%36.40
%13.24

CMYK Percentages of Color #896324

%0
%28
%74
%46

Triadic Colors of #896324

#896324 #248963 #632489

Analogous Colors of #896324

#896324 #7d8924 #893124

Monochromatic Colors of #896324

#896324

Complementary Color

#896324 #244a89

#896324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#896324 Color CSS Codes

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

#896324 Text Font Color

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

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


#896324 Background Color

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

This div background color is #896324


#896324 Border Color

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

This div border color is #896324


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896324


Comments

No comments written yet.

Please login to write comment.