COLOR #896073

HEX: #896073
RGB: (137,96,115)

Color info

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

RGB color model

#896073 color RGB value is (137,96,115).

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

RGB channels and saturation

R 137 of 255 = 54%
G 96 of 255 = 38%
B 115 of 255 = 45%

137
96
115

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

Portions of RGB colors in percentages

R + G + B =
137 + 96 + 115 = 348 (100%)
R 137 of 348 ~ 39.37%
G 96 of 348 ~ 27.59%
B 115 of 348 ~ 33.05%

%39.37
%27.59
%33.05

CMYK color model

#896073 color CMYK value is (0,30,16,46).

  • cyan value is 0.00%
  • magenta value is 29.93%
  • yellow value is 16.06%
  • key color value is 46.27%
CMYK:
(0,30,16,46)
C0M30Y16K46 
(0%,30%,16%,46%)
(0.00/0.30/0.16/0.46)	

CMYK percentages

%0
%29.93
%16.06
%46.27

Codes

Color #896073 in popluar color models

896073
RGB13796115
HSL332°17.60%45.69%
HSB/HSV332°29.93%53.73%
CMYK0.00%29.93%16.06%
46.27%

Color #896073 in popluar number systems.

HEX896073
Decimal13796115
Binary1000100111000001110011
Octal211140163

Shades and tints

Shades of #896073

#896073
(137,96,115)
#7D5869
(125,88,105)
#71505F
(113,80,95)
#654855
(101,72,85)
#59404B
(89,64,75)
#4D3841
(77,56,65)
#413037
(65,48,55)
#35282D
(53,40,45)
#292023
(41,32,35)
#1D1819
(29,24,25)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #896073

#896073
(137,96,115)
#936E7F
(147,110,127)
#9D7C8B
(157,124,139)
#A78A97
(167,138,151)
#B198A3
(177,152,163)
#BBA6AF
(187,166,175)
#C5B4BB
(197,180,187)
#CFC2C7
(207,194,199)
#D9D0D3
(217,208,211)
#E3DEDF
(227,222,223)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896073; }

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

This text font color is #896073.


Background Color

.myBgColor { background-color: #896073; }

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

This div background color is #896073.


Border color

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

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

This div border color is #896073.


Opacity

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

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

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

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

This text has shadow with #896073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896073 on black background.


Color preview on white background

This text has color #896073 on white background.



Black color preview on #896073 background

This text has black color on #896073 background.


White color preview on #896073 background

This text has white color on #896073 background.