COLOR #00472B

HEX: #00472B RGB: (0,71,43)

Color info

#00472B contains only green and blue colors. Web safe color of #00472B is #003333 (or #033).

RGB color model

#00472B color RGB value is (0,71,43).

RGB: (0,71,43) (0%, 28%, 17%)

RGB channels and saturation

R 0 of 255 = 0%
G 71 of 255 = 28%
B 43 of 255 = 17%

0
71
43

R + G + B ~ 15%. #00472B is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 71 + 43 = 114 (100%)
R 0 of 114 ~ 0%
G 71 of 114 ~ 62.28%
B 43 of 114 ~ 37.72'%

%62.28
%37.72

CMYK color model

#00472B color CMYK value is (100,0,39,72).

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

CMYK: (100,0,39,72)
C100M0Y39K72 (100%, 0%, 39%, 72%)
(1.00 / 0.00 / 0.39 / 0.72)

CMYK percentages

%100
%0
%39.44
%72.16

Codes

Color #00472B in popluar color models

00 47 2B
RGB 0 71 43
HSL 156° 100.00% 13.92%
HSB/HSV 156° 100.00% 27.84%
CMYK 100.00% 0.00% 39.44%
72.16%

Color #00472B in popluar number systems.

HEX 00 47 2B
Decimal 0 71 43
Binary 0 1000111 101011
Octal 0 107 53

Shades and tints

Shades of #00472B

#00472B
(0,71,43)
#004128
(0,65,40)
#003B25
(0,59,37)
#003522
(0,53,34)
#002F1F
(0,47,31)
#00291C
(0,41,28)
#002319
(0,35,25)
#001D16
(0,29,22)
#001713
(0,23,19)
#001110
(0,17,16)
#000B0D
(0,11,13)
#000000
(0,0,0)

Tints of #00472B

#00472B
(0,71,43)
#17573E
(23,87,62)
#2E6751
(46,103,81)
#457764
(69,119,100)
#5C8777
(92,135,119)
#73978A
(115,151,138)
#8AA79D
(138,167,157)
#A1B7B0
(161,183,176)
#B8C7C3
(184,199,195)
#CFD7D6
(207,215,214)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00472B color. Also use rgb(0,71,43) instead hex code.

Text Font Color

.myTextColor { color: #00472B; }

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

This text font color is #00472B.

Background Color

.myBgColor { background-color: #00472B; }

<div style="background-color:#00472B">Inner text</div>

This div background color is #00472B.

Border color

.myBorderColor { border: 1px solid #00472B; }

<div style="border:3px solid #00472B">Div</div>

This div border color is #00472B.

Opacity

.myOpacity80 { color: #00472B; opacity: 0.8; }

<p style="color:#00472B;opacity:0.8;">80%</p>

Text with #00472B 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 #00472B;}

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

This text has shadow with #00472B color.


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

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

This text has shadow with #00472B primary color and red secondary color.


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

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

This text has shadow with #00472B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #00472B.

Preview

Color preview on black background

This text has color #00472B on black background.


Color preview on white background

This text has color #00472B on white background.


Black color preview on #00472B background

This text has black color on #00472B background.


White color preview on #00472B background

This text has white color on #00472B background.


Related colors

Complementary color

Complementary color for #hex is #FFB8D4.


I love getcolorcode.com

Triadic colors

1 #2B0047 and #472B00 with #00472B are triadic colors.

2 #2B4700 and #47002B with #00472B are triadic colors.