COLOR #8B5E54

HEX: #8B5E54 RGB: (139,94,84)

Color info

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

RGB color model

#8B5E54 color RGB value is (139,94,84).

RGB: (139,94,84) (55%, 37%, 33%)

RGB channels and saturation

R 139 of 255 = 55%
G 94 of 255 = 37%
B 84 of 255 = 33%

139
94
84

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

Portions of RGB colors in percentages

R + G + B = 139 + 94 + 84 = 317 (100%)
R 139 of 317 ~ 43.85%
G 94 of 317 ~ 29.65%
B 84 of 317 ~ 26.5'%

%43.85
%29.65
%26.5

CMYK color model

#8B5E54 color CMYK value is (0,32,40,45).

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

CMYK: (0,32,40,45)
C0M32Y40K45 (0%, 32%, 40%, 45%)
(0.00 / 0.32 / 0.40 / 0.45)

CMYK percentages

%0
%32.37
%39.57
%45.49

Codes

Color #8B5E54 in popluar color models

8B 5E 54
RGB 139 94 84
HSL 11° 24.66% 43.73%
HSB/HSV 11° 39.57% 54.51%
CMYK 0.00% 32.37% 39.57%
45.49%

Color #8B5E54 in popluar number systems.

HEX 8B 5E 54
Decimal 139 94 84
Binary 10001011 1011110 1010100
Octal 213 136 124

Shades and tints

Shades of #8B5E54

#8B5E54
(139,94,84)
#7F564D
(127,86,77)
#734E46
(115,78,70)
#67463F
(103,70,63)
#5B3E38
(91,62,56)
#4F3631
(79,54,49)
#432E2A
(67,46,42)
#372623
(55,38,35)
#2B1E1C
(43,30,28)
#1F1615
(31,22,21)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #8B5E54

#8B5E54
(139,94,84)
#956C63
(149,108,99)
#9F7A72
(159,122,114)
#A98881
(169,136,129)
#B39690
(179,150,144)
#BDA49F
(189,164,159)
#C7B2AE
(199,178,174)
#D1C0BD
(209,192,189)
#DBCECC
(219,206,204)
#E5DCDB
(229,220,219)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5E54; }

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

This text font color is #8B5E54.

Background Color

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

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

This div background color is #8B5E54.

Border color

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

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

This div border color is #8B5E54.

Opacity

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

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

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

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

This text has shadow with #8B5E54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B5E54.

Preview

Color preview on black background

This text has color #8B5E54 on black background.


Color preview on white background

This text has color #8B5E54 on white background.


Black color preview on #8B5E54 background

This text has black color on #8B5E54 background.


White color preview on #8B5E54 background

This text has white color on #8B5E54 background.


Related colors

Complementary color

Complementary color for #hex is #74A1AB.


I love getcolorcode.com

Triadic colors

1 #548B5E and #5E548B with #8B5E54 are triadic colors.

2 #545E8B and #5E8B54 with #8B5E54 are triadic colors.