COLOR #57938C

HEX: #57938C
RGB: (87,147,140)

Color info

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

RGB color model

#57938C color RGB value is (87,147,140).

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

RGB channels and saturation

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

87
147
140

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

Portions of RGB colors in percentages

R + G + B =
87 + 147 + 140 = 374 (100%)
R 87 of 374 ~ 23.26%
G 147 of 374 ~ 39.3%
B 140 of 374 ~ 37.43%

%23.26
%39.3
%37.43

CMYK color model

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

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

CMYK percentages

%40.82
%0
%4.76
%42.35

Codes

Color #57938C in popluar color models

57938C
RGB87147140
HSL173°25.64%45.88%
HSB/HSV173°40.82%57.65%
CMYK40.82%0.00%4.76%
42.35%

Color #57938C in popluar number systems.

HEX57938C
Decimal87147140
Binary10101111001001110001100
Octal127223214

Shades and tints

Shades of #57938C

#57938C
(87,147,140)
#508680
(80,134,128)
#497974
(73,121,116)
#426C68
(66,108,104)
#3B5F5C
(59,95,92)
#345250
(52,82,80)
#2D4544
(45,69,68)
#263838
(38,56,56)
#1F2B2C
(31,43,44)
#181E20
(24,30,32)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #57938C

#57938C
(87,147,140)
#669C96
(102,156,150)
#75A5A0
(117,165,160)
#84AEAA
(132,174,170)
#93B7B4
(147,183,180)
#A2C0BE
(162,192,190)
#B1C9C8
(177,201,200)
#C0D2D2
(192,210,210)
#CFDBDC
(207,219,220)
#DEE4E6
(222,228,230)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57938C; }

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

This text font color is #57938C.


Background Color

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

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

This div background color is #57938C.


Border color

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

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

This div border color is #57938C.


Opacity

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

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

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

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

This text has shadow with #57938C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57938C on black background.


Color preview on white background

This text has color #57938C on white background.



Black color preview on #57938C background

This text has black color on #57938C background.


White color preview on #57938C background

This text has white color on #57938C background.