COLOR #57948C

HEX: #57948C
RGB: (87,148,140)

Color info

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

RGB color model

#57948C color RGB value is (87,148,140).

  • red value is 87;
  • green value is 148;
  • blue value is 140.
RGB:
(87,148,140)
(34%,58%,55%)

RGB channels and saturation

R 87 of 255 = 34%
G 148 of 255 = 58%
B 140 of 255 = 55%

87
148
140

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

Portions of RGB colors in percentages

R + G + B =
87 + 148 + 140 = 375 (100%)
R 87 of 375 ~ 23.2%
G 148 of 375 ~ 39.47%
B 140 of 375 ~ 37.33%

%23.2
%39.47
%37.33

CMYK color model

#57948C color CMYK value is (41,0,5,42).

  • cyan value is 41.22%
  • magenta value is 0.00%
  • yellow value is 5.41%
  • key color value is 41.96%
CMYK:
(41,0,5,42)
C41M0Y5K42 
(41%,0%,5%,42%)
(0.41/0.00/0.05/0.42)	

CMYK percentages

%41.22
%0
%5.41
%41.96

Codes

Color #57948C in popluar color models

57948C
RGB87148140
HSL172°25.96%46.08%
HSB/HSV172°41.22%58.04%
CMYK41.22%0.00%5.41%
41.96%

Color #57948C in popluar number systems.

HEX57948C
Decimal87148140
Binary10101111001010010001100
Octal127224214

Shades and tints

Shades of #57948C

#57948C
(87,148,140)
#508780
(80,135,128)
#497A74
(73,122,116)
#426D68
(66,109,104)
#3B605C
(59,96,92)
#345350
(52,83,80)
#2D4644
(45,70,68)
#263938
(38,57,56)
#1F2C2C
(31,44,44)
#181F20
(24,31,32)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #57948C

#57948C
(87,148,140)
#669D96
(102,157,150)
#75A6A0
(117,166,160)
#84AFAA
(132,175,170)
#93B8B4
(147,184,180)
#A2C1BE
(162,193,190)
#B1CAC8
(177,202,200)
#C0D3D2
(192,211,210)
#CFDCDC
(207,220,220)
#DEE5E6
(222,229,230)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57948C color. Also use rgb(87,148,140) instead hex code.

Text Font Color

.myTextColor { color: #57948C; }

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

This text font color is #57948C.


Background Color

.myBgColor { background-color: #57948C; }

<div style="background-color:#57948C">Inner text</div>

This div background color is #57948C.


Border color

.myBorderColor { border: 1px solid #57948C; }

<div style="border:3px solid #57948C">Div</div>

This div border color is #57948C.


Opacity

.myOpacity80 { color: #57948C; opacity: 0.8; }

<p style="color:#57948C;opacity:0.8;">80%</p>

Text with #57948C 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 #57948C;}

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

This text has shadow with #57948C color.

.textShadow {text-shadow: 3px 3px 1px #57948C, 3px 3px 1px red;}

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

This text has shadow with #57948C primary color and red secondary color.


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

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

This text has shadow with #57948C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57948C on black background.


Color preview on white background

This text has color #57948C on white background.



Black color preview on #57948C background

This text has black color on #57948C background.


White color preview on #57948C background

This text has white color on #57948C background.