COLOR #895F5D

HEX: #895F5D
RGB: (137,95,93)

Color info

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

RGB color model

#895F5D color RGB value is (137,95,93).

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

RGB channels and saturation

R 137 of 255 = 54%
G 95 of 255 = 37%
B 93 of 255 = 36%

137
95
93

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

Portions of RGB colors in percentages

R + G + B =
137 + 95 + 93 = 325 (100%)
R 137 of 325 ~ 42.15%
G 95 of 325 ~ 29.23%
B 93 of 325 ~ 28.62%

%42.15
%29.23
%28.62

CMYK color model

#895F5D color CMYK value is (0,31,32,46).

  • cyan value is 0.00%
  • magenta value is 30.66%
  • yellow value is 32.12%
  • key color value is 46.27%
CMYK:
(0,31,32,46)
C0M31Y32K46 
(0%,31%,32%,46%)
(0.00/0.31/0.32/0.46)	

CMYK percentages

%0
%30.66
%32.12
%46.27

Codes

Color #895F5D in popluar color models

895F5D
RGB1379593
HSL19.13%45.10%
HSB/HSV32.12%53.73%
CMYK0.00%30.66%32.12%
46.27%

Color #895F5D in popluar number systems.

HEX895F5D
Decimal1379593
Binary1000100110111111011101
Octal211137135

Shades and tints

Shades of #895F5D

#895F5D
(137,95,93)
#7D5755
(125,87,85)
#714F4D
(113,79,77)
#654745
(101,71,69)
#593F3D
(89,63,61)
#4D3735
(77,55,53)
#412F2D
(65,47,45)
#352725
(53,39,37)
#291F1D
(41,31,29)
#1D1715
(29,23,21)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #895F5D

#895F5D
(137,95,93)
#936D6B
(147,109,107)
#9D7B79
(157,123,121)
#A78987
(167,137,135)
#B19795
(177,151,149)
#BBA5A3
(187,165,163)
#C5B3B1
(197,179,177)
#CFC1BF
(207,193,191)
#D9CFCD
(217,207,205)
#E3DDDB
(227,221,219)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895F5D; }

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

This text font color is #895F5D.


Background Color

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

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

This div background color is #895F5D.


Border color

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

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

This div border color is #895F5D.


Opacity

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

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

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

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

This text has shadow with #895F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895F5D on black background.


Color preview on white background

This text has color #895F5D on white background.



Black color preview on #895F5D background

This text has black color on #895F5D background.


White color preview on #895F5D background

This text has white color on #895F5D background.