COLOR #041A1D

HEX: #041A1D
RGB: (4,26,29)

Color info

#041A1D contains red, green and blue colors in about the same proportion. Web safe color of #041A1D is #000033 (or #003).

RGB color model

#041A1D color RGB value is (4,26,29).

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

RGB channels and saturation

R 4 of 255 = 2%
G 26 of 255 = 10%
B 29 of 255 = 11%

4
26
29

R + G + B ~ 8%. #041A1D is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 26 + 29 = 59 (100%)
R 4 of 59 ~ 6.78%
G 26 of 59 ~ 44.07%
B 29 of 59 ~ 49.15%

%44.07
%49.15

CMYK color model

#041A1D color CMYK value is (86,10,0,89).

  • cyan value is 86.21%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(86,10,0,89)
C86M10Y0K89 
(86%,10%,0%,89%)
(0.86/0.10/0.00/0.89)	

CMYK percentages

%86.21
%10.34
%0
%88.63

Codes

Color #041A1D in popluar color models

041A1D
RGB42629
HSL187°75.76%6.47%
HSB/HSV187°86.21%11.37%
CMYK86.21%10.34%0.00%
88.63%

Color #041A1D in popluar number systems.

HEX041A1D
Decimal42629
Binary1001101011101
Octal43235

Shades and tints

Shades of #041A1D

#041A1D
(4,26,29)
#04181B
(4,24,27)
#041619
(4,22,25)
#041417
(4,20,23)
#041215
(4,18,21)
#041013
(4,16,19)
#040E11
(4,14,17)
#040C0F
(4,12,15)
#040A0D
(4,10,13)
#04080B
(4,8,11)
#040609
(4,6,9)
#000000
(0,0,0)

Tints of #041A1D

#041A1D
(4,26,29)
#1A2E31
(26,46,49)
#304245
(48,66,69)
#465659
(70,86,89)
#5C6A6D
(92,106,109)
#727E81
(114,126,129)
#889295
(136,146,149)
#9EA6A9
(158,166,169)
#B4BABD
(180,186,189)
#CACED1
(202,206,209)
#E0E2E5
(224,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041A1D; }

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

This text font color is #041A1D.


Background Color

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

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

This div background color is #041A1D.


Border color

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

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

This div border color is #041A1D.


Opacity

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

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

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

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

This text has shadow with #041A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041A1D on black background.


Color preview on white background

This text has color #041A1D on white background.



Black color preview on #041A1D background

This text has black color on #041A1D background.


White color preview on #041A1D background

This text has white color on #041A1D background.