COLOR #8B5954

HEX: #8B5954 RGB: (139,89,84)

Color info

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

RGB color model

#8B5954 color RGB value is (139,89,84).

RGB: (139,89,84) (55%, 35%, 33%)

RGB channels and saturation

R 139 of 255 = 55%
G 89 of 255 = 35%
B 84 of 255 = 33%

139
89
84

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

Portions of RGB colors in percentages

R + G + B = 139 + 89 + 84 = 312 (100%)
R 139 of 312 ~ 44.55%
G 89 of 312 ~ 28.53%
B 84 of 312 ~ 26.92'%

%44.55
%28.53
%26.92

CMYK color model

#8B5954 color CMYK value is (0,36,40,45).

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

CMYK: (0,36,40,45)
C0M36Y40K45 (0%, 36%, 40%, 45%)
(0.00 / 0.36 / 0.40 / 0.45)

CMYK percentages

%0
%35.97
%39.57
%45.49

Codes

Color #8B5954 in popluar color models

8B 59 54
RGB 139 89 84
HSL 24.66% 43.73%
HSB/HSV 39.57% 54.51%
CMYK 0.00% 35.97% 39.57%
45.49%

Color #8B5954 in popluar number systems.

HEX 8B 59 54
Decimal 139 89 84
Binary 10001011 1011001 1010100
Octal 213 131 124

Shades and tints

Shades of #8B5954

#8B5954
(139,89,84)
#7F514D
(127,81,77)
#734946
(115,73,70)
#67413F
(103,65,63)
#5B3938
(91,57,56)
#4F3131
(79,49,49)
#43292A
(67,41,42)
#372123
(55,33,35)
#2B191C
(43,25,28)
#1F1115
(31,17,21)
#13090E
(19,9,14)
#000000
(0,0,0)

Tints of #8B5954

#8B5954
(139,89,84)
#956863
(149,104,99)
#9F7772
(159,119,114)
#A98681
(169,134,129)
#B39590
(179,149,144)
#BDA49F
(189,164,159)
#C7B3AE
(199,179,174)
#D1C2BD
(209,194,189)
#DBD1CC
(219,209,204)
#E5E0DB
(229,224,219)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5954; }

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

This text font color is #8B5954.

Background Color

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

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

This div background color is #8B5954.

Border color

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

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

This div border color is #8B5954.

Opacity

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

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

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

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

This text has shadow with #8B5954 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B5954.

Preview

Color preview on black background

This text has color #8B5954 on black background.


Color preview on white background

This text has color #8B5954 on white background.


Black color preview on #8B5954 background

This text has black color on #8B5954 background.


White color preview on #8B5954 background

This text has white color on #8B5954 background.


Related colors

Complementary color

Complementary color for #hex is #74A6AB.


I love getcolorcode.com

Triadic colors

1 #548B59 and #59548B with #8B5954 are triadic colors.

2 #54598B and #598B54 with #8B5954 are triadic colors.