COLOR #57829F

HEX: #57829F
RGB: (87,130,159)

Color info

#57829F contains mainly green and blue colors. Web safe color of #57829F is #669999 (or #699).

RGB color model

#57829F color RGB value is (87,130,159).

  • red value is 87;
  • green value is 130;
  • blue value is 159.
RGB:
(87,130,159)
(34%,51%,62%)

RGB channels and saturation

R 87 of 255 = 34%
G 130 of 255 = 51%
B 159 of 255 = 62%

87
130
159

R + G + B ~ 49%. #57829F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 130 + 159 = 376 (100%)
R 87 of 376 ~ 23.14%
G 130 of 376 ~ 34.57%
B 159 of 376 ~ 42.29%

%23.14
%34.57
%42.29

CMYK color model

#57829F color CMYK value is (45,18,0,38).

  • cyan value is 45.28%
  • magenta value is 18.24%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(45,18,0,38)
C45M18Y0K38 
(45%,18%,0%,38%)
(0.45/0.18/0.00/0.38)	

CMYK percentages

%45.28
%18.24
%0
%37.65

Codes

Color #57829F in popluar color models

57829F
RGB87130159
HSL204°29.27%48.24%
HSB/HSV204°45.28%62.35%
CMYK45.28%18.24%0.00%
37.65%

Color #57829F in popluar number systems.

HEX57829F
Decimal87130159
Binary10101111000001010011111
Octal127202237

Shades and tints

Shades of #57829F

#57829F
(87,130,159)
#507791
(80,119,145)
#496C83
(73,108,131)
#426175
(66,97,117)
#3B5667
(59,86,103)
#344B59
(52,75,89)
#2D404B
(45,64,75)
#26353D
(38,53,61)
#1F2A2F
(31,42,47)
#181F21
(24,31,33)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #57829F

#57829F
(87,130,159)
#668DA7
(102,141,167)
#7598AF
(117,152,175)
#84A3B7
(132,163,183)
#93AEBF
(147,174,191)
#A2B9C7
(162,185,199)
#B1C4CF
(177,196,207)
#C0CFD7
(192,207,215)
#CFDADF
(207,218,223)
#DEE5E7
(222,229,231)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57829F color. Also use rgb(87,130,159) instead hex code.

Text Font Color

.myTextColor { color: #57829F; }

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

This text font color is #57829F.


Background Color

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

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

This div background color is #57829F.


Border color

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

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

This div border color is #57829F.


Opacity

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

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

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

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

This text has shadow with #57829F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57829F on black background.


Color preview on white background

This text has color #57829F on white background.



Black color preview on #57829F background

This text has black color on #57829F background.


White color preview on #57829F background

This text has white color on #57829F background.