COLOR #896567

HEX: #896567
RGB: (137,101,103)

Color info

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

RGB color model

#896567 color RGB value is (137,101,103).

  • red value is 137;
  • green value is 101;
  • blue value is 103.
RGB:
(137,101,103)
(54%,40%,40%)

RGB channels and saturation

R 137 of 255 = 54%
G 101 of 255 = 40%
B 103 of 255 = 40%

137
101
103

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

Portions of RGB colors in percentages

R + G + B =
137 + 101 + 103 = 341 (100%)
R 137 of 341 ~ 40.18%
G 101 of 341 ~ 29.62%
B 103 of 341 ~ 30.21%

%40.18
%29.62
%30.21

CMYK color model

#896567 color CMYK value is (0,26,25,46).

  • cyan value is 0.00%
  • magenta value is 26.28%
  • yellow value is 24.82%
  • key color value is 46.27%
CMYK:
(0,26,25,46)
C0M26Y25K46 
(0%,26%,25%,46%)
(0.00/0.26/0.25/0.46)	

CMYK percentages

%0
%26.28
%24.82
%46.27

Codes

Color #896567 in popluar color models

896567
RGB137101103
HSL357°15.13%46.67%
HSB/HSV357°26.28%53.73%
CMYK0.00%26.28%24.82%
46.27%

Color #896567 in popluar number systems.

HEX896567
Decimal137101103
Binary1000100111001011100111
Octal211145147

Shades and tints

Shades of #896567

#896567
(137,101,103)
#7D5C5E
(125,92,94)
#715355
(113,83,85)
#654A4C
(101,74,76)
#594143
(89,65,67)
#4D383A
(77,56,58)
#412F31
(65,47,49)
#352628
(53,38,40)
#291D1F
(41,29,31)
#1D1416
(29,20,22)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #896567

#896567
(137,101,103)
#937374
(147,115,116)
#9D8181
(157,129,129)
#A78F8E
(167,143,142)
#B19D9B
(177,157,155)
#BBABA8
(187,171,168)
#C5B9B5
(197,185,181)
#CFC7C2
(207,199,194)
#D9D5CF
(217,213,207)
#E3E3DC
(227,227,220)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896567 color. Also use rgb(137,101,103) instead hex code.

Text Font Color

.myTextColor { color: #896567; }

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

This text font color is #896567.


Background Color

.myBgColor { background-color: #896567; }

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

This div background color is #896567.


Border color

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

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

This div border color is #896567.


Opacity

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

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

Text with #896567 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 #896567;}

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

This text has shadow with #896567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896567 on black background.


Color preview on white background

This text has color #896567 on white background.



Black color preview on #896567 background

This text has black color on #896567 background.


White color preview on #896567 background

This text has white color on #896567 background.