COLOR #57511F

HEX: #57511F
RGB: (87,81,31)

Color info

#57511F contains red, green and blue colors in about the same proportion. Web safe color of #57511F is #666633 (or #663).

RGB color model

#57511F color RGB value is (87,81,31).

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

RGB channels and saturation

R 87 of 255 = 34%
G 81 of 255 = 32%
B 31 of 255 = 12%

87
81
31

R + G + B ~ 26%. #57511F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 81 + 31 = 199 (100%)
R 87 of 199 ~ 43.72%
G 81 of 199 ~ 40.7%
B 31 of 199 ~ 15.58%

%43.72
%40.7
%15.58

CMYK color model

#57511F color CMYK value is (0,7,64,66).

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 64.37%
  • key color value is 65.88%
CMYK:
(0,7,64,66)
C0M7Y64K66 
(0%,7%,64%,66%)
(0.00/0.07/0.64/0.66)	

CMYK percentages

%0
%6.9
%64.37
%65.88

Codes

Color #57511F in popluar color models

57511F
RGB878131
HSL54°47.46%23.14%
HSB/HSV54°64.37%34.12%
CMYK0.00%6.90%64.37%
65.88%

Color #57511F in popluar number systems.

HEX57511F
Decimal878131
Binary1010111101000111111
Octal12712137

Shades and tints

Shades of #57511F

#57511F
(87,81,31)
#504A1D
(80,74,29)
#49431B
(73,67,27)
#423C19
(66,60,25)
#3B3517
(59,53,23)
#342E15
(52,46,21)
#2D2713
(45,39,19)
#262011
(38,32,17)
#1F190F
(31,25,15)
#18120D
(24,18,13)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #57511F

#57511F
(87,81,31)
#666033
(102,96,51)
#756F47
(117,111,71)
#847E5B
(132,126,91)
#938D6F
(147,141,111)
#A29C83
(162,156,131)
#B1AB97
(177,171,151)
#C0BAAB
(192,186,171)
#CFC9BF
(207,201,191)
#DED8D3
(222,216,211)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57511F; }

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

This text font color is #57511F.


Background Color

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

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

This div background color is #57511F.


Border color

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

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

This div border color is #57511F.


Opacity

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

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

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

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

This text has shadow with #57511F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57511F on black background.


Color preview on white background

This text has color #57511F on white background.



Black color preview on #57511F background

This text has black color on #57511F background.


White color preview on #57511F background

This text has white color on #57511F background.