COLOR #041309

HEX: #041309
RGB: (4,19,9)

Color info

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

RGB color model

#041309 color RGB value is (4,19,9).

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

RGB channels and saturation

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

4
19
9

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

Portions of RGB colors in percentages

R + G + B =
4 + 19 + 9 = 32 (100%)
R 4 of 32 ~ 12.5%
G 19 of 32 ~ 59.38%
B 9 of 32 ~ 28.13%

%12.5
%59.38
%28.13

CMYK color model

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

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

CMYK percentages

%78.95
%0
%52.63
%92.55

Codes

Color #041309 in popluar color models

041309
RGB4199
HSL140°65.22%4.51%
HSB/HSV140°78.95%7.45%
CMYK78.95%0.00%52.63%
92.55%

Color #041309 in popluar number systems.

HEX041309
Decimal4199
Binary100100111001
Octal42311

Shades and tints

Shades of #041309

#041309
(4,19,9)
#041209
(4,18,9)
#041109
(4,17,9)
#041009
(4,16,9)
#040F09
(4,15,9)
#040E09
(4,14,9)
#040D09
(4,13,9)
#040C09
(4,12,9)
#040B09
(4,11,9)
#040A09
(4,10,9)
#040909
(4,9,9)
#000000
(0,0,0)

Tints of #041309

#041309
(4,19,9)
#1A281F
(26,40,31)
#303D35
(48,61,53)
#46524B
(70,82,75)
#5C6761
(92,103,97)
#727C77
(114,124,119)
#88918D
(136,145,141)
#9EA6A3
(158,166,163)
#B4BBB9
(180,187,185)
#CAD0CF
(202,208,207)
#E0E5E5
(224,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041309; }

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

This text font color is #041309.


Background Color

.myBgColor { background-color: #041309; }

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

This div background color is #041309.


Border color

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

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

This div border color is #041309.


Opacity

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

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

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

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

This text has shadow with #041309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041309 on black background.


Color preview on white background

This text has color #041309 on white background.



Black color preview on #041309 background

This text has black color on #041309 background.


White color preview on #041309 background

This text has white color on #041309 background.