COLOR #57501F

HEX: #57501F
RGB: (87,80,31)

Color info

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

RGB color model

#57501F color RGB value is (87,80,31).

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

RGB channels and saturation

R 87 of 255 = 34%
G 80 of 255 = 31%
B 31 of 255 = 12%

87
80
31

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

Portions of RGB colors in percentages

R + G + B =
87 + 80 + 31 = 198 (100%)
R 87 of 198 ~ 43.94%
G 80 of 198 ~ 40.4%
B 31 of 198 ~ 15.66%

%43.94
%40.4
%15.66

CMYK color model

#57501F color CMYK value is (0,8,64,66).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 64.37%
  • key color value is 65.88%
CMYK:
(0,8,64,66)
C0M8Y64K66 
(0%,8%,64%,66%)
(0.00/0.08/0.64/0.66)	

CMYK percentages

%0
%8.05
%64.37
%65.88

Codes

Color #57501F in popluar color models

57501F
RGB878031
HSL53°47.46%23.14%
HSB/HSV53°64.37%34.12%
CMYK0.00%8.05%64.37%
65.88%

Color #57501F in popluar number systems.

HEX57501F
Decimal878031
Binary1010111101000011111
Octal12712037

Shades and tints

Shades of #57501F

#57501F
(87,80,31)
#50491D
(80,73,29)
#49421B
(73,66,27)
#423B19
(66,59,25)
#3B3417
(59,52,23)
#342D15
(52,45,21)
#2D2613
(45,38,19)
#261F11
(38,31,17)
#1F180F
(31,24,15)
#18110D
(24,17,13)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #57501F

#57501F
(87,80,31)
#665F33
(102,95,51)
#756E47
(117,110,71)
#847D5B
(132,125,91)
#938C6F
(147,140,111)
#A29B83
(162,155,131)
#B1AA97
(177,170,151)
#C0B9AB
(192,185,171)
#CFC8BF
(207,200,191)
#DED7D3
(222,215,211)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57501F; }

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

This text font color is #57501F.


Background Color

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

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

This div background color is #57501F.


Border color

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

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

This div border color is #57501F.


Opacity

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

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

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

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

This text has shadow with #57501F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57501F on black background.


Color preview on white background

This text has color #57501F on white background.



Black color preview on #57501F background

This text has black color on #57501F background.


White color preview on #57501F background

This text has white color on #57501F background.