COLOR #57813A

HEX: #57813A
RGB: (87,129,58)

Color info

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

RGB color model

#57813A color RGB value is (87,129,58).

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

RGB channels and saturation

R 87 of 255 = 34%
G 129 of 255 = 51%
B 58 of 255 = 23%

87
129
58

R + G + B ~ 36%. #57813A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 129 + 58 = 274 (100%)
R 87 of 274 ~ 31.75%
G 129 of 274 ~ 47.08%
B 58 of 274 ~ 21.17%

%31.75
%47.08
%21.17

CMYK color model

#57813A color CMYK value is (33,0,55,49).

  • cyan value is 32.56%
  • magenta value is 0.00%
  • yellow value is 55.04%
  • key color value is 49.41%
CMYK:
(33,0,55,49)
C33M0Y55K49 
(33%,0%,55%,49%)
(0.33/0.00/0.55/0.49)	

CMYK percentages

%32.56
%0
%55.04
%49.41

Codes

Color #57813A in popluar color models

57813A
RGB8712958
HSL95°37.97%36.67%
HSB/HSV95°55.04%50.59%
CMYK32.56%0.00%55.04%
49.41%

Color #57813A in popluar number systems.

HEX57813A
Decimal8712958
Binary101011110000001111010
Octal12720172

Shades and tints

Shades of #57813A

#57813A
(87,129,58)
#507635
(80,118,53)
#496B30
(73,107,48)
#42602B
(66,96,43)
#3B5526
(59,85,38)
#344A21
(52,74,33)
#2D3F1C
(45,63,28)
#263417
(38,52,23)
#1F2912
(31,41,18)
#181E0D
(24,30,13)
#111308
(17,19,8)
#000000
(0,0,0)

Tints of #57813A

#57813A
(87,129,58)
#668C4B
(102,140,75)
#75975C
(117,151,92)
#84A26D
(132,162,109)
#93AD7E
(147,173,126)
#A2B88F
(162,184,143)
#B1C3A0
(177,195,160)
#C0CEB1
(192,206,177)
#CFD9C2
(207,217,194)
#DEE4D3
(222,228,211)
#EDEFE4
(237,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57813A; }

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

This text font color is #57813A.


Background Color

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

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

This div background color is #57813A.


Border color

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

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

This div border color is #57813A.


Opacity

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

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

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

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

This text has shadow with #57813A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57813A on black background.


Color preview on white background

This text has color #57813A on white background.



Black color preview on #57813A background

This text has black color on #57813A background.


White color preview on #57813A background

This text has white color on #57813A background.