COLOR #05472E

HEX: #05472E
RGB: (5,71,46)

Color info

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

RGB color model

#05472E color RGB value is (5,71,46).

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

RGB channels and saturation

R 5 of 255 = 2%
G 71 of 255 = 28%
B 46 of 255 = 18%

5
71
46

R + G + B ~ 16%. #05472E is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 71 + 46 = 122 (100%)
R 5 of 122 ~ 4.1%
G 71 of 122 ~ 58.2%
B 46 of 122 ~ 37.7%

%58.2
%37.7

CMYK color model

#05472E color CMYK value is (93,0,35,72).

  • cyan value is 92.96%
  • magenta value is 0.00%
  • yellow value is 35.21%
  • key color value is 72.16%
CMYK:
(93,0,35,72)
C93M0Y35K72 
(93%,0%,35%,72%)
(0.93/0.00/0.35/0.72)	

CMYK percentages

%92.96
%0
%35.21
%72.16

Codes

Color #05472E in popluar color models

05472E
RGB57146
HSL157°86.84%14.90%
HSB/HSV157°92.96%27.84%
CMYK92.96%0.00%35.21%
72.16%

Color #05472E in popluar number systems.

HEX05472E
Decimal57146
Binary1011000111101110
Octal510756

Shades and tints

Shades of #05472E

#05472E
(5,71,46)
#05412A
(5,65,42)
#053B26
(5,59,38)
#053522
(5,53,34)
#052F1E
(5,47,30)
#05291A
(5,41,26)
#052316
(5,35,22)
#051D12
(5,29,18)
#05170E
(5,23,14)
#05110A
(5,17,10)
#050B06
(5,11,6)
#000000
(0,0,0)

Tints of #05472E

#05472E
(5,71,46)
#1B5741
(27,87,65)
#316754
(49,103,84)
#477767
(71,119,103)
#5D877A
(93,135,122)
#73978D
(115,151,141)
#89A7A0
(137,167,160)
#9FB7B3
(159,183,179)
#B5C7C6
(181,199,198)
#CBD7D9
(203,215,217)
#E1E7EC
(225,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05472E color. Also use rgb(5,71,46) instead hex code.

Text Font Color

.myTextColor { color: #05472E; }

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

This text font color is #05472E.


Background Color

.myBgColor { background-color: #05472E; }

<div style="background-color:#05472E">Inner text</div>

This div background color is #05472E.


Border color

.myBorderColor { border: 1px solid #05472E; }

<div style="border:3px solid #05472E">Div</div>

This div border color is #05472E.


Opacity

.myOpacity80 { color: #05472E; opacity: 0.8; }

<p style="color:#05472E;opacity:0.8;">80%</p>

Text with #05472E 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 #05472E;}

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

This text has shadow with #05472E color.

.textShadow {text-shadow: 3px 3px 1px #05472E, 3px 3px 1px red;}

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

This text has shadow with #05472E primary color and red secondary color.


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

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

This text has shadow with #05472E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05472E on black background.


Color preview on white background

This text has color #05472E on white background.



Black color preview on #05472E background

This text has black color on #05472E background.


White color preview on #05472E background

This text has white color on #05472E background.