COLOR #05471C

HEX: #05471C
RGB: (5,71,28)

Color info

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

RGB color model

#05471C color RGB value is (5,71,28).

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

RGB channels and saturation

R 5 of 255 = 2%
G 71 of 255 = 28%
B 28 of 255 = 11%

5
71
28

R + G + B ~ 14%. #05471C is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 71 + 28 = 104 (100%)
R 5 of 104 ~ 4.81%
G 71 of 104 ~ 68.27%
B 28 of 104 ~ 26.92%

%68.27
%26.92

CMYK color model

#05471C color CMYK value is (93,0,61,72).

  • cyan value is 92.96%
  • magenta value is 0.00%
  • yellow value is 60.56%
  • key color value is 72.16%
CMYK:
(93,0,61,72)
C93M0Y61K72 
(93%,0%,61%,72%)
(0.93/0.00/0.61/0.72)	

CMYK percentages

%92.96
%0
%60.56
%72.16

Codes

Color #05471C in popluar color models

05471C
RGB57128
HSL141°86.84%14.90%
HSB/HSV141°92.96%27.84%
CMYK92.96%0.00%60.56%
72.16%

Color #05471C in popluar number systems.

HEX05471C
Decimal57128
Binary101100011111100
Octal510734

Shades and tints

Shades of #05471C

#05471C
(5,71,28)
#05411A
(5,65,26)
#053B18
(5,59,24)
#053516
(5,53,22)
#052F14
(5,47,20)
#052912
(5,41,18)
#052310
(5,35,16)
#051D0E
(5,29,14)
#05170C
(5,23,12)
#05110A
(5,17,10)
#050B08
(5,11,8)
#000000
(0,0,0)

Tints of #05471C

#05471C
(5,71,28)
#1B5730
(27,87,48)
#316744
(49,103,68)
#477758
(71,119,88)
#5D876C
(93,135,108)
#739780
(115,151,128)
#89A794
(137,167,148)
#9FB7A8
(159,183,168)
#B5C7BC
(181,199,188)
#CBD7D0
(203,215,208)
#E1E7E4
(225,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05471C color. Also use rgb(5,71,28) instead hex code.

Text Font Color

.myTextColor { color: #05471C; }

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

This text font color is #05471C.


Background Color

.myBgColor { background-color: #05471C; }

<div style="background-color:#05471C">Inner text</div>

This div background color is #05471C.


Border color

.myBorderColor { border: 1px solid #05471C; }

<div style="border:3px solid #05471C">Div</div>

This div border color is #05471C.


Opacity

.myOpacity80 { color: #05471C; opacity: 0.8; }

<p style="color:#05471C;opacity:0.8;">80%</p>

Text with #05471C 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 #05471C;}

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

This text has shadow with #05471C color.

.textShadow {text-shadow: 3px 3px 1px #05471C, 3px 3px 1px red;}

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

This text has shadow with #05471C primary color and red secondary color.


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

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

This text has shadow with #05471C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05471C on black background.


Color preview on white background

This text has color #05471C on white background.



Black color preview on #05471C background

This text has black color on #05471C background.


White color preview on #05471C background

This text has white color on #05471C background.