COLOR #8B6574

HEX: #8B6574
RGB: (139,101,116)

Color info

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

RGB color model

#8B6574 color RGB value is (139,101,116).

  • red value is 139;
  • green value is 101;
  • blue value is 116.
RGB:
(139,101,116)
(55%,40%,45%)

RGB channels and saturation

R 139 of 255 = 55%
G 101 of 255 = 40%
B 116 of 255 = 45%

139
101
116

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

Portions of RGB colors in percentages

R + G + B =
139 + 101 + 116 = 356 (100%)
R 139 of 356 ~ 39.04%
G 101 of 356 ~ 28.37%
B 116 of 356 ~ 32.58%

%39.04
%28.37
%32.58

CMYK color model

#8B6574 color CMYK value is (0,27,17,45).

  • cyan value is 0.00%
  • magenta value is 27.34%
  • yellow value is 16.55%
  • key color value is 45.49%
CMYK:
(0,27,17,45)
C0M27Y17K45 
(0%,27%,17%,45%)
(0.00/0.27/0.17/0.45)	

CMYK percentages

%0
%27.34
%16.55
%45.49

Codes

Color #8B6574 in popluar color models

8B6574
RGB139101116
HSL336°15.83%47.06%
HSB/HSV336°27.34%54.51%
CMYK0.00%27.34%16.55%
45.49%

Color #8B6574 in popluar number systems.

HEX8B6574
Decimal139101116
Binary1000101111001011110100
Octal213145164

Shades and tints

Shades of #8B6574

#8B6574
(139,101,116)
#7F5C6A
(127,92,106)
#735360
(115,83,96)
#674A56
(103,74,86)
#5B414C
(91,65,76)
#4F3842
(79,56,66)
#432F38
(67,47,56)
#37262E
(55,38,46)
#2B1D24
(43,29,36)
#1F141A
(31,20,26)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #8B6574

#8B6574
(139,101,116)
#957380
(149,115,128)
#9F818C
(159,129,140)
#A98F98
(169,143,152)
#B39DA4
(179,157,164)
#BDABB0
(189,171,176)
#C7B9BC
(199,185,188)
#D1C7C8
(209,199,200)
#DBD5D4
(219,213,212)
#E5E3E0
(229,227,224)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6574 color. Also use rgb(139,101,116) instead hex code.

Text Font Color

.myTextColor { color: #8B6574; }

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

This text font color is #8B6574.


Background Color

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

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

This div background color is #8B6574.


Border color

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

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

This div border color is #8B6574.


Opacity

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

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

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

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

This text has shadow with #8B6574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6574 on black background.


Color preview on white background

This text has color #8B6574 on white background.



Black color preview on #8B6574 background

This text has black color on #8B6574 background.


White color preview on #8B6574 background

This text has white color on #8B6574 background.