COLOR #57778A

HEX: #57778A
RGB: (87,119,138)

Color info

#57778A contains red, green and blue colors in about the same proportion. Web safe color of #57778A is #666699 (or #669).

RGB color model

#57778A color RGB value is (87,119,138).

  • red value is 87;
  • green value is 119;
  • blue value is 138.
RGB:
(87,119,138)
(34%,47%,54%)

RGB channels and saturation

R 87 of 255 = 34%
G 119 of 255 = 47%
B 138 of 255 = 54%

87
119
138

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

Portions of RGB colors in percentages

R + G + B =
87 + 119 + 138 = 344 (100%)
R 87 of 344 ~ 25.29%
G 119 of 344 ~ 34.59%
B 138 of 344 ~ 40.12%

%25.29
%34.59
%40.12

CMYK color model

#57778A color CMYK value is (37,14,0,46).

  • cyan value is 36.96%
  • magenta value is 13.77%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(37,14,0,46)
C37M14Y0K46 
(37%,14%,0%,46%)
(0.37/0.14/0.00/0.46)	

CMYK percentages

%36.96
%13.77
%0
%45.88

Codes

Color #57778A in popluar color models

57778A
RGB87119138
HSL202°22.67%44.12%
HSB/HSV202°36.96%54.12%
CMYK36.96%13.77%0.00%
45.88%

Color #57778A in popluar number systems.

HEX57778A
Decimal87119138
Binary1010111111011110001010
Octal127167212

Shades and tints

Shades of #57778A

#57778A
(87,119,138)
#506D7E
(80,109,126)
#496372
(73,99,114)
#425966
(66,89,102)
#3B4F5A
(59,79,90)
#34454E
(52,69,78)
#2D3B42
(45,59,66)
#263136
(38,49,54)
#1F272A
(31,39,42)
#181D1E
(24,29,30)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #57778A

#57778A
(87,119,138)
#668394
(102,131,148)
#758F9E
(117,143,158)
#849BA8
(132,155,168)
#93A7B2
(147,167,178)
#A2B3BC
(162,179,188)
#B1BFC6
(177,191,198)
#C0CBD0
(192,203,208)
#CFD7DA
(207,215,218)
#DEE3E4
(222,227,228)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57778A color. Also use rgb(87,119,138) instead hex code.

Text Font Color

.myTextColor { color: #57778A; }

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

This text font color is #57778A.


Background Color

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

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

This div background color is #57778A.


Border color

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

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

This div border color is #57778A.


Opacity

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

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

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

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

This text has shadow with #57778A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57778A on black background.


Color preview on white background

This text has color #57778A on white background.



Black color preview on #57778A background

This text has black color on #57778A background.


White color preview on #57778A background

This text has white color on #57778A background.