COLOR #896367

HEX: #896367
RGB: (137,99,103)

Color info

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

RGB color model

#896367 color RGB value is (137,99,103).

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

RGB channels and saturation

R 137 of 255 = 54%
G 99 of 255 = 39%
B 103 of 255 = 40%

137
99
103

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

Portions of RGB colors in percentages

R + G + B =
137 + 99 + 103 = 339 (100%)
R 137 of 339 ~ 40.41%
G 99 of 339 ~ 29.2%
B 103 of 339 ~ 30.38%

%40.41
%29.2
%30.38

CMYK color model

#896367 color CMYK value is (0,28,25,46).

  • cyan value is 0.00%
  • magenta value is 27.74%
  • yellow value is 24.82%
  • key color value is 46.27%
CMYK: (0,28,25,46) C0M28Y25K46 (0%,28%,25%,46%) (0.00/0.28/0.25/0.46)

CMYK percentages

%0
%27.74
%24.82
%46.27

Codes

Color #896367 in popluar color models

896367
RGB13799103
HSL354°16.10%46.27%
HSB/HSV354°27.74%53.73%
CMYK0.00%27.74%24.82%
46.27%

Color #896367 in popluar number systems.

HEX896367
Decimal13799103
Binary1000100111000111100111
Octal211143147

Shades and tints

Shades of #896367

#896367
(137,99,103)
#7D5A5E
(125,90,94)
#715155
(113,81,85)
#65484C
(101,72,76)
#593F43
(89,63,67)
#4D363A
(77,54,58)
#412D31
(65,45,49)
#352428
(53,36,40)
#291B1F
(41,27,31)
#1D1216
(29,18,22)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #896367

#896367
(137,99,103)
#937174
(147,113,116)
#9D7F81
(157,127,129)
#A78D8E
(167,141,142)
#B19B9B
(177,155,155)
#BBA9A8
(187,169,168)
#C5B7B5
(197,183,181)
#CFC5C2
(207,197,194)
#D9D3CF
(217,211,207)
#E3E1DC
(227,225,220)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896367; }

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

This text font color is #896367.


Background Color

.myBgColor { background-color: #896367; }

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

This div background color is #896367.


Border color

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

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

This div border color is #896367.


Opacity

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

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

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

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

This text has shadow with #896367 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #896367 on black background.


Color preview on white background

This text has color #896367 on white background.



Black color preview on #896367 background

This text has black color on #896367 background.


White color preview on #896367 background

This text has white color on #896367 background.