COLOR #57513A

HEX: #57513A
RGB: (87,81,58)

Color info

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

RGB color model

#57513A color RGB value is (87,81,58).

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

RGB channels and saturation

R 87 of 255 = 34%
G 81 of 255 = 32%
B 58 of 255 = 23%

87
81
58

R + G + B ~ 30%. #57513A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 81 + 58 = 226 (100%)
R 87 of 226 ~ 38.5%
G 81 of 226 ~ 35.84%
B 58 of 226 ~ 25.66%

%38.5
%35.84
%25.66

CMYK color model

#57513A color CMYK value is (0,7,33,66).

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 33.33%
  • key color value is 65.88%
CMYK:
(0,7,33,66)
C0M7Y33K66 
(0%,7%,33%,66%)
(0.00/0.07/0.33/0.66)	

CMYK percentages

%0
%6.9
%33.33
%65.88

Codes

Color #57513A in popluar color models

57513A
RGB878158
HSL48°20.00%28.43%
HSB/HSV48°33.33%34.12%
CMYK0.00%6.90%33.33%
65.88%

Color #57513A in popluar number systems.

HEX57513A
Decimal878158
Binary10101111010001111010
Octal12712172

Shades and tints

Shades of #57513A

#57513A
(87,81,58)
#504A35
(80,74,53)
#494330
(73,67,48)
#423C2B
(66,60,43)
#3B3526
(59,53,38)
#342E21
(52,46,33)
#2D271C
(45,39,28)
#262017
(38,32,23)
#1F1912
(31,25,18)
#18120D
(24,18,13)
#110B08
(17,11,8)
#000000
(0,0,0)

Tints of #57513A

#57513A
(87,81,58)
#66604B
(102,96,75)
#756F5C
(117,111,92)
#847E6D
(132,126,109)
#938D7E
(147,141,126)
#A29C8F
(162,156,143)
#B1ABA0
(177,171,160)
#C0BAB1
(192,186,177)
#CFC9C2
(207,201,194)
#DED8D3
(222,216,211)
#EDE7E4
(237,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57513A; }

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

This text font color is #57513A.


Background Color

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

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

This div background color is #57513A.


Border color

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

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

This div border color is #57513A.


Opacity

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

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

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

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

This text has shadow with #57513A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57513A on black background.


Color preview on white background

This text has color #57513A on white background.



Black color preview on #57513A background

This text has black color on #57513A background.


White color preview on #57513A background

This text has white color on #57513A background.