COLOR #05471F

HEX: #05471F RGB: (5,71,31)

Color info

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

RGB color model

#05471F color RGB value is (5,71,31).

RGB: (5,71,31) (2%, 28%, 12%)

RGB channels and saturation

R 5 of 255 = 2%
G 71 of 255 = 28%
B 31 of 255 = 12%

5
71
31

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

Portions of RGB colors in percentages

R + G + B = 5 + 71 + 31 = 107 (100%)
R 5 of 107 ~ 4.67%
G 71 of 107 ~ 66.36%
B 31 of 107 ~ 28.97'%

%66.36
%28.97

CMYK color model

#05471F color CMYK value is (93,0,56,72).

  • cyan value is 92.96%
  • magenta value is 0.00%
  • yellow value is 56.34%
  • key color value is 72.16%

CMYK: (93,0,56,72)
C93M0Y56K72 (93%, 0%, 56%, 72%)
(0.93 / 0.00 / 0.56 / 0.72)

CMYK percentages

%92.96
%0
%56.34
%72.16

Codes

Color #05471F in popluar color models

05 47 1F
RGB 5 71 31
HSL 144° 86.84% 14.90%
HSB/HSV 144° 92.96% 27.84%
CMYK 92.96% 0.00% 56.34%
72.16%

Color #05471F in popluar number systems.

HEX 05 47 1F
Decimal 5 71 31
Binary 101 1000111 11111
Octal 5 107 37

Shades and tints

Shades of #05471F

#05471F
(5,71,31)
#05411D
(5,65,29)
#053B1B
(5,59,27)
#053519
(5,53,25)
#052F17
(5,47,23)
#052915
(5,41,21)
#052313
(5,35,19)
#051D11
(5,29,17)
#05170F
(5,23,15)
#05110D
(5,17,13)
#050B0B
(5,11,11)
#000000
(0,0,0)

Tints of #05471F

#05471F
(5,71,31)
#1B5733
(27,87,51)
#316747
(49,103,71)
#47775B
(71,119,91)
#5D876F
(93,135,111)
#739783
(115,151,131)
#89A797
(137,167,151)
#9FB7AB
(159,183,171)
#B5C7BF
(181,199,191)
#CBD7D3
(203,215,211)
#E1E7E7
(225,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05471F; }

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

This text font color is #05471F.

Background Color

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

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

This div background color is #05471F.

Border color

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

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

This div border color is #05471F.

Opacity

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

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

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

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

This text has shadow with #05471F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05471F.

Preview

Color preview on black background

This text has color #05471F on black background.


Color preview on white background

This text has color #05471F on white background.


Black color preview on #05471F background

This text has black color on #05471F background.


White color preview on #05471F background

This text has white color on #05471F background.


Related colors

Complementary color

Complementary color for #hex is #FAB8E0.


I love getcolorcode.com

Triadic colors

1 #1F0547 and #471F05 with #05471F are triadic colors.

2 #1F4705 and #47051F with #05471F are triadic colors.