COLOR #00470D

HEX: #00470D RGB: (0,71,13)

Color info

#00470D contains only green and blue colors. Web safe color of #00470D is #003300 (or #030).

RGB color model

#00470D color RGB value is (0,71,13).

RGB: (0,71,13) (0%, 28%, 5%)

RGB channels and saturation

R 0 of 255 = 0%
G 71 of 255 = 28%
B 13 of 255 = 5%

0
71
13

R + G + B ~ 11%. #00470D is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 71 + 13 = 84 (100%)
R 0 of 84 ~ 0%
G 71 of 84 ~ 84.52%
B 13 of 84 ~ 15.48'%

%84.52
%15.48

CMYK color model

#00470D color CMYK value is (100,0,82,72).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 81.69%
  • key color value is 72.16%

CMYK: (100,0,82,72)
C100M0Y82K72 (100%, 0%, 82%, 72%)
(1.00 / 0.00 / 0.82 / 0.72)

CMYK percentages

%100
%0
%81.69
%72.16

Codes

Color #00470D in popluar color models

00 47 0D
RGB 0 71 13
HSL 131° 100.00% 13.92%
HSB/HSV 131° 100.00% 27.84%
CMYK 100.00% 0.00% 81.69%
72.16%

Color #00470D in popluar number systems.

HEX 00 47 0D
Decimal 0 71 13
Binary 0 1000111 1101
Octal 0 107 15

Shades and tints

Shades of #00470D

#00470D
(0,71,13)
#00410C
(0,65,12)
#003B0B
(0,59,11)
#00350A
(0,53,10)
#002F09
(0,47,9)
#002908
(0,41,8)
#002307
(0,35,7)
#001D06
(0,29,6)
#001705
(0,23,5)
#001104
(0,17,4)
#000B03
(0,11,3)
#000000
(0,0,0)

Tints of #00470D

#00470D
(0,71,13)
#175723
(23,87,35)
#2E6739
(46,103,57)
#45774F
(69,119,79)
#5C8765
(92,135,101)
#73977B
(115,151,123)
#8AA791
(138,167,145)
#A1B7A7
(161,183,167)
#B8C7BD
(184,199,189)
#CFD7D3
(207,215,211)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00470D color. Also use rgb(0,71,13) instead hex code.

Text Font Color

.myTextColor { color: #00470D; }

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

This text font color is #00470D.

Background Color

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

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

This div background color is #00470D.

Border color

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

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

This div border color is #00470D.

Opacity

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

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

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

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

This text has shadow with #00470D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00470D.

Preview

Color preview on black background

This text has color #00470D on black background.


Color preview on white background

This text has color #00470D on white background.


Black color preview on #00470D background

This text has black color on #00470D background.


White color preview on #00470D background

This text has white color on #00470D background.


Related colors

Complementary color

Complementary color for #hex is #FFB8F2.


I love getcolorcode.com

Triadic colors

1 #0D0047 and #470D00 with #00470D are triadic colors.

2 #0D4700 and #47000D with #00470D are triadic colors.