COLOR #895F6B

HEX: #895F6B RGB: (137,95,107)

Color info

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

RGB color model

#895F6B color RGB value is (137,95,107).

RGB: (137,95,107) (54%, 37%, 42%)

RGB channels and saturation

R 137 of 255 = 54%
G 95 of 255 = 37%
B 107 of 255 = 42%

137
95
107

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

Portions of RGB colors in percentages

R + G + B = 137 + 95 + 107 = 339 (100%)
R 137 of 339 ~ 40.41%
G 95 of 339 ~ 28.02%
B 107 of 339 ~ 31.56'%

%40.41
%28.02
%31.56

CMYK color model

#895F6B color CMYK value is (0,31,22,46).

  • cyan value is 0.00%
  • magenta value is 30.66%
  • yellow value is 21.90%
  • key color value is 46.27%

CMYK: (0,31,22,46)
C0M31Y22K46 (0%, 31%, 22%, 46%)
(0.00 / 0.31 / 0.22 / 0.46)

CMYK percentages

%0
%30.66
%21.9
%46.27

Codes

Color #895F6B in popluar color models

89 5F 6B
RGB 137 95 107
HSL 343° 18.10% 45.49%
HSB/HSV 343° 30.66% 53.73%
CMYK 0.00% 30.66% 21.90%
46.27%

Color #895F6B in popluar number systems.

HEX 89 5F 6B
Decimal 137 95 107
Binary 10001001 1011111 1101011
Octal 211 137 153

Shades and tints

Shades of #895F6B

#895F6B
(137,95,107)
#7D5762
(125,87,98)
#714F59
(113,79,89)
#654750
(101,71,80)
#593F47
(89,63,71)
#4D373E
(77,55,62)
#412F35
(65,47,53)
#35272C
(53,39,44)
#291F23
(41,31,35)
#1D171A
(29,23,26)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #895F6B

#895F6B
(137,95,107)
#936D78
(147,109,120)
#9D7B85
(157,123,133)
#A78992
(167,137,146)
#B1979F
(177,151,159)
#BBA5AC
(187,165,172)
#C5B3B9
(197,179,185)
#CFC1C6
(207,193,198)
#D9CFD3
(217,207,211)
#E3DDE0
(227,221,224)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895F6B; }

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

This text font color is #895F6B.

Background Color

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

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

This div background color is #895F6B.

Border color

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

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

This div border color is #895F6B.

Opacity

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

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

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

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

This text has shadow with #895F6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #895F6B.

Preview

Color preview on black background

This text has color #895F6B on black background.


Color preview on white background

This text has color #895F6B on white background.


Black color preview on #895F6B background

This text has black color on #895F6B background.


White color preview on #895F6B background

This text has white color on #895F6B background.


Related colors

Complementary color

Complementary color for #hex is #76A094.


I love getcolorcode.com

Triadic colors

1 #6B895F and #5F6B89 with #895F6B are triadic colors.

2 #6B5F89 and #5F896B with #895F6B are triadic colors.