COLOR #57817D

HEX: #57817D
RGB: (87,129,125)

Color info

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

RGB color model

#57817D color RGB value is (87,129,125).

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

RGB channels and saturation

R 87 of 255 = 34%
G 129 of 255 = 51%
B 125 of 255 = 49%

87
129
125

R + G + B ~ 45%. #57817D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 129 + 125 = 341 (100%)
R 87 of 341 ~ 25.51%
G 129 of 341 ~ 37.83%
B 125 of 341 ~ 36.66%

%25.51
%37.83
%36.66

CMYK color model

#57817D color CMYK value is (33,0,3,49).

  • cyan value is 32.56%
  • magenta value is 0.00%
  • yellow value is 3.10%
  • key color value is 49.41%
CMYK:
(33,0,3,49)
C33M0Y3K49 
(33%,0%,3%,49%)
(0.33/0.00/0.03/0.49)	

CMYK percentages

%32.56
%0
%3.1
%49.41

Codes

Color #57817D in popluar color models

57817D
RGB87129125
HSL174°19.44%42.35%
HSB/HSV174°32.56%50.59%
CMYK32.56%0.00%3.10%
49.41%

Color #57817D in popluar number systems.

HEX57817D
Decimal87129125
Binary1010111100000011111101
Octal127201175

Shades and tints

Shades of #57817D

#57817D
(87,129,125)
#507672
(80,118,114)
#496B67
(73,107,103)
#42605C
(66,96,92)
#3B5551
(59,85,81)
#344A46
(52,74,70)
#2D3F3B
(45,63,59)
#263430
(38,52,48)
#1F2925
(31,41,37)
#181E1A
(24,30,26)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #57817D

#57817D
(87,129,125)
#668C88
(102,140,136)
#759793
(117,151,147)
#84A29E
(132,162,158)
#93ADA9
(147,173,169)
#A2B8B4
(162,184,180)
#B1C3BF
(177,195,191)
#C0CECA
(192,206,202)
#CFD9D5
(207,217,213)
#DEE4E0
(222,228,224)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57817D color. Also use rgb(87,129,125) instead hex code.

Text Font Color

.myTextColor { color: #57817D; }

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

This text font color is #57817D.


Background Color

.myBgColor { background-color: #57817D; }

<div style="background-color:#57817D">Inner text</div>

This div background color is #57817D.


Border color

.myBorderColor { border: 1px solid #57817D; }

<div style="border:3px solid #57817D">Div</div>

This div border color is #57817D.


Opacity

.myOpacity80 { color: #57817D; opacity: 0.8; }

<p style="color:#57817D;opacity:0.8;">80%</p>

Text with #57817D 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 #57817D;}

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

This text has shadow with #57817D color.

.textShadow {text-shadow: 3px 3px 1px #57817D, 3px 3px 1px red;}

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

This text has shadow with #57817D primary color and red secondary color.


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

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

This text has shadow with #57817D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57817D on black background.


Color preview on white background

This text has color #57817D on white background.



Black color preview on #57817D background

This text has black color on #57817D background.


White color preview on #57817D background

This text has white color on #57817D background.