COLOR #8B5F70

HEX: #8B5F70
RGB: (139,95,112)

Color info

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

RGB color model

#8B5F70 color RGB value is (139,95,112).

  • red value is 139;
  • green value is 95;
  • blue value is 112.
RGB:
(139,95,112)
(55%,37%,44%)

RGB channels and saturation

R 139 of 255 = 55%
G 95 of 255 = 37%
B 112 of 255 = 44%

139
95
112

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

Portions of RGB colors in percentages

R + G + B =
139 + 95 + 112 = 346 (100%)
R 139 of 346 ~ 40.17%
G 95 of 346 ~ 27.46%
B 112 of 346 ~ 32.37%

%40.17
%27.46
%32.37

CMYK color model

#8B5F70 color CMYK value is (0,32,19,45).

  • cyan value is 0.00%
  • magenta value is 31.65%
  • yellow value is 19.42%
  • key color value is 45.49%
CMYK:
(0,32,19,45)
C0M32Y19K45 
(0%,32%,19%,45%)
(0.00/0.32/0.19/0.45)	

CMYK percentages

%0
%31.65
%19.42
%45.49

Codes

Color #8B5F70 in popluar color models

8B5F70
RGB13995112
HSL337°18.80%45.88%
HSB/HSV337°31.65%54.51%
CMYK0.00%31.65%19.42%
45.49%

Color #8B5F70 in popluar number systems.

HEX8B5F70
Decimal13995112
Binary1000101110111111110000
Octal213137160

Shades and tints

Shades of #8B5F70

#8B5F70
(139,95,112)
#7F5766
(127,87,102)
#734F5C
(115,79,92)
#674752
(103,71,82)
#5B3F48
(91,63,72)
#4F373E
(79,55,62)
#432F34
(67,47,52)
#37272A
(55,39,42)
#2B1F20
(43,31,32)
#1F1716
(31,23,22)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #8B5F70

#8B5F70
(139,95,112)
#956D7D
(149,109,125)
#9F7B8A
(159,123,138)
#A98997
(169,137,151)
#B397A4
(179,151,164)
#BDA5B1
(189,165,177)
#C7B3BE
(199,179,190)
#D1C1CB
(209,193,203)
#DBCFD8
(219,207,216)
#E5DDE5
(229,221,229)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5F70; }

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

This text font color is #8B5F70.


Background Color

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

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

This div background color is #8B5F70.


Border color

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

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

This div border color is #8B5F70.


Opacity

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

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

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

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

This text has shadow with #8B5F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5F70 on black background.


Color preview on white background

This text has color #8B5F70 on white background.



Black color preview on #8B5F70 background

This text has black color on #8B5F70 background.


White color preview on #8B5F70 background

This text has white color on #8B5F70 background.