COLOR #05477D

HEX: #05477D
RGB: (5,71,125)

Color info

#05477D contains mainly green and blue colors. Web safe color of #05477D is #003366 (or #036).

RGB color model

#05477D color RGB value is (5,71,125).

  • red value is 5;
  • green value is 71;
  • blue value is 125.
RGB:
(5,71,125)
(2%,28%,49%)

RGB channels and saturation

R 5 of 255 = 2%
G 71 of 255 = 28%
B 125 of 255 = 49%

5
71
125

R + G + B ~ 26%. #05477D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 71 + 125 = 201 (100%)
R 5 of 201 ~ 2.49%
G 71 of 201 ~ 35.32%
B 125 of 201 ~ 62.19%

%35.32
%62.19

CMYK color model

#05477D color CMYK value is (96,43,0,51).

  • cyan value is 96.00%
  • magenta value is 43.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(96,43,0,51)
C96M43Y0K51 
(96%,43%,0%,51%)
(0.96/0.43/0.00/0.51)	

CMYK percentages

%96
%43.2
%0
%50.98

Codes

Color #05477D in popluar color models

05477D
RGB571125
HSL207°92.31%25.49%
HSB/HSV207°96.00%49.02%
CMYK96.00%43.20%0.00%
50.98%

Color #05477D in popluar number systems.

HEX05477D
Decimal571125
Binary10110001111111101
Octal5107175

Shades and tints

Shades of #05477D

#05477D
(5,71,125)
#054172
(5,65,114)
#053B67
(5,59,103)
#05355C
(5,53,92)
#052F51
(5,47,81)
#052946
(5,41,70)
#05233B
(5,35,59)
#051D30
(5,29,48)
#051725
(5,23,37)
#05111A
(5,17,26)
#050B0F
(5,11,15)
#000000
(0,0,0)

Tints of #05477D

#05477D
(5,71,125)
#1B5788
(27,87,136)
#316793
(49,103,147)
#47779E
(71,119,158)
#5D87A9
(93,135,169)
#7397B4
(115,151,180)
#89A7BF
(137,167,191)
#9FB7CA
(159,183,202)
#B5C7D5
(181,199,213)
#CBD7E0
(203,215,224)
#E1E7EB
(225,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05477D color. Also use rgb(5,71,125) instead hex code.

Text Font Color

.myTextColor { color: #05477D; }

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

This text font color is #05477D.


Background Color

.myBgColor { background-color: #05477D; }

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

This div background color is #05477D.


Border color

.myBorderColor { border: 1px solid #05477D; }

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

This div border color is #05477D.


Opacity

.myOpacity80 { color: #05477D; opacity: 0.8; }

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

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

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

This text has shadow with #05477D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05477D on black background.


Color preview on white background

This text has color #05477D on white background.



Black color preview on #05477D background

This text has black color on #05477D background.


White color preview on #05477D background

This text has white color on #05477D background.