COLOR #05473F

HEX: #05473F
RGB: (5,71,63)

Color info

#05473F contains mainly green and blue colors. Web safe color of #05473F is #003333 (or #033).

RGB color model

#05473F color RGB value is (5,71,63).

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

RGB channels and saturation

R 5 of 255 = 2%
G 71 of 255 = 28%
B 63 of 255 = 25%

5
71
63

R + G + B ~ 18%. #05473F is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 71 + 63 = 139 (100%)
R 5 of 139 ~ 3.6%
G 71 of 139 ~ 51.08%
B 63 of 139 ~ 45.32%

%51.08
%45.32

CMYK color model

#05473F color CMYK value is (93,0,11,72).

  • cyan value is 92.96%
  • magenta value is 0.00%
  • yellow value is 11.27%
  • key color value is 72.16%
CMYK:
(93,0,11,72)
C93M0Y11K72 
(93%,0%,11%,72%)
(0.93/0.00/0.11/0.72)	

CMYK percentages

%92.96
%0
%11.27
%72.16

Codes

Color #05473F in popluar color models

05473F
RGB57163
HSL173°86.84%14.90%
HSB/HSV173°92.96%27.84%
CMYK92.96%0.00%11.27%
72.16%

Color #05473F in popluar number systems.

HEX05473F
Decimal57163
Binary1011000111111111
Octal510777

Shades and tints

Shades of #05473F

#05473F
(5,71,63)
#05413A
(5,65,58)
#053B35
(5,59,53)
#053530
(5,53,48)
#052F2B
(5,47,43)
#052926
(5,41,38)
#052321
(5,35,33)
#051D1C
(5,29,28)
#051717
(5,23,23)
#051112
(5,17,18)
#050B0D
(5,11,13)
#000000
(0,0,0)

Tints of #05473F

#05473F
(5,71,63)
#1B5750
(27,87,80)
#316761
(49,103,97)
#477772
(71,119,114)
#5D8783
(93,135,131)
#739794
(115,151,148)
#89A7A5
(137,167,165)
#9FB7B6
(159,183,182)
#B5C7C7
(181,199,199)
#CBD7D8
(203,215,216)
#E1E7E9
(225,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05473F color. Also use rgb(5,71,63) instead hex code.

Text Font Color

.myTextColor { color: #05473F; }

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

This text font color is #05473F.


Background Color

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

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

This div background color is #05473F.


Border color

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

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

This div border color is #05473F.


Opacity

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

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

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

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

This text has shadow with #05473F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05473F on black background.


Color preview on white background

This text has color #05473F on white background.



Black color preview on #05473F background

This text has black color on #05473F background.


White color preview on #05473F background

This text has white color on #05473F background.