COLOR #8B6F73

HEX: #8B6F73 RGB: (139,111,115)

Color info

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

RGB color model

#8B6F73 color RGB value is (139,111,115).

RGB: (139,111,115) (55%, 44%, 45%)

RGB channels and saturation

R 139 of 255 = 55%
G 111 of 255 = 44%
B 115 of 255 = 45%

139
111
115

R + G + B ~ 48%. #8B6F73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 139 + 111 + 115 = 365 (100%)
R 139 of 365 ~ 38.08%
G 111 of 365 ~ 30.41%
B 115 of 365 ~ 31.51'%

%38.08
%30.41
%31.51

CMYK color model

#8B6F73 color CMYK value is (0,20,17,45).

  • cyan value is 0.00%
  • magenta value is 20.14%
  • yellow value is 17.27%
  • key color value is 45.49%
CMYK: (0,20,17,45) C0M20Y17K45 (0%,20%,17%,45%) (0.00/0.20/0.17/0.45) 

CMYK percentages

%0
%20.14
%17.27
%45.49

Codes

Color #8B6F73 in popluar color models

8B 6F 73
RGB 139 111 115
HSL 351° 11.20% 49.02%
HSB/HSV 351° 20.14% 54.51%
CMYK 0.00% 20.14% 17.27%
45.49%

Color #8B6F73 in popluar number systems.

HEX 8B 6F 73
Decimal 139 111 115
Binary 10001011 1101111 1110011
Octal 213 157 163

Shades and tints

Shades of #8B6F73

#8B6F73
(139,111,115)
#7F6569
(127,101,105)
#735B5F
(115,91,95)
#675155
(103,81,85)
#5B474B
(91,71,75)
#4F3D41
(79,61,65)
#433337
(67,51,55)
#37292D
(55,41,45)
#2B1F23
(43,31,35)
#1F1519
(31,21,25)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #8B6F73

#8B6F73
(139,111,115)
#957C7F
(149,124,127)
#9F898B
(159,137,139)
#A99697
(169,150,151)
#B3A3A3
(179,163,163)
#BDB0AF
(189,176,175)
#C7BDBB
(199,189,187)
#D1CAC7
(209,202,199)
#DBD7D3
(219,215,211)
#E5E4DF
(229,228,223)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6F73 color. Also use rgb(139,111,115) instead hex code.

Text Font Color

.myTextColor { color: #8B6F73; }

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

This text font color is #8B6F73.

Background Color

.myBgColor { background-color: #8B6F73; }

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

This div background color is #8B6F73.

Border color

.myBorderColor { border: 1px solid #8B6F73; }

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

This div border color is #8B6F73.

Opacity

.myOpacity80 { color: #8B6F73; opacity: 0.8; }

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

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

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

This text has shadow with #8B6F73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6F73.

Preview

Color preview on black background

This text has color #8B6F73 on black background.


Color preview on white background

This text has color #8B6F73 on white background.


Black color preview on #8B6F73 background

This text has black color on #8B6F73 background.


White color preview on #8B6F73 background

This text has white color on #8B6F73 background.


Related colors

Complementary color

Complementary color for #hex is #74908C.


I love getcolorcode.com

Triadic colors

1 #738B6F and #6F738B with #8B6F73 are triadic colors.

2 #736F8B and #6F8B73 with #8B6F73 are triadic colors.