COLOR #041A13

HEX: #041A13
RGB: (4,26,19)

Color info

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

RGB color model

#041A13 color RGB value is (4,26,19).

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

RGB channels and saturation

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

4
26
19

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

Portions of RGB colors in percentages

R + G + B =
4 + 26 + 19 = 49 (100%)
R 4 of 49 ~ 8.16%
G 26 of 49 ~ 53.06%
B 19 of 49 ~ 38.78%

%53.06
%38.78

CMYK color model

#041A13 color CMYK value is (85,0,27,90).

  • cyan value is 84.62%
  • magenta value is 0.00%
  • yellow value is 26.92%
  • key color value is 89.80%
CMYK:
(85,0,27,90)
C85M0Y27K90 
(85%,0%,27%,90%)
(0.85/0.00/0.27/0.90)	

CMYK percentages

%84.62
%0
%26.92
%89.8

Codes

Color #041A13 in popluar color models

041A13
RGB42619
HSL161°73.33%5.88%
HSB/HSV161°84.62%10.20%
CMYK84.62%0.00%26.92%
89.80%

Color #041A13 in popluar number systems.

HEX041A13
Decimal42619
Binary1001101010011
Octal43223

Shades and tints

Shades of #041A13

#041A13
(4,26,19)
#041812
(4,24,18)
#041611
(4,22,17)
#041410
(4,20,16)
#04120F
(4,18,15)
#04100E
(4,16,14)
#040E0D
(4,14,13)
#040C0C
(4,12,12)
#040A0B
(4,10,11)
#04080A
(4,8,10)
#040609
(4,6,9)
#000000
(0,0,0)

Tints of #041A13

#041A13
(4,26,19)
#1A2E28
(26,46,40)
#30423D
(48,66,61)
#465652
(70,86,82)
#5C6A67
(92,106,103)
#727E7C
(114,126,124)
#889291
(136,146,145)
#9EA6A6
(158,166,166)
#B4BABB
(180,186,187)
#CACED0
(202,206,208)
#E0E2E5
(224,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041A13; }

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

This text font color is #041A13.


Background Color

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

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

This div background color is #041A13.


Border color

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

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

This div border color is #041A13.


Opacity

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

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

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

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

This text has shadow with #041A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041A13 on black background.


Color preview on white background

This text has color #041A13 on white background.



Black color preview on #041A13 background

This text has black color on #041A13 background.


White color preview on #041A13 background

This text has white color on #041A13 background.