COLOR #85571F

HEX: #85571F
RGB: (133,87,31)

Color info

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

RGB color model

#85571F color RGB value is (133,87,31).

  • red value is 133;
  • green value is 87;
  • blue value is 31.
RGB:
(133,87,31)
(52%,34%,12%)

RGB channels and saturation

R 133 of 255 = 52%
G 87 of 255 = 34%
B 31 of 255 = 12%

133
87
31

R + G + B ~ 33%. #85571F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 87 + 31 = 251 (100%)
R 133 of 251 ~ 52.99%
G 87 of 251 ~ 34.66%
B 31 of 251 ~ 12.35%

%52.99
%34.66
%12.35

CMYK color model

#85571F color CMYK value is (0,35,77,48).

  • cyan value is 0.00%
  • magenta value is 34.59%
  • yellow value is 76.69%
  • key color value is 47.84%
CMYK:
(0,35,77,48)
C0M35Y77K48 
(0%,35%,77%,48%)
(0.00/0.35/0.77/0.48)	

CMYK percentages

%0
%34.59
%76.69
%47.84

Codes

Color #85571F in popluar color models

85571F
RGB1338731
HSL33°62.20%32.16%
HSB/HSV33°76.69%52.16%
CMYK0.00%34.59%76.69%
47.84%

Color #85571F in popluar number systems.

HEX85571F
Decimal1338731
Binary10000101101011111111
Octal20512737

Shades and tints

Shades of #85571F

#85571F
(133,87,31)
#79501D
(121,80,29)
#6D491B
(109,73,27)
#614219
(97,66,25)
#553B17
(85,59,23)
#493415
(73,52,21)
#3D2D13
(61,45,19)
#312611
(49,38,17)
#251F0F
(37,31,15)
#19180D
(25,24,13)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #85571F

#85571F
(133,87,31)
#906633
(144,102,51)
#9B7547
(155,117,71)
#A6845B
(166,132,91)
#B1936F
(177,147,111)
#BCA283
(188,162,131)
#C7B197
(199,177,151)
#D2C0AB
(210,192,171)
#DDCFBF
(221,207,191)
#E8DED3
(232,222,211)
#F3EDE7
(243,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85571F color. Also use rgb(133,87,31) instead hex code.

Text Font Color

.myTextColor { color: #85571F; }

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

This text font color is #85571F.


Background Color

.myBgColor { background-color: #85571F; }

<div style="background-color:#85571F">Inner text</div>

This div background color is #85571F.


Border color

.myBorderColor { border: 1px solid #85571F; }

<div style="border:3px solid #85571F">Div</div>

This div border color is #85571F.


Opacity

.myOpacity80 { color: #85571F; opacity: 0.8; }

<p style="color:#85571F;opacity:0.8;">80%</p>

Text with #85571F 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 #85571F;}

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

This text has shadow with #85571F color.

.textShadow {text-shadow: 3px 3px 1px #85571F, 3px 3px 1px red;}

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

This text has shadow with #85571F primary color and red secondary color.


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

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

This text has shadow with #85571F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85571F on black background.


Color preview on white background

This text has color #85571F on white background.



Black color preview on #85571F background

This text has black color on #85571F background.


White color preview on #85571F background

This text has white color on #85571F background.