COLOR #8B5B6B

HEX: #8B5B6B RGB: (139,91,107)

Color info

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

RGB color model

#8B5B6B color RGB value is (139,91,107).

RGB: (139,91,107) (55%, 36%, 42%)

RGB channels and saturation

R 139 of 255 = 55%
G 91 of 255 = 36%
B 107 of 255 = 42%

139
91
107

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

Portions of RGB colors in percentages

R + G + B = 139 + 91 + 107 = 337 (100%)
R 139 of 337 ~ 41.25%
G 91 of 337 ~ 27%
B 107 of 337 ~ 31.75'%

%41.25
%27
%31.75

CMYK color model

#8B5B6B color CMYK value is (0,35,23,45).

  • cyan value is 0.00%
  • magenta value is 34.53%
  • yellow value is 23.02%
  • key color value is 45.49%

CMYK: (0,35,23,45)
C0M35Y23K45 (0%, 35%, 23%, 45%)
(0.00 / 0.35 / 0.23 / 0.45)

CMYK percentages

%0
%34.53
%23.02
%45.49

Codes

Color #8B5B6B in popluar color models

8B 5B 6B
RGB 139 91 107
HSL 340° 20.87% 45.10%
HSB/HSV 340° 34.53% 54.51%
CMYK 0.00% 34.53% 23.02%
45.49%

Color #8B5B6B in popluar number systems.

HEX 8B 5B 6B
Decimal 139 91 107
Binary 10001011 1011011 1101011
Octal 213 133 153

Shades and tints

Shades of #8B5B6B

#8B5B6B
(139,91,107)
#7F5362
(127,83,98)
#734B59
(115,75,89)
#674350
(103,67,80)
#5B3B47
(91,59,71)
#4F333E
(79,51,62)
#432B35
(67,43,53)
#37232C
(55,35,44)
#2B1B23
(43,27,35)
#1F131A
(31,19,26)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #8B5B6B

#8B5B6B
(139,91,107)
#956978
(149,105,120)
#9F7785
(159,119,133)
#A98592
(169,133,146)
#B3939F
(179,147,159)
#BDA1AC
(189,161,172)
#C7AFB9
(199,175,185)
#D1BDC6
(209,189,198)
#DBCBD3
(219,203,211)
#E5D9E0
(229,217,224)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5B6B color. Also use rgb(139,91,107) instead hex code.

Text Font Color

.myTextColor { color: #8B5B6B; }

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

This text font color is #8B5B6B.

Background Color

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

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

This div background color is #8B5B6B.

Border color

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

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

This div border color is #8B5B6B.

Opacity

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

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

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

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

This text has shadow with #8B5B6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B5B6B.

Preview

Color preview on black background

This text has color #8B5B6B on black background.


Color preview on white background

This text has color #8B5B6B on white background.


Black color preview on #8B5B6B background

This text has black color on #8B5B6B background.


White color preview on #8B5B6B background

This text has white color on #8B5B6B background.


Related colors

Complementary color

Complementary color for #hex is #74A494.


I love getcolorcode.com

Triadic colors

1 #6B8B5B and #5B6B8B with #8B5B6B are triadic colors.

2 #6B5B8B and #5B8B6B with #8B5B6B are triadic colors.