COLOR #57851F

HEX: #57851F
RGB: (87,133,31)

Color info

#57851F contains mainly red and green colors. Web safe color of #57851F is #669933 (or #693).

RGB color model

#57851F color RGB value is (87,133,31).

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

RGB channels and saturation

R 87 of 255 = 34%
G 133 of 255 = 52%
B 31 of 255 = 12%

87
133
31

R + G + B ~ 33%. #57851F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 133 + 31 = 251 (100%)
R 87 of 251 ~ 34.66%
G 133 of 251 ~ 52.99%
B 31 of 251 ~ 12.35%

%34.66
%52.99
%12.35

CMYK color model

#57851F color CMYK value is (35,0,77,48).

  • cyan value is 34.59%
  • magenta value is 0.00%
  • yellow value is 76.69%
  • key color value is 47.84%
CMYK:
(35,0,77,48)
C35M0Y77K48 
(35%,0%,77%,48%)
(0.35/0.00/0.77/0.48)	

CMYK percentages

%34.59
%0
%76.69
%47.84

Codes

Color #57851F in popluar color models

57851F
RGB8713331
HSL87°62.20%32.16%
HSB/HSV87°76.69%52.16%
CMYK34.59%0.00%76.69%
47.84%

Color #57851F in popluar number systems.

HEX57851F
Decimal8713331
Binary10101111000010111111
Octal12720537

Shades and tints

Shades of #57851F

#57851F
(87,133,31)
#50791D
(80,121,29)
#496D1B
(73,109,27)
#426119
(66,97,25)
#3B5517
(59,85,23)
#344915
(52,73,21)
#2D3D13
(45,61,19)
#263111
(38,49,17)
#1F250F
(31,37,15)
#18190D
(24,25,13)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #57851F

#57851F
(87,133,31)
#669033
(102,144,51)
#759B47
(117,155,71)
#84A65B
(132,166,91)
#93B16F
(147,177,111)
#A2BC83
(162,188,131)
#B1C797
(177,199,151)
#C0D2AB
(192,210,171)
#CFDDBF
(207,221,191)
#DEE8D3
(222,232,211)
#EDF3E7
(237,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57851F; }

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

This text font color is #57851F.


Background Color

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

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

This div background color is #57851F.


Border color

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

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

This div border color is #57851F.


Opacity

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

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

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

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

This text has shadow with #57851F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57851F on black background.


Color preview on white background

This text has color #57851F on white background.



Black color preview on #57851F background

This text has black color on #57851F background.


White color preview on #57851F background

This text has white color on #57851F background.