COLOR #8B5156

HEX: #8B5156 RGB: (139,81,86)

Color info

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

RGB color model

#8B5156 color RGB value is (139,81,86).

RGB: (139,81,86) (55%, 32%, 34%)

RGB channels and saturation

R 139 of 255 = 55%
G 81 of 255 = 32%
B 86 of 255 = 34%

139
81
86

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

Portions of RGB colors in percentages

R + G + B = 139 + 81 + 86 = 306 (100%)
R 139 of 306 ~ 45.42%
G 81 of 306 ~ 26.47%
B 86 of 306 ~ 28.1'%

%45.42
%26.47
%28.1

CMYK color model

#8B5156 color CMYK value is (0,42,38,45).

  • cyan value is 0.00%
  • magenta value is 41.73%
  • yellow value is 38.13%
  • key color value is 45.49%

CMYK: (0,42,38,45)
C0M42Y38K45 (0%, 42%, 38%, 45%)
(0.00 / 0.42 / 0.38 / 0.45)

CMYK percentages

%0
%41.73
%38.13
%45.49

Codes

Color #8B5156 in popluar color models

8B 51 56
RGB 139 81 86
HSL 355° 26.36% 43.14%
HSB/HSV 355° 41.73% 54.51%
CMYK 0.00% 41.73% 38.13%
45.49%

Color #8B5156 in popluar number systems.

HEX 8B 51 56
Decimal 139 81 86
Binary 10001011 1010001 1010110
Octal 213 121 126

Shades and tints

Shades of #8B5156

#8B5156
(139,81,86)
#7F4A4F
(127,74,79)
#734348
(115,67,72)
#673C41
(103,60,65)
#5B353A
(91,53,58)
#4F2E33
(79,46,51)
#43272C
(67,39,44)
#372025
(55,32,37)
#2B191E
(43,25,30)
#1F1217
(31,18,23)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #8B5156

#8B5156
(139,81,86)
#956065
(149,96,101)
#9F6F74
(159,111,116)
#A97E83
(169,126,131)
#B38D92
(179,141,146)
#BD9CA1
(189,156,161)
#C7ABB0
(199,171,176)
#D1BABF
(209,186,191)
#DBC9CE
(219,201,206)
#E5D8DD
(229,216,221)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5156 color. Also use rgb(139,81,86) instead hex code.

Text Font Color

.myTextColor { color: #8B5156; }

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

This text font color is #8B5156.

Background Color

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

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

This div background color is #8B5156.

Border color

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

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

This div border color is #8B5156.

Opacity

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

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

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

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

This text has shadow with #8B5156 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B5156.

Preview

Color preview on black background

This text has color #8B5156 on black background.


Color preview on white background

This text has color #8B5156 on white background.


Black color preview on #8B5156 background

This text has black color on #8B5156 background.


White color preview on #8B5156 background

This text has white color on #8B5156 background.


Related colors

Complementary color

Complementary color for #hex is #74AEA9.


I love getcolorcode.com

Triadic colors

1 #568B51 and #51568B with #8B5156 are triadic colors.

2 #56518B and #518B56 with #8B5156 are triadic colors.