COLOR #00547F

HEX: #00547F
RGB: (0,84,127)

Color info

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

RGB color model

#00547F color RGB value is (0,84,127).

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

RGB channels and saturation

R 0 of 255 = 0%
G 84 of 255 = 33%
B 127 of 255 = 50%

0
84
127

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

Portions of RGB colors in percentages

R + G + B =
0 + 84 + 127 = 211 (100%)
R 0 of 211 ~ 0%
G 84 of 211 ~ 39.81%
B 127 of 211 ~ 60.19%

%39.81
%60.19

CMYK color model

#00547F color CMYK value is (100,34,0,50).

  • cyan value is 100.00%
  • magenta value is 33.86%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(100,34,0,50)
C100M34Y0K50 
(100%,34%,0%,50%)
(1.00/0.34/0.00/0.50)	

CMYK percentages

%100
%33.86
%0
%50.2

Codes

Color #00547F in popluar color models

00547F
RGB084127
HSL200°100.00%24.90%
HSB/HSV200°100.00%49.80%
CMYK100.00%33.86%0.00%
50.20%

Color #00547F in popluar number systems.

HEX00547F
Decimal084127
Binary010101001111111
Octal0124177

Shades and tints

Shades of #00547F

#00547F
(0,84,127)
#004D74
(0,77,116)
#004669
(0,70,105)
#003F5E
(0,63,94)
#003853
(0,56,83)
#003148
(0,49,72)
#002A3D
(0,42,61)
#002332
(0,35,50)
#001C27
(0,28,39)
#00151C
(0,21,28)
#000E11
(0,14,17)
#000000
(0,0,0)

Tints of #00547F

#00547F
(0,84,127)
#17638A
(23,99,138)
#2E7295
(46,114,149)
#4581A0
(69,129,160)
#5C90AB
(92,144,171)
#739FB6
(115,159,182)
#8AAEC1
(138,174,193)
#A1BDCC
(161,189,204)
#B8CCD7
(184,204,215)
#CFDBE2
(207,219,226)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00547F; }

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

This text font color is #00547F.


Background Color

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

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

This div background color is #00547F.


Border color

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

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

This div border color is #00547F.


Opacity

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

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

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

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

This text has shadow with #00547F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00547F on black background.


Color preview on white background

This text has color #00547F on white background.



Black color preview on #00547F background

This text has black color on #00547F background.


White color preview on #00547F background

This text has white color on #00547F background.