COLOR #8B5B5F

HEX: #8B5B5F
RGB: (139,91,95)

Color info

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

RGB color model

#8B5B5F color RGB value is (139,91,95).

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

RGB channels and saturation

R 139 of 255 = 55%
G 91 of 255 = 36%
B 95 of 255 = 37%

139
91
95

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

Portions of RGB colors in percentages

R + G + B =
139 + 91 + 95 = 325 (100%)
R 139 of 325 ~ 42.77%
G 91 of 325 ~ 28%
B 95 of 325 ~ 29.23%

%42.77
%28
%29.23

CMYK color model

#8B5B5F color CMYK value is (0,35,32,45).

  • cyan value is 0.00%
  • magenta value is 34.53%
  • yellow value is 31.65%
  • key color value is 45.49%
CMYK: (0,35,32,45) C0M35Y32K45 (0%,35%,32%,45%) (0.00/0.35/0.32/0.45)

CMYK percentages

%0
%34.53
%31.65
%45.49

Codes

Color #8B5B5F in popluar color models

8B5B5F
RGB1399195
HSL355°20.87%45.10%
HSB/HSV355°34.53%54.51%
CMYK0.00%34.53%31.65%
45.49%

Color #8B5B5F in popluar number systems.

HEX8B5B5F
Decimal1399195
Binary1000101110110111011111
Octal213133137

Shades and tints

Shades of #8B5B5F

#8B5B5F
(139,91,95)
#7F5357
(127,83,87)
#734B4F
(115,75,79)
#674347
(103,67,71)
#5B3B3F
(91,59,63)
#4F3337
(79,51,55)
#432B2F
(67,43,47)
#372327
(55,35,39)
#2B1B1F
(43,27,31)
#1F1317
(31,19,23)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #8B5B5F

#8B5B5F
(139,91,95)
#95696D
(149,105,109)
#9F777B
(159,119,123)
#A98589
(169,133,137)
#B39397
(179,147,151)
#BDA1A5
(189,161,165)
#C7AFB3
(199,175,179)
#D1BDC1
(209,189,193)
#DBCBCF
(219,203,207)
#E5D9DD
(229,217,221)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5B5F; }

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

This text font color is #8B5B5F.


Background Color

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

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

This div background color is #8B5B5F.


Border color

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

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

This div border color is #8B5B5F.


Opacity

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

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

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

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

This text has shadow with #8B5B5F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8B5B5F on black background.


Color preview on white background

This text has color #8B5B5F on white background.



Black color preview on #8B5B5F background

This text has black color on #8B5B5F background.


White color preview on #8B5B5F background

This text has white color on #8B5B5F background.