COLOR #057772

HEX: #057772
RGB: (5,119,114)

Color info

#057772 contains mainly green and blue colors. Web safe color of #057772 is #006666 (or #066).

RGB color model

#057772 color RGB value is (5,119,114).

  • red value is 5;
  • green value is 119;
  • blue value is 114.
RGB:
(5,119,114)
(2%,47%,45%)

RGB channels and saturation

R 5 of 255 = 2%
G 119 of 255 = 47%
B 114 of 255 = 45%

5
119
114

R + G + B ~ 31%. #057772 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 119 + 114 = 238 (100%)
R 5 of 238 ~ 2.1%
G 119 of 238 ~ 50%
B 114 of 238 ~ 47.9%

%50
%47.9

CMYK color model

#057772 color CMYK value is (96,0,4,53).

  • cyan value is 95.80%
  • magenta value is 0.00%
  • yellow value is 4.20%
  • key color value is 53.33%
CMYK:
(96,0,4,53)
C96M0Y4K53 
(96%,0%,4%,53%)
(0.96/0.00/0.04/0.53)	

CMYK percentages

%95.8
%0
%4.2
%53.33

Codes

Color #057772 in popluar color models

057772
RGB5119114
HSL177°91.94%24.31%
HSB/HSV177°95.80%46.67%
CMYK95.80%0.00%4.20%
53.33%

Color #057772 in popluar number systems.

HEX057772
Decimal5119114
Binary10111101111110010
Octal5167162

Shades and tints

Shades of #057772

#057772
(5,119,114)
#056D68
(5,109,104)
#05635E
(5,99,94)
#055954
(5,89,84)
#054F4A
(5,79,74)
#054540
(5,69,64)
#053B36
(5,59,54)
#05312C
(5,49,44)
#052722
(5,39,34)
#051D18
(5,29,24)
#05130E
(5,19,14)
#000000
(0,0,0)

Tints of #057772

#057772
(5,119,114)
#1B837E
(27,131,126)
#318F8A
(49,143,138)
#479B96
(71,155,150)
#5DA7A2
(93,167,162)
#73B3AE
(115,179,174)
#89BFBA
(137,191,186)
#9FCBC6
(159,203,198)
#B5D7D2
(181,215,210)
#CBE3DE
(203,227,222)
#E1EFEA
(225,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #057772 color. Also use rgb(5,119,114) instead hex code.

Text Font Color

.myTextColor { color: #057772; }

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

This text font color is #057772.


Background Color

.myBgColor { background-color: #057772; }

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

This div background color is #057772.


Border color

.myBorderColor { border: 1px solid #057772; }

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

This div border color is #057772.


Opacity

.myOpacity80 { color: #057772; opacity: 0.8; }

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

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

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

This text has shadow with #057772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #057772 on black background.


Color preview on white background

This text has color #057772 on white background.



Black color preview on #057772 background

This text has black color on #057772 background.


White color preview on #057772 background

This text has white color on #057772 background.