COLOR #8B5940

HEX: #8B5940 RGB: (139,89,64)

Color info

#8B5940 contains mainly red and green colors. Web safe color of #8B5940 is #996633 (or #963).

RGB color model

#8B5940 color RGB value is (139,89,64).

RGB: (139,89,64) (55%, 35%, 25%)

RGB channels and saturation

R 139 of 255 = 55%
G 89 of 255 = 35%
B 64 of 255 = 25%

139
89
64

R + G + B ~ 38%. #8B5940 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 89 + 64 = 292 (100%)
R 139 of 292 ~ 47.6%
G 89 of 292 ~ 30.48%
B 64 of 292 ~ 21.92'%

%47.6
%30.48
%21.92

CMYK color model

#8B5940 color CMYK value is (0,36,54,45).

  • cyan value is 0.00%
  • magenta value is 35.97%
  • yellow value is 53.96%
  • key color value is 45.49%
CMYK: (0,36,54,45) C0M36Y54K45 (0%,36%,54%,45%) (0.00/0.36/0.54/0.45) 

CMYK percentages

%0
%35.97
%53.96
%45.49

Codes

Color #8B5940 in popluar color models

8B 59 40
RGB 139 89 64
HSL 20° 36.95% 39.80%
HSB/HSV 20° 53.96% 54.51%
CMYK 0.00% 35.97% 53.96%
45.49%

Color #8B5940 in popluar number systems.

HEX 8B 59 40
Decimal 139 89 64
Binary 10001011 1011001 1000000
Octal 213 131 100

Shades and tints

Shades of #8B5940

#8B5940
(139,89,64)
#7F513B
(127,81,59)
#734936
(115,73,54)
#674131
(103,65,49)
#5B392C
(91,57,44)
#4F3127
(79,49,39)
#432922
(67,41,34)
#37211D
(55,33,29)
#2B1918
(43,25,24)
#1F1113
(31,17,19)
#13090E
(19,9,14)
#000000
(0,0,0)

Tints of #8B5940

#8B5940
(139,89,64)
#956851
(149,104,81)
#9F7762
(159,119,98)
#A98673
(169,134,115)
#B39584
(179,149,132)
#BDA495
(189,164,149)
#C7B3A6
(199,179,166)
#D1C2B7
(209,194,183)
#DBD1C8
(219,209,200)
#E5E0D9
(229,224,217)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5940; }

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

This text font color is #8B5940.

Background Color

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

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

This div background color is #8B5940.

Border color

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

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

This div border color is #8B5940.

Opacity

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

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

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

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

This text has shadow with #8B5940 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B5940.

Preview

Color preview on black background

This text has color #8B5940 on black background.


Color preview on white background

This text has color #8B5940 on white background.


Black color preview on #8B5940 background

This text has black color on #8B5940 background.


White color preview on #8B5940 background

This text has white color on #8B5940 background.


Related colors

Complementary color

Complementary color for #hex is #74A6BF.


I love getcolorcode.com

Triadic colors

1 #408B59 and #59408B with #8B5940 are triadic colors.

2 #40598B and #598B40 with #8B5940 are triadic colors.