COLOR #04472D

HEX: #04472D
RGB: (4,71,45)

Color info

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

RGB color model

#04472D color RGB value is (4,71,45).

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

RGB channels and saturation

R 4 of 255 = 2%
G 71 of 255 = 28%
B 45 of 255 = 18%

4
71
45

R + G + B ~ 16%. #04472D is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 71 + 45 = 120 (100%)
R 4 of 120 ~ 3.33%
G 71 of 120 ~ 59.17%
B 45 of 120 ~ 37.5%

%59.17
%37.5

CMYK color model

#04472D color CMYK value is (94,0,37,72).

  • cyan value is 94.37%
  • magenta value is 0.00%
  • yellow value is 36.62%
  • key color value is 72.16%
CMYK:
(94,0,37,72)
C94M0Y37K72 
(94%,0%,37%,72%)
(0.94/0.00/0.37/0.72)	

CMYK percentages

%94.37
%0
%36.62
%72.16

Codes

Color #04472D in popluar color models

04472D
RGB47145
HSL157°89.33%14.71%
HSB/HSV157°94.37%27.84%
CMYK94.37%0.00%36.62%
72.16%

Color #04472D in popluar number systems.

HEX04472D
Decimal47145
Binary1001000111101101
Octal410755

Shades and tints

Shades of #04472D

#04472D
(4,71,45)
#044129
(4,65,41)
#043B25
(4,59,37)
#043521
(4,53,33)
#042F1D
(4,47,29)
#042919
(4,41,25)
#042315
(4,35,21)
#041D11
(4,29,17)
#04170D
(4,23,13)
#041109
(4,17,9)
#040B05
(4,11,5)
#000000
(0,0,0)

Tints of #04472D

#04472D
(4,71,45)
#1A5740
(26,87,64)
#306753
(48,103,83)
#467766
(70,119,102)
#5C8779
(92,135,121)
#72978C
(114,151,140)
#88A79F
(136,167,159)
#9EB7B2
(158,183,178)
#B4C7C5
(180,199,197)
#CAD7D8
(202,215,216)
#E0E7EB
(224,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04472D color. Also use rgb(4,71,45) instead hex code.

Text Font Color

.myTextColor { color: #04472D; }

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

This text font color is #04472D.


Background Color

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

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

This div background color is #04472D.


Border color

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

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

This div border color is #04472D.


Opacity

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

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

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

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

This text has shadow with #04472D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04472D on black background.


Color preview on white background

This text has color #04472D on white background.



Black color preview on #04472D background

This text has black color on #04472D background.


White color preview on #04472D background

This text has white color on #04472D background.