COLOR #00577F

HEX: #00577F
RGB: (0,87,127)

Color info

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

RGB color model

#00577F color RGB value is (0,87,127).

  • red value is 0;
  • green value is 87;
  • blue value is 127.
RGB:
(0,87,127)
(0%,34%,50%)

RGB channels and saturation

R 0 of 255 = 0%
G 87 of 255 = 34%
B 127 of 255 = 50%

0
87
127

R + G + B ~ 28%. #00577F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 87 + 127 = 214 (100%)
R 0 of 214 ~ 0%
G 87 of 214 ~ 40.65%
B 127 of 214 ~ 59.35%

%40.65
%59.35

CMYK color model

#00577F color CMYK value is (100,31,0,50).

  • cyan value is 100.00%
  • magenta value is 31.50%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(100,31,0,50)
C100M31Y0K50 
(100%,31%,0%,50%)
(1.00/0.31/0.00/0.50)	

CMYK percentages

%100
%31.5
%0
%50.2

Codes

Color #00577F in popluar color models

00577F
RGB087127
HSL199°100.00%24.90%
HSB/HSV199°100.00%49.80%
CMYK100.00%31.50%0.00%
50.20%

Color #00577F in popluar number systems.

HEX00577F
Decimal087127
Binary010101111111111
Octal0127177

Shades and tints

Shades of #00577F

#00577F
(0,87,127)
#005074
(0,80,116)
#004969
(0,73,105)
#00425E
(0,66,94)
#003B53
(0,59,83)
#003448
(0,52,72)
#002D3D
(0,45,61)
#002632
(0,38,50)
#001F27
(0,31,39)
#00181C
(0,24,28)
#001111
(0,17,17)
#000000
(0,0,0)

Tints of #00577F

#00577F
(0,87,127)
#17668A
(23,102,138)
#2E7595
(46,117,149)
#4584A0
(69,132,160)
#5C93AB
(92,147,171)
#73A2B6
(115,162,182)
#8AB1C1
(138,177,193)
#A1C0CC
(161,192,204)
#B8CFD7
(184,207,215)
#CFDEE2
(207,222,226)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00577F color. Also use rgb(0,87,127) instead hex code.

Text Font Color

.myTextColor { color: #00577F; }

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

This text font color is #00577F.


Background Color

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

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

This div background color is #00577F.


Border color

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

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

This div border color is #00577F.


Opacity

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

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

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

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

This text has shadow with #00577F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00577F on black background.


Color preview on white background

This text has color #00577F on white background.



Black color preview on #00577F background

This text has black color on #00577F background.


White color preview on #00577F background

This text has white color on #00577F background.