COLOR #57511A

HEX: #57511A
RGB: (87,81,26)

Color info

#57511A contains mainly red and green colors. Web safe color of #57511A is #666600 (or #660).

RGB color model

#57511A color RGB value is (87,81,26).

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

RGB channels and saturation

R 87 of 255 = 34%
G 81 of 255 = 32%
B 26 of 255 = 10%

87
81
26

R + G + B ~ 25%. #57511A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 81 + 26 = 194 (100%)
R 87 of 194 ~ 44.85%
G 81 of 194 ~ 41.75%
B 26 of 194 ~ 13.4%

%44.85
%41.75
%13.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 70.11%
  • key color value is 65.88%
CMYK:
(0,7,70,66)
C0M7Y70K66 
(0%,7%,70%,66%)
(0.00/0.07/0.70/0.66)	

CMYK percentages

%0
%6.9
%70.11
%65.88

Codes

Color #57511A in popluar color models

57511A
RGB878126
HSL54°53.98%22.16%
HSB/HSV54°70.11%34.12%
CMYK0.00%6.90%70.11%
65.88%

Color #57511A in popluar number systems.

HEX57511A
Decimal878126
Binary1010111101000111010
Octal12712132

Shades and tints

Shades of #57511A

#57511A
(87,81,26)
#504A18
(80,74,24)
#494316
(73,67,22)
#423C14
(66,60,20)
#3B3512
(59,53,18)
#342E10
(52,46,16)
#2D270E
(45,39,14)
#26200C
(38,32,12)
#1F190A
(31,25,10)
#181208
(24,18,8)
#110B06
(17,11,6)
#000000
(0,0,0)

Tints of #57511A

#57511A
(87,81,26)
#66602E
(102,96,46)
#756F42
(117,111,66)
#847E56
(132,126,86)
#938D6A
(147,141,106)
#A29C7E
(162,156,126)
#B1AB92
(177,171,146)
#C0BAA6
(192,186,166)
#CFC9BA
(207,201,186)
#DED8CE
(222,216,206)
#EDE7E2
(237,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57511A; }

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

This text font color is #57511A.


Background Color

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

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

This div background color is #57511A.


Border color

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

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

This div border color is #57511A.


Opacity

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

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

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

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

This text has shadow with #57511A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57511A on black background.


Color preview on white background

This text has color #57511A on white background.



Black color preview on #57511A background

This text has black color on #57511A background.


White color preview on #57511A background

This text has white color on #57511A background.