COLOR #041D12

HEX: #041D12
RGB: (4,29,18)

Color info

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

RGB color model

#041D12 color RGB value is (4,29,18).

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

RGB channels and saturation

R 4 of 255 = 2%
G 29 of 255 = 11%
B 18 of 255 = 7%

4
29
18

R + G + B ~ 7%. #041D12 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 29 + 18 = 51 (100%)
R 4 of 51 ~ 7.84%
G 29 of 51 ~ 56.86%
B 18 of 51 ~ 35.29%

%56.86
%35.29

CMYK color model

#041D12 color CMYK value is (86,0,38,89).

  • cyan value is 86.21%
  • magenta value is 0.00%
  • yellow value is 37.93%
  • key color value is 88.63%
CMYK:
(86,0,38,89)
C86M0Y38K89 
(86%,0%,38%,89%)
(0.86/0.00/0.38/0.89)	

CMYK percentages

%86.21
%0
%37.93
%88.63

Codes

Color #041D12 in popluar color models

041D12
RGB42918
HSL154°75.76%6.47%
HSB/HSV154°86.21%11.37%
CMYK86.21%0.00%37.93%
88.63%

Color #041D12 in popluar number systems.

HEX041D12
Decimal42918
Binary1001110110010
Octal43522

Shades and tints

Shades of #041D12

#041D12
(4,29,18)
#041B11
(4,27,17)
#041910
(4,25,16)
#04170F
(4,23,15)
#04150E
(4,21,14)
#04130D
(4,19,13)
#04110C
(4,17,12)
#040F0B
(4,15,11)
#040D0A
(4,13,10)
#040B09
(4,11,9)
#040908
(4,9,8)
#000000
(0,0,0)

Tints of #041D12

#041D12
(4,29,18)
#1A3127
(26,49,39)
#30453C
(48,69,60)
#465951
(70,89,81)
#5C6D66
(92,109,102)
#72817B
(114,129,123)
#889590
(136,149,144)
#9EA9A5
(158,169,165)
#B4BDBA
(180,189,186)
#CAD1CF
(202,209,207)
#E0E5E4
(224,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041D12; }

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

This text font color is #041D12.


Background Color

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

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

This div background color is #041D12.


Border color

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

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

This div border color is #041D12.


Opacity

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

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

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

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

This text has shadow with #041D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041D12 on black background.


Color preview on white background

This text has color #041D12 on white background.



Black color preview on #041D12 background

This text has black color on #041D12 background.


White color preview on #041D12 background

This text has white color on #041D12 background.