COLOR #57511E

HEX: #57511E
RGB: (87,81,30)

Color info

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

RGB color model

#57511E color RGB value is (87,81,30).

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

RGB channels and saturation

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

87
81
30

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

Portions of RGB colors in percentages

R + G + B =
87 + 81 + 30 = 198 (100%)
R 87 of 198 ~ 43.94%
G 81 of 198 ~ 40.91%
B 30 of 198 ~ 15.15%

%43.94
%40.91
%15.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 65.52%
  • key color value is 65.88%
CMYK:
(0,7,66,66)
C0M7Y66K66 
(0%,7%,66%,66%)
(0.00/0.07/0.66/0.66)	

CMYK percentages

%0
%6.9
%65.52
%65.88

Codes

Color #57511E in popluar color models

57511E
RGB878130
HSL54°48.72%22.94%
HSB/HSV54°65.52%34.12%
CMYK0.00%6.90%65.52%
65.88%

Color #57511E in popluar number systems.

HEX57511E
Decimal878130
Binary1010111101000111110
Octal12712136

Shades and tints

Shades of #57511E

#57511E
(87,81,30)
#504A1C
(80,74,28)
#49431A
(73,67,26)
#423C18
(66,60,24)
#3B3516
(59,53,22)
#342E14
(52,46,20)
#2D2712
(45,39,18)
#262010
(38,32,16)
#1F190E
(31,25,14)
#18120C
(24,18,12)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #57511E

#57511E
(87,81,30)
#666032
(102,96,50)
#756F46
(117,111,70)
#847E5A
(132,126,90)
#938D6E
(147,141,110)
#A29C82
(162,156,130)
#B1AB96
(177,171,150)
#C0BAAA
(192,186,170)
#CFC9BE
(207,201,190)
#DED8D2
(222,216,210)
#EDE7E6
(237,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57511E; }

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

This text font color is #57511E.


Background Color

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

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

This div background color is #57511E.


Border color

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

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

This div border color is #57511E.


Opacity

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

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

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

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

This text has shadow with #57511E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57511E on black background.


Color preview on white background

This text has color #57511E on white background.



Black color preview on #57511E background

This text has black color on #57511E background.


White color preview on #57511E background

This text has white color on #57511E background.