COLOR #895F72

HEX: #895F72
RGB: (137,95,114)

Color info

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

RGB color model

#895F72 color RGB value is (137,95,114).

  • red value is 137;
  • green value is 95;
  • blue value is 114.
RGB:
(137,95,114)
(54%,37%,45%)

RGB channels and saturation

R 137 of 255 = 54%
G 95 of 255 = 37%
B 114 of 255 = 45%

137
95
114

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

Portions of RGB colors in percentages

R + G + B =
137 + 95 + 114 = 346 (100%)
R 137 of 346 ~ 39.6%
G 95 of 346 ~ 27.46%
B 114 of 346 ~ 32.95%

%39.6
%27.46
%32.95

CMYK color model

#895F72 color CMYK value is (0,31,17,46).

  • cyan value is 0.00%
  • magenta value is 30.66%
  • yellow value is 16.79%
  • key color value is 46.27%
CMYK:
(0,31,17,46)
C0M31Y17K46 
(0%,31%,17%,46%)
(0.00/0.31/0.17/0.46)	

CMYK percentages

%0
%30.66
%16.79
%46.27

Codes

Color #895F72 in popluar color models

895F72
RGB13795114
HSL333°18.10%45.49%
HSB/HSV333°30.66%53.73%
CMYK0.00%30.66%16.79%
46.27%

Color #895F72 in popluar number systems.

HEX895F72
Decimal13795114
Binary1000100110111111110010
Octal211137162

Shades and tints

Shades of #895F72

#895F72
(137,95,114)
#7D5768
(125,87,104)
#714F5E
(113,79,94)
#654754
(101,71,84)
#593F4A
(89,63,74)
#4D3740
(77,55,64)
#412F36
(65,47,54)
#35272C
(53,39,44)
#291F22
(41,31,34)
#1D1718
(29,23,24)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #895F72

#895F72
(137,95,114)
#936D7E
(147,109,126)
#9D7B8A
(157,123,138)
#A78996
(167,137,150)
#B197A2
(177,151,162)
#BBA5AE
(187,165,174)
#C5B3BA
(197,179,186)
#CFC1C6
(207,193,198)
#D9CFD2
(217,207,210)
#E3DDDE
(227,221,222)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895F72 color. Also use rgb(137,95,114) instead hex code.

Text Font Color

.myTextColor { color: #895F72; }

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

This text font color is #895F72.


Background Color

.myBgColor { background-color: #895F72; }

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

This div background color is #895F72.


Border color

.myBorderColor { border: 1px solid #895F72; }

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

This div border color is #895F72.


Opacity

.myOpacity80 { color: #895F72; opacity: 0.8; }

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

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

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

This text has shadow with #895F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895F72 on black background.


Color preview on white background

This text has color #895F72 on white background.



Black color preview on #895F72 background

This text has black color on #895F72 background.


White color preview on #895F72 background

This text has white color on #895F72 background.