COLOR #896051

HEX: #896051
RGB: (137,96,81)

Color info

#896051 contains red, green and blue colors in about the same proportion. Web safe color of #896051 is #996666 (or #966).

RGB color model

#896051 color RGB value is (137,96,81).

  • red value is 137;
  • green value is 96;
  • blue value is 81.
RGB:
(137,96,81)
(54%,38%,32%)

RGB channels and saturation

R 137 of 255 = 54%
G 96 of 255 = 38%
B 81 of 255 = 32%

137
96
81

R + G + B ~ 41%. #896051 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 96 + 81 = 314 (100%)
R 137 of 314 ~ 43.63%
G 96 of 314 ~ 30.57%
B 81 of 314 ~ 25.8%

%43.63
%30.57
%25.8

CMYK color model

#896051 color CMYK value is (0,30,41,46).

  • cyan value is 0.00%
  • magenta value is 29.93%
  • yellow value is 40.88%
  • key color value is 46.27%
CMYK:
(0,30,41,46)
C0M30Y41K46 
(0%,30%,41%,46%)
(0.00/0.30/0.41/0.46)	

CMYK percentages

%0
%29.93
%40.88
%46.27

Codes

Color #896051 in popluar color models

896051
RGB1379681
HSL16°25.69%42.75%
HSB/HSV16°40.88%53.73%
CMYK0.00%29.93%40.88%
46.27%

Color #896051 in popluar number systems.

HEX896051
Decimal1379681
Binary1000100111000001010001
Octal211140121

Shades and tints

Shades of #896051

#896051
(137,96,81)
#7D584A
(125,88,74)
#715043
(113,80,67)
#65483C
(101,72,60)
#594035
(89,64,53)
#4D382E
(77,56,46)
#413027
(65,48,39)
#352820
(53,40,32)
#292019
(41,32,25)
#1D1812
(29,24,18)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #896051

#896051
(137,96,81)
#936E60
(147,110,96)
#9D7C6F
(157,124,111)
#A78A7E
(167,138,126)
#B1988D
(177,152,141)
#BBA69C
(187,166,156)
#C5B4AB
(197,180,171)
#CFC2BA
(207,194,186)
#D9D0C9
(217,208,201)
#E3DED8
(227,222,216)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896051 color. Also use rgb(137,96,81) instead hex code.

Text Font Color

.myTextColor { color: #896051; }

<p style="color:#896051">This sample text font color is #896051.</p>

This text font color is #896051.


Background Color

.myBgColor { background-color: #896051; }

<div style="background-color:#896051">Inner text</div>

This div background color is #896051.


Border color

.myBorderColor { border: 1px solid #896051; }

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

This div border color is #896051.


Opacity

.myOpacity80 { color: #896051; opacity: 0.8; }

<p style="color:#896051;opacity:0.8;">80%</p>

Text with #896051 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #896051;}

<p style="text-shadow: 3px 3px 1px #896051">Text here.</p>

This text has shadow with #896051 color.

.textShadow {text-shadow: 3px 3px 1px #896051, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #896051, 5px 5px 20px red">Text here.</p>

This text has shadow with #896051 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#896051, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#896051, Direction=45, Strength=4)">Text</p>

This text has shadow with #896051 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #896051;
  -webkit-box-shadow:	1px 1px 3px 2px #896051;
  box-shadow:		1px 1px 3px 2px #896051;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #896051;
-webkit-box-shadow: 1px 1px 3px 2px #896051;
box-shadow:1px 1px 3px 2px #896051;">
Div content here</div>
This div box has shadow with color #896051.

Preview

Color preview on black background

This text has color #896051 on black background.


Color preview on white background

This text has color #896051 on white background.



Black color preview on #896051 background

This text has black color on #896051 background.


White color preview on #896051 background

This text has white color on #896051 background.