COLOR #041A10

HEX: #041A10
RGB: (4,26,16)

Color info

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

RGB color model

#041A10 color RGB value is (4,26,16).

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

RGB channels and saturation

R 4 of 255 = 2%
G 26 of 255 = 10%
B 16 of 255 = 6%

4
26
16

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

Portions of RGB colors in percentages

R + G + B =
4 + 26 + 16 = 46 (100%)
R 4 of 46 ~ 8.7%
G 26 of 46 ~ 56.52%
B 16 of 46 ~ 34.78%

%56.52
%34.78

CMYK color model

#041A10 color CMYK value is (85,0,38,90).

  • cyan value is 84.62%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 89.80%
CMYK:
(85,0,38,90)
C85M0Y38K90 
(85%,0%,38%,90%)
(0.85/0.00/0.38/0.90)	

CMYK percentages

%84.62
%0
%38.46
%89.8

Codes

Color #041A10 in popluar color models

041A10
RGB42616
HSL153°73.33%5.88%
HSB/HSV153°84.62%10.20%
CMYK84.62%0.00%38.46%
89.80%

Color #041A10 in popluar number systems.

HEX041A10
Decimal42616
Binary1001101010000
Octal43220

Shades and tints

Shades of #041A10

#041A10
(4,26,16)
#04180F
(4,24,15)
#04160E
(4,22,14)
#04140D
(4,20,13)
#04120C
(4,18,12)
#04100B
(4,16,11)
#040E0A
(4,14,10)
#040C09
(4,12,9)
#040A08
(4,10,8)
#040807
(4,8,7)
#040606
(4,6,6)
#000000
(0,0,0)

Tints of #041A10

#041A10
(4,26,16)
#1A2E25
(26,46,37)
#30423A
(48,66,58)
#46564F
(70,86,79)
#5C6A64
(92,106,100)
#727E79
(114,126,121)
#88928E
(136,146,142)
#9EA6A3
(158,166,163)
#B4BAB8
(180,186,184)
#CACECD
(202,206,205)
#E0E2E2
(224,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041A10; }

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

This text font color is #041A10.


Background Color

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

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

This div background color is #041A10.


Border color

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

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

This div border color is #041A10.


Opacity

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

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

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

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

This text has shadow with #041A10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041A10 on black background.


Color preview on white background

This text has color #041A10 on white background.



Black color preview on #041A10 background

This text has black color on #041A10 background.


White color preview on #041A10 background

This text has white color on #041A10 background.