COLOR #05777F

HEX: #05777F
RGB: (5,119,127)

Color info

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

RGB color model

#05777F color RGB value is (5,119,127).

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

RGB channels and saturation

R 5 of 255 = 2%
G 119 of 255 = 47%
B 127 of 255 = 50%

5
119
127

R + G + B ~ 33%. #05777F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 119 + 127 = 251 (100%)
R 5 of 251 ~ 1.99%
G 119 of 251 ~ 47.41%
B 127 of 251 ~ 50.6%

%47.41
%50.6

CMYK color model

#05777F color CMYK value is (96,6,0,50).

  • cyan value is 96.06%
  • magenta value is 6.30%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(96,6,0,50)
C96M6Y0K50 
(96%,6%,0%,50%)
(0.96/0.06/0.00/0.50)	

CMYK percentages

%96.06
%6.3
%0
%50.2

Codes

Color #05777F in popluar color models

05777F
RGB5119127
HSL184°92.42%25.88%
HSB/HSV184°96.06%49.80%
CMYK96.06%6.30%0.00%
50.20%

Color #05777F in popluar number systems.

HEX05777F
Decimal5119127
Binary10111101111111111
Octal5167177

Shades and tints

Shades of #05777F

#05777F
(5,119,127)
#056D74
(5,109,116)
#056369
(5,99,105)
#05595E
(5,89,94)
#054F53
(5,79,83)
#054548
(5,69,72)
#053B3D
(5,59,61)
#053132
(5,49,50)
#052727
(5,39,39)
#051D1C
(5,29,28)
#051311
(5,19,17)
#000000
(0,0,0)

Tints of #05777F

#05777F
(5,119,127)
#1B838A
(27,131,138)
#318F95
(49,143,149)
#479BA0
(71,155,160)
#5DA7AB
(93,167,171)
#73B3B6
(115,179,182)
#89BFC1
(137,191,193)
#9FCBCC
(159,203,204)
#B5D7D7
(181,215,215)
#CBE3E2
(203,227,226)
#E1EFED
(225,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05777F; }

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

This text font color is #05777F.


Background Color

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

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

This div background color is #05777F.


Border color

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

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

This div border color is #05777F.


Opacity

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

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

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

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

This text has shadow with #05777F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05777F on black background.


Color preview on white background

This text has color #05777F on white background.



Black color preview on #05777F background

This text has black color on #05777F background.


White color preview on #05777F background

This text has white color on #05777F background.