COLOR #8B555B

HEX: #8B555B RGB: (139,85,91)

Color info

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

RGB color model

#8B555B color RGB value is (139,85,91).

RGB: (139,85,91) (55%, 33%, 36%)

RGB channels and saturation

R 139 of 255 = 55%
G 85 of 255 = 33%
B 91 of 255 = 36%

139
85
91

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

Portions of RGB colors in percentages

R + G + B = 139 + 85 + 91 = 315 (100%)
R 139 of 315 ~ 44.13%
G 85 of 315 ~ 26.98%
B 91 of 315 ~ 28.89'%

%44.13
%26.98
%28.89

CMYK color model

#8B555B color CMYK value is (0,39,35,45).

  • cyan value is 0.00%
  • magenta value is 38.85%
  • yellow value is 34.53%
  • key color value is 45.49%
CMYK: (0,39,35,45) C0M39Y35K45 (0%,39%,35%,45%) (0.00/0.39/0.35/0.45) 

CMYK percentages

%0
%38.85
%34.53
%45.49

Codes

Color #8B555B in popluar color models

8B 55 5B
RGB 139 85 91
HSL 353° 24.11% 43.92%
HSB/HSV 353° 38.85% 54.51%
CMYK 0.00% 38.85% 34.53%
45.49%

Color #8B555B in popluar number systems.

HEX 8B 55 5B
Decimal 139 85 91
Binary 10001011 1010101 1011011
Octal 213 125 133

Shades and tints

Shades of #8B555B

#8B555B
(139,85,91)
#7F4E53
(127,78,83)
#73474B
(115,71,75)
#674043
(103,64,67)
#5B393B
(91,57,59)
#4F3233
(79,50,51)
#432B2B
(67,43,43)
#372423
(55,36,35)
#2B1D1B
(43,29,27)
#1F1613
(31,22,19)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #8B555B

#8B555B
(139,85,91)
#956469
(149,100,105)
#9F7377
(159,115,119)
#A98285
(169,130,133)
#B39193
(179,145,147)
#BDA0A1
(189,160,161)
#C7AFAF
(199,175,175)
#D1BEBD
(209,190,189)
#DBCDCB
(219,205,203)
#E5DCD9
(229,220,217)
#EFEBE7
(239,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B555B; }

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

This text font color is #8B555B.

Background Color

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

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

This div background color is #8B555B.

Border color

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

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

This div border color is #8B555B.

Opacity

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

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

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

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

This text has shadow with #8B555B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B555B.

Preview

Color preview on black background

This text has color #8B555B on black background.


Color preview on white background

This text has color #8B555B on white background.


Black color preview on #8B555B background

This text has black color on #8B555B background.


White color preview on #8B555B background

This text has white color on #8B555B background.


Related colors

Complementary color

Complementary color for #hex is #74AAA4.


I love getcolorcode.com

Triadic colors

1 #5B8B55 and #555B8B with #8B555B are triadic colors.

2 #5B558B and #558B5B with #8B555B are triadic colors.