COLOR #041304

HEX: #041304
RGB: (4,19,4)

Color info

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

RGB color model

#041304 color RGB value is (4,19,4).

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

RGB channels and saturation

R 4 of 255 = 2%
G 19 of 255 = 7%
B 4 of 255 = 2%

4
19
4

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

Portions of RGB colors in percentages

R + G + B =
4 + 19 + 4 = 27 (100%)
R 4 of 27 ~ 14.81%
G 19 of 27 ~ 70.37%
B 4 of 27 ~ 14.81%

%14.81
%70.37
%14.81

CMYK color model

#041304 color CMYK value is (79,0,79,93).

  • cyan value is 78.95%
  • magenta value is 0.00%
  • yellow value is 78.95%
  • key color value is 92.55%
CMYK:
(79,0,79,93)
C79M0Y79K93 
(79%,0%,79%,93%)
(0.79/0.00/0.79/0.93)	

CMYK percentages

%78.95
%0
%78.95
%92.55

Codes

Color #041304 in popluar color models

041304
RGB4194
HSL120°65.22%4.51%
HSB/HSV120°78.95%7.45%
CMYK78.95%0.00%78.95%
92.55%

Color #041304 in popluar number systems.

HEX041304
Decimal4194
Binary10010011100
Octal4234

Shades and tints

Shades of #041304

#041304
(4,19,4)
#041204
(4,18,4)
#041104
(4,17,4)
#041004
(4,16,4)
#040F04
(4,15,4)
#040E04
(4,14,4)
#040D04
(4,13,4)
#040C04
(4,12,4)
#040B04
(4,11,4)
#040A04
(4,10,4)
#040904
(4,9,4)
#000000
(0,0,0)

Tints of #041304

#041304
(4,19,4)
#1A281A
(26,40,26)
#303D30
(48,61,48)
#465246
(70,82,70)
#5C675C
(92,103,92)
#727C72
(114,124,114)
#889188
(136,145,136)
#9EA69E
(158,166,158)
#B4BBB4
(180,187,180)
#CAD0CA
(202,208,202)
#E0E5E0
(224,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041304; }

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

This text font color is #041304.


Background Color

.myBgColor { background-color: #041304; }

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

This div background color is #041304.


Border color

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

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

This div border color is #041304.


Opacity

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

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

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

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

This text has shadow with #041304 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041304 on black background.


Color preview on white background

This text has color #041304 on white background.



Black color preview on #041304 background

This text has black color on #041304 background.


White color preview on #041304 background

This text has white color on #041304 background.