Color Hex Logo

#896c2c Color Hex

#896C2C
(137,108,44)
0 Favorites   0 Comments

Color spaces of #896c2c

RGB 13710844
HSL0.110.510.35
HSV41°68°54°
CMYK 0.000.210.68   0.46
XYZ16.133716.22534.6643
Yxy16.22530.43580.4382
Hunter Lab40.28061.003921.3310
CIE-Lab47.26874.134139.1043

#896c2c color RGB value is (137,108,44).

#896c2c hex color red value is 137, green value is 108 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #896c2c hue: 0.11 , saturation: 0.51 and the lightness value of 896c2c is 0.35.

The process color (four color CMYK) of #896c2c color hex is 0.00, 0.21, 0.68, 0.46. Web safe color of #896c2c is #996633. Color #896c2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101100 00101100
Octal 211 154 54
Decimal 137 108 44
Hex 89 6C 2C

RGB Percentages of Color #896c2c

%47.40
%37.37
%15.22

CMYK Percentages of Color #896c2c

%0
%21
%68
%46

Triadic Colors of #896c2c

#896c2c #2c896c #6c2c89

Analogous Colors of #896c2c

#896c2c #78892c #893e2c

Monochromatic Colors of #896c2c

#896c2c

Complementary Color

#896c2c #2c4989

#896c2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896c2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#896c2c Color CSS Codes

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

#896c2c Text Font Color

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

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


#896c2c Background Color

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

This div background color is #896c2c


#896c2c Border Color

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

This div border color is #896c2c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,108,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #896c2c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #896c2c;
  -webkit-box-shadow: 1px 1px 3px 2px #896c2c;
  box-shadow:         1px 1px 3px 2px #896c2c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896c2c


Comments

No comments written yet.

Please login to write comment.