COLOR #57816A

HEX: #57816A
RGB: (87,129,106)

Color info

#57816A contains red, green and blue colors in about the same proportion. Web safe color of #57816A is #669966 (or #696).

RGB color model

#57816A color RGB value is (87,129,106).

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

RGB channels and saturation

R 87 of 255 = 34%
G 129 of 255 = 51%
B 106 of 255 = 42%

87
129
106

R + G + B ~ 42%. #57816A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 129 + 106 = 322 (100%)
R 87 of 322 ~ 27.02%
G 129 of 322 ~ 40.06%
B 106 of 322 ~ 32.92%

%27.02
%40.06
%32.92

CMYK color model

#57816A color CMYK value is (33,0,18,49).

  • cyan value is 32.56%
  • magenta value is 0.00%
  • yellow value is 17.83%
  • key color value is 49.41%
CMYK:
(33,0,18,49)
C33M0Y18K49 
(33%,0%,18%,49%)
(0.33/0.00/0.18/0.49)	

CMYK percentages

%32.56
%0
%17.83
%49.41

Codes

Color #57816A in popluar color models

57816A
RGB87129106
HSL147°19.44%42.35%
HSB/HSV147°32.56%50.59%
CMYK32.56%0.00%17.83%
49.41%

Color #57816A in popluar number systems.

HEX57816A
Decimal87129106
Binary1010111100000011101010
Octal127201152

Shades and tints

Shades of #57816A

#57816A
(87,129,106)
#507661
(80,118,97)
#496B58
(73,107,88)
#42604F
(66,96,79)
#3B5546
(59,85,70)
#344A3D
(52,74,61)
#2D3F34
(45,63,52)
#26342B
(38,52,43)
#1F2922
(31,41,34)
#181E19
(24,30,25)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #57816A

#57816A
(87,129,106)
#668C77
(102,140,119)
#759784
(117,151,132)
#84A291
(132,162,145)
#93AD9E
(147,173,158)
#A2B8AB
(162,184,171)
#B1C3B8
(177,195,184)
#C0CEC5
(192,206,197)
#CFD9D2
(207,217,210)
#DEE4DF
(222,228,223)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57816A; }

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

This text font color is #57816A.


Background Color

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

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

This div background color is #57816A.


Border color

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

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

This div border color is #57816A.


Opacity

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

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

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

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

This text has shadow with #57816A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57816A on black background.


Color preview on white background

This text has color #57816A on white background.



Black color preview on #57816A background

This text has black color on #57816A background.


White color preview on #57816A background

This text has white color on #57816A background.