COLOR #8B5C5E

HEX: #8B5C5E RGB: (139,92,94)

Color info

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

RGB color model

#8B5C5E color RGB value is (139,92,94).

RGB: (139,92,94) (55%, 36%, 37%)

RGB channels and saturation

R 139 of 255 = 55%
G 92 of 255 = 36%
B 94 of 255 = 37%

139
92
94

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

Portions of RGB colors in percentages

R + G + B = 139 + 92 + 94 = 325 (100%)
R 139 of 325 ~ 42.77%
G 92 of 325 ~ 28.31%
B 94 of 325 ~ 28.92'%

%42.77
%28.31
%28.92

CMYK color model

#8B5C5E color CMYK value is (0,34,32,45).

  • cyan value is 0.00%
  • magenta value is 33.81%
  • yellow value is 32.37%
  • key color value is 45.49%

CMYK: (0,34,32,45)
C0M34Y32K45 (0%, 34%, 32%, 45%)
(0.00 / 0.34 / 0.32 / 0.45)

CMYK percentages

%0
%33.81
%32.37
%45.49

Codes

Color #8B5C5E in popluar color models

8B 5C 5E
RGB 139 92 94
HSL 357° 20.35% 45.29%
HSB/HSV 357° 33.81% 54.51%
CMYK 0.00% 33.81% 32.37%
45.49%

Color #8B5C5E in popluar number systems.

HEX 8B 5C 5E
Decimal 139 92 94
Binary 10001011 1011100 1011110
Octal 213 134 136

Shades and tints

Shades of #8B5C5E

#8B5C5E
(139,92,94)
#7F5456
(127,84,86)
#734C4E
(115,76,78)
#674446
(103,68,70)
#5B3C3E
(91,60,62)
#4F3436
(79,52,54)
#432C2E
(67,44,46)
#372426
(55,36,38)
#2B1C1E
(43,28,30)
#1F1416
(31,20,22)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #8B5C5E

#8B5C5E
(139,92,94)
#956A6C
(149,106,108)
#9F787A
(159,120,122)
#A98688
(169,134,136)
#B39496
(179,148,150)
#BDA2A4
(189,162,164)
#C7B0B2
(199,176,178)
#D1BEC0
(209,190,192)
#DBCCCE
(219,204,206)
#E5DADC
(229,218,220)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5C5E color. Also use rgb(139,92,94) instead hex code.

Text Font Color

.myTextColor { color: #8B5C5E; }

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

This text font color is #8B5C5E.

Background Color

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

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

This div background color is #8B5C5E.

Border color

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

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

This div border color is #8B5C5E.

Opacity

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

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

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

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

This text has shadow with #8B5C5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B5C5E.

Preview

Color preview on black background

This text has color #8B5C5E on black background.


Color preview on white background

This text has color #8B5C5E on white background.


Black color preview on #8B5C5E background

This text has black color on #8B5C5E background.


White color preview on #8B5C5E background

This text has white color on #8B5C5E background.


Related colors

Complementary color

Complementary color for #hex is #74A3A1.


I love getcolorcode.com

Triadic colors

1 #5E8B5C and #5C5E8B with #8B5C5E are triadic colors.

2 #5E5C8B and #5C8B5E with #8B5C5E are triadic colors.