COLOR #8B7370

HEX: #8B7370 RGB: (139,115,112)

Color info

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

RGB color model

#8B7370 color RGB value is (139,115,112).

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

RGB channels and saturation

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

139
115
112

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

Portions of RGB colors in percentages

R + G + B = 139 + 115 + 112 = 366 (100%)
R 139 of 366 ~ 37.98%
G 115 of 366 ~ 31.42%
B 112 of 366 ~ 30.6'%

%37.98
%31.42
%30.6

CMYK color model

#8B7370 color CMYK value is (0,17,19,45).

  • cyan value is 0.00%
  • magenta value is 17.27%
  • yellow value is 19.42%
  • key color value is 45.49%
CMYK: (0,17,19,45) C0M17Y19K45 (0%,17%,19%,45%) (0.00/0.17/0.19/0.45) 

CMYK percentages

%0
%17.27
%19.42
%45.49

Codes

Color #8B7370 in popluar color models

8B 73 70
RGB 139 115 112
HSL 10.76% 49.22%
HSB/HSV 19.42% 54.51%
CMYK 0.00% 17.27% 19.42%
45.49%

Color #8B7370 in popluar number systems.

HEX 8B 73 70
Decimal 139 115 112
Binary 10001011 1110011 1110000
Octal 213 163 160

Shades and tints

Shades of #8B7370

#8B7370
(139,115,112)
#7F6966
(127,105,102)
#735F5C
(115,95,92)
#675552
(103,85,82)
#5B4B48
(91,75,72)
#4F413E
(79,65,62)
#433734
(67,55,52)
#372D2A
(55,45,42)
#2B2320
(43,35,32)
#1F1916
(31,25,22)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #8B7370

#8B7370
(139,115,112)
#957F7D
(149,127,125)
#9F8B8A
(159,139,138)
#A99797
(169,151,151)
#B3A3A4
(179,163,164)
#BDAFB1
(189,175,177)
#C7BBBE
(199,187,190)
#D1C7CB
(209,199,203)
#DBD3D8
(219,211,216)
#E5DFE5
(229,223,229)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7370; }

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

This text font color is #8B7370.

Background Color

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

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

This div background color is #8B7370.

Border color

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

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

This div border color is #8B7370.

Opacity

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

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

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

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

This text has shadow with #8B7370 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7370.

Preview

Color preview on black background

This text has color #8B7370 on black background.


Color preview on white background

This text has color #8B7370 on white background.


Black color preview on #8B7370 background

This text has black color on #8B7370 background.


White color preview on #8B7370 background

This text has white color on #8B7370 background.


Related colors

Complementary color

Complementary color for #hex is #748C8F.


I love getcolorcode.com

Triadic colors

1 #708B73 and #73708B with #8B7370 are triadic colors.

2 #70738B and #738B70 with #8B7370 are triadic colors.