COLOR #8B5C4C

HEX: #8B5C4C RGB: (139,92,76)

Color info

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

RGB color model

#8B5C4C color RGB value is (139,92,76).

RGB: (139,92,76) (55%, 36%, 30%)

RGB channels and saturation

R 139 of 255 = 55%
G 92 of 255 = 36%
B 76 of 255 = 30%

139
92
76

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

Portions of RGB colors in percentages

R + G + B = 139 + 92 + 76 = 307 (100%)
R 139 of 307 ~ 45.28%
G 92 of 307 ~ 29.97%
B 76 of 307 ~ 24.76'%

%45.28
%29.97
%24.76

CMYK color model

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

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

CMYK: (0,34,45,45)
C0M34Y45K45 (0%, 34%, 45%, 45%)
(0.00 / 0.34 / 0.45 / 0.45)

CMYK percentages

%0
%33.81
%45.32
%45.49

Codes

Color #8B5C4C in popluar color models

8B 5C 4C
RGB 139 92 76
HSL 15° 29.30% 42.16%
HSB/HSV 15° 45.32% 54.51%
CMYK 0.00% 33.81% 45.32%
45.49%

Color #8B5C4C in popluar number systems.

HEX 8B 5C 4C
Decimal 139 92 76
Binary 10001011 1011100 1001100
Octal 213 134 114

Shades and tints

Shades of #8B5C4C

#8B5C4C
(139,92,76)
#7F5446
(127,84,70)
#734C40
(115,76,64)
#67443A
(103,68,58)
#5B3C34
(91,60,52)
#4F342E
(79,52,46)
#432C28
(67,44,40)
#372422
(55,36,34)
#2B1C1C
(43,28,28)
#1F1416
(31,20,22)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #8B5C4C

#8B5C4C
(139,92,76)
#956A5C
(149,106,92)
#9F786C
(159,120,108)
#A9867C
(169,134,124)
#B3948C
(179,148,140)
#BDA29C
(189,162,156)
#C7B0AC
(199,176,172)
#D1BEBC
(209,190,188)
#DBCCCC
(219,204,204)
#E5DADC
(229,218,220)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5C4C; }

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

This text font color is #8B5C4C.

Background Color

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

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

This div background color is #8B5C4C.

Border color

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

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

This div border color is #8B5C4C.

Opacity

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

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

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

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

This text has shadow with #8B5C4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B5C4C.

Preview

Color preview on black background

This text has color #8B5C4C on black background.


Color preview on white background

This text has color #8B5C4C on white background.


Black color preview on #8B5C4C background

This text has black color on #8B5C4C background.


White color preview on #8B5C4C background

This text has white color on #8B5C4C background.


Related colors

Complementary color

Complementary color for #hex is #74A3B3.


I love getcolorcode.com

Triadic colors

1 #4C8B5C and #5C4C8B with #8B5C4C are triadic colors.

2 #4C5C8B and #5C8B4C with #8B5C4C are triadic colors.