COLOR #8B572C

HEX: #8B572C
RGB: (139,87,44)

Color info

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

RGB color model

#8B572C color RGB value is (139,87,44).

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

RGB channels and saturation

R 139 of 255 = 55%
G 87 of 255 = 34%
B 44 of 255 = 17%

139
87
44

R + G + B ~ 35%. #8B572C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 87 + 44 = 270 (100%)
R 139 of 270 ~ 51.48%
G 87 of 270 ~ 32.22%
B 44 of 270 ~ 16.3%

%51.48
%32.22
%16.3

CMYK color model

#8B572C color CMYK value is (0,37,68,45).

  • cyan value is 0.00%
  • magenta value is 37.41%
  • yellow value is 68.35%
  • key color value is 45.49%
CMYK:
(0,37,68,45)
C0M37Y68K45 
(0%,37%,68%,45%)
(0.00/0.37/0.68/0.45)	

CMYK percentages

%0
%37.41
%68.35
%45.49

Codes

Color #8B572C in popluar color models

8B572C
RGB1398744
HSL27°51.91%35.88%
HSB/HSV27°68.35%54.51%
CMYK0.00%37.41%68.35%
45.49%

Color #8B572C in popluar number systems.

HEX8B572C
Decimal1398744
Binary100010111010111101100
Octal21312754

Shades and tints

Shades of #8B572C

#8B572C
(139,87,44)
#7F5028
(127,80,40)
#734924
(115,73,36)
#674220
(103,66,32)
#5B3B1C
(91,59,28)
#4F3418
(79,52,24)
#432D14
(67,45,20)
#372610
(55,38,16)
#2B1F0C
(43,31,12)
#1F1808
(31,24,8)
#131104
(19,17,4)
#000000
(0,0,0)

Tints of #8B572C

#8B572C
(139,87,44)
#95663F
(149,102,63)
#9F7552
(159,117,82)
#A98465
(169,132,101)
#B39378
(179,147,120)
#BDA28B
(189,162,139)
#C7B19E
(199,177,158)
#D1C0B1
(209,192,177)
#DBCFC4
(219,207,196)
#E5DED7
(229,222,215)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B572C; }

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

This text font color is #8B572C.


Background Color

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

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

This div background color is #8B572C.


Border color

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

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

This div border color is #8B572C.


Opacity

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

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

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

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

This text has shadow with #8B572C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B572C on black background.


Color preview on white background

This text has color #8B572C on white background.



Black color preview on #8B572C background

This text has black color on #8B572C background.


White color preview on #8B572C background

This text has white color on #8B572C background.