COLOR #041D09

HEX: #041D09
RGB: (4,29,9)

Color info

#041D09 contains red, green and blue colors in about the same proportion. Web safe color of #041D09 is #003300 (or #030).

RGB color model

#041D09 color RGB value is (4,29,9).

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

RGB channels and saturation

R 4 of 255 = 2%
G 29 of 255 = 11%
B 9 of 255 = 4%

4
29
9

R + G + B ~ 6%. #041D09 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 29 + 9 = 42 (100%)
R 4 of 42 ~ 9.52%
G 29 of 42 ~ 69.05%
B 9 of 42 ~ 21.43%

%9.52
%69.05
%21.43

CMYK color model

#041D09 color CMYK value is (86,0,69,89).

  • cyan value is 86.21%
  • magenta value is 0.00%
  • yellow value is 68.97%
  • key color value is 88.63%
CMYK:
(86,0,69,89)
C86M0Y69K89 
(86%,0%,69%,89%)
(0.86/0.00/0.69/0.89)	

CMYK percentages

%86.21
%0
%68.97
%88.63

Codes

Color #041D09 in popluar color models

041D09
RGB4299
HSL132°75.76%6.47%
HSB/HSV132°86.21%11.37%
CMYK86.21%0.00%68.97%
88.63%

Color #041D09 in popluar number systems.

HEX041D09
Decimal4299
Binary100111011001
Octal43511

Shades and tints

Shades of #041D09

#041D09
(4,29,9)
#041B09
(4,27,9)
#041909
(4,25,9)
#041709
(4,23,9)
#041509
(4,21,9)
#041309
(4,19,9)
#041109
(4,17,9)
#040F09
(4,15,9)
#040D09
(4,13,9)
#040B09
(4,11,9)
#040909
(4,9,9)
#000000
(0,0,0)

Tints of #041D09

#041D09
(4,29,9)
#1A311F
(26,49,31)
#304535
(48,69,53)
#46594B
(70,89,75)
#5C6D61
(92,109,97)
#728177
(114,129,119)
#88958D
(136,149,141)
#9EA9A3
(158,169,163)
#B4BDB9
(180,189,185)
#CAD1CF
(202,209,207)
#E0E5E5
(224,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041D09; }

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

This text font color is #041D09.


Background Color

.myBgColor { background-color: #041D09; }

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

This div background color is #041D09.


Border color

.myBorderColor { border: 1px solid #041D09; }

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

This div border color is #041D09.


Opacity

.myOpacity80 { color: #041D09; opacity: 0.8; }

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

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

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

This text has shadow with #041D09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041D09 on black background.


Color preview on white background

This text has color #041D09 on white background.



Black color preview on #041D09 background

This text has black color on #041D09 background.


White color preview on #041D09 background

This text has white color on #041D09 background.