COLOR #57812F

HEX: #57812F
RGB: (87,129,47)

Color info

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

RGB color model

#57812F color RGB value is (87,129,47).

  • red value is 87;
  • green value is 129;
  • blue value is 47.
RGB:
(87,129,47)
(34%,51%,18%)

RGB channels and saturation

R 87 of 255 = 34%
G 129 of 255 = 51%
B 47 of 255 = 18%

87
129
47

R + G + B ~ 34%. #57812F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 129 + 47 = 263 (100%)
R 87 of 263 ~ 33.08%
G 129 of 263 ~ 49.05%
B 47 of 263 ~ 17.87%

%33.08
%49.05
%17.87

CMYK color model

#57812F color CMYK value is (33,0,64,49).

  • cyan value is 32.56%
  • magenta value is 0.00%
  • yellow value is 63.57%
  • key color value is 49.41%
CMYK:
(33,0,64,49)
C33M0Y64K49 
(33%,0%,64%,49%)
(0.33/0.00/0.64/0.49)	

CMYK percentages

%32.56
%0
%63.57
%49.41

Codes

Color #57812F in popluar color models

57812F
RGB8712947
HSL91°46.59%34.51%
HSB/HSV91°63.57%50.59%
CMYK32.56%0.00%63.57%
49.41%

Color #57812F in popluar number systems.

HEX57812F
Decimal8712947
Binary101011110000001101111
Octal12720157

Shades and tints

Shades of #57812F

#57812F
(87,129,47)
#50762B
(80,118,43)
#496B27
(73,107,39)
#426023
(66,96,35)
#3B551F
(59,85,31)
#344A1B
(52,74,27)
#2D3F17
(45,63,23)
#263413
(38,52,19)
#1F290F
(31,41,15)
#181E0B
(24,30,11)
#111307
(17,19,7)
#000000
(0,0,0)

Tints of #57812F

#57812F
(87,129,47)
#668C41
(102,140,65)
#759753
(117,151,83)
#84A265
(132,162,101)
#93AD77
(147,173,119)
#A2B889
(162,184,137)
#B1C39B
(177,195,155)
#C0CEAD
(192,206,173)
#CFD9BF
(207,217,191)
#DEE4D1
(222,228,209)
#EDEFE3
(237,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57812F color. Also use rgb(87,129,47) instead hex code.

Text Font Color

.myTextColor { color: #57812F; }

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

This text font color is #57812F.


Background Color

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

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

This div background color is #57812F.


Border color

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

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

This div border color is #57812F.


Opacity

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

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

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

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

This text has shadow with #57812F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57812F on black background.


Color preview on white background

This text has color #57812F on white background.



Black color preview on #57812F background

This text has black color on #57812F background.


White color preview on #57812F background

This text has white color on #57812F background.