COLOR #04462F

HEX: #04462F
RGB: (4,70,47)

Color info

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

RGB color model

#04462F color RGB value is (4,70,47).

  • red value is 4;
  • green value is 70;
  • blue value is 47.
RGB:
(4,70,47)
(2%,27%,18%)

RGB channels and saturation

R 4 of 255 = 2%
G 70 of 255 = 27%
B 47 of 255 = 18%

4
70
47

R + G + B ~ 16%. #04462F is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 70 + 47 = 121 (100%)
R 4 of 121 ~ 3.31%
G 70 of 121 ~ 57.85%
B 47 of 121 ~ 38.84%

%57.85
%38.84

CMYK color model

#04462F color CMYK value is (94,0,33,73).

  • cyan value is 94.29%
  • magenta value is 0.00%
  • yellow value is 32.86%
  • key color value is 72.55%
CMYK:
(94,0,33,73)
C94M0Y33K73 
(94%,0%,33%,73%)
(0.94/0.00/0.33/0.73)	

CMYK percentages

%94.29
%0
%32.86
%72.55

Codes

Color #04462F in popluar color models

04462F
RGB47047
HSL159°89.19%14.51%
HSB/HSV159°94.29%27.45%
CMYK94.29%0.00%32.86%
72.55%

Color #04462F in popluar number systems.

HEX04462F
Decimal47047
Binary1001000110101111
Octal410657

Shades and tints

Shades of #04462F

#04462F
(4,70,47)
#04402B
(4,64,43)
#043A27
(4,58,39)
#043423
(4,52,35)
#042E1F
(4,46,31)
#04281B
(4,40,27)
#042217
(4,34,23)
#041C13
(4,28,19)
#04160F
(4,22,15)
#04100B
(4,16,11)
#040A07
(4,10,7)
#000000
(0,0,0)

Tints of #04462F

#04462F
(4,70,47)
#1A5641
(26,86,65)
#306653
(48,102,83)
#467665
(70,118,101)
#5C8677
(92,134,119)
#729689
(114,150,137)
#88A69B
(136,166,155)
#9EB6AD
(158,182,173)
#B4C6BF
(180,198,191)
#CAD6D1
(202,214,209)
#E0E6E3
(224,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04462F color. Also use rgb(4,70,47) instead hex code.

Text Font Color

.myTextColor { color: #04462F; }

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

This text font color is #04462F.


Background Color

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

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

This div background color is #04462F.


Border color

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

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

This div border color is #04462F.


Opacity

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

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

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

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

This text has shadow with #04462F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04462F on black background.


Color preview on white background

This text has color #04462F on white background.



Black color preview on #04462F background

This text has black color on #04462F background.


White color preview on #04462F background

This text has white color on #04462F background.