COLOR #8B572E

HEX: #8B572E
RGB: (139,87,46)

Color info

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

RGB color model

#8B572E color RGB value is (139,87,46).

  • red value is 139;
  • green value is 87;
  • blue value is 46.
RGB:
(139,87,46)
(55%,34%,18%)

RGB channels and saturation

R 139 of 255 = 55%
G 87 of 255 = 34%
B 46 of 255 = 18%

139
87
46

R + G + B ~ 36%. #8B572E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 87 + 46 = 272 (100%)
R 139 of 272 ~ 51.1%
G 87 of 272 ~ 31.99%
B 46 of 272 ~ 16.91%

%51.1
%31.99
%16.91

CMYK color model

#8B572E color CMYK value is (0,37,67,45).

  • cyan value is 0.00%
  • magenta value is 37.41%
  • yellow value is 66.91%
  • key color value is 45.49%
CMYK:
(0,37,67,45)
C0M37Y67K45 
(0%,37%,67%,45%)
(0.00/0.37/0.67/0.45)	

CMYK percentages

%0
%37.41
%66.91
%45.49

Codes

Color #8B572E in popluar color models

8B572E
RGB1398746
HSL26°50.27%36.27%
HSB/HSV26°66.91%54.51%
CMYK0.00%37.41%66.91%
45.49%

Color #8B572E in popluar number systems.

HEX8B572E
Decimal1398746
Binary100010111010111101110
Octal21312756

Shades and tints

Shades of #8B572E

#8B572E
(139,87,46)
#7F502A
(127,80,42)
#734926
(115,73,38)
#674222
(103,66,34)
#5B3B1E
(91,59,30)
#4F341A
(79,52,26)
#432D16
(67,45,22)
#372612
(55,38,18)
#2B1F0E
(43,31,14)
#1F180A
(31,24,10)
#131106
(19,17,6)
#000000
(0,0,0)

Tints of #8B572E

#8B572E
(139,87,46)
#956641
(149,102,65)
#9F7554
(159,117,84)
#A98467
(169,132,103)
#B3937A
(179,147,122)
#BDA28D
(189,162,141)
#C7B1A0
(199,177,160)
#D1C0B3
(209,192,179)
#DBCFC6
(219,207,198)
#E5DED9
(229,222,217)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B572E color. Also use rgb(139,87,46) instead hex code.

Text Font Color

.myTextColor { color: #8B572E; }

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

This text font color is #8B572E.


Background Color

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

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

This div background color is #8B572E.


Border color

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

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

This div border color is #8B572E.


Opacity

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

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

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

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

This text has shadow with #8B572E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B572E on black background.


Color preview on white background

This text has color #8B572E on white background.



Black color preview on #8B572E background

This text has black color on #8B572E background.


White color preview on #8B572E background

This text has white color on #8B572E background.