COLOR #041604

HEX: #041604
RGB: (4,22,4)

Color info

#041604 contains red, green and blue colors in about the same proportion. Web safe color of #041604 is #000000 (or #000).

RGB color model

#041604 color RGB value is (4,22,4).

  • red value is 4;
  • green value is 22;
  • blue value is 4.
RGB:
(4,22,4)
(2%,9%,2%)

RGB channels and saturation

R 4 of 255 = 2%
G 22 of 255 = 9%
B 4 of 255 = 2%

4
22
4

R + G + B ~ 4%. #041604 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 22 + 4 = 30 (100%)
R 4 of 30 ~ 13.33%
G 22 of 30 ~ 73.33%
B 4 of 30 ~ 13.33%

%13.33
%73.33
%13.33

CMYK color model

#041604 color CMYK value is (82,0,82,91).

  • cyan value is 81.82%
  • magenta value is 0.00%
  • yellow value is 81.82%
  • key color value is 91.37%
CMYK:
(82,0,82,91)
C82M0Y82K91 
(82%,0%,82%,91%)
(0.82/0.00/0.82/0.91)	

CMYK percentages

%81.82
%0
%81.82
%91.37

Codes

Color #041604 in popluar color models

041604
RGB4224
HSL120°69.23%5.10%
HSB/HSV120°81.82%8.63%
CMYK81.82%0.00%81.82%
91.37%

Color #041604 in popluar number systems.

HEX041604
Decimal4224
Binary10010110100
Octal4264

Shades and tints

Shades of #041604

#041604
(4,22,4)
#041404
(4,20,4)
#041204
(4,18,4)
#041004
(4,16,4)
#040E04
(4,14,4)
#040C04
(4,12,4)
#040A04
(4,10,4)
#040804
(4,8,4)
#040604
(4,6,4)
#040404
(4,4,4)
#040204
(4,2,4)
#000000
(0,0,0)

Tints of #041604

#041604
(4,22,4)
#1A2B1A
(26,43,26)
#304030
(48,64,48)
#465546
(70,85,70)
#5C6A5C
(92,106,92)
#727F72
(114,127,114)
#889488
(136,148,136)
#9EA99E
(158,169,158)
#B4BEB4
(180,190,180)
#CAD3CA
(202,211,202)
#E0E8E0
(224,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041604 color. Also use rgb(4,22,4) instead hex code.

Text Font Color

.myTextColor { color: #041604; }

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

This text font color is #041604.


Background Color

.myBgColor { background-color: #041604; }

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

This div background color is #041604.


Border color

.myBorderColor { border: 1px solid #041604; }

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

This div border color is #041604.


Opacity

.myOpacity80 { color: #041604; opacity: 0.8; }

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

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

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

This text has shadow with #041604 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041604 on black background.


Color preview on white background

This text has color #041604 on white background.



Black color preview on #041604 background

This text has black color on #041604 background.


White color preview on #041604 background

This text has white color on #041604 background.