COLOR #041E15

HEX: #041E15
RGB: (4,30,21)

Color info

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

RGB color model

#041E15 color RGB value is (4,30,21).

  • red value is 4;
  • green value is 30;
  • blue value is 21.
RGB:
(4,30,21)
(2%,12%,8%)

RGB channels and saturation

R 4 of 255 = 2%
G 30 of 255 = 12%
B 21 of 255 = 8%

4
30
21

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

Portions of RGB colors in percentages

R + G + B =
4 + 30 + 21 = 55 (100%)
R 4 of 55 ~ 7.27%
G 30 of 55 ~ 54.55%
B 21 of 55 ~ 38.18%

%54.55
%38.18

CMYK color model

#041E15 color CMYK value is (87,0,30,88).

  • cyan value is 86.67%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 88.24%
CMYK:
(87,0,30,88)
C87M0Y30K88 
(87%,0%,30%,88%)
(0.87/0.00/0.30/0.88)	

CMYK percentages

%86.67
%0
%30
%88.24

Codes

Color #041E15 in popluar color models

041E15
RGB43021
HSL159°76.47%6.67%
HSB/HSV159°86.67%11.76%
CMYK86.67%0.00%30.00%
88.24%

Color #041E15 in popluar number systems.

HEX041E15
Decimal43021
Binary1001111010101
Octal43625

Shades and tints

Shades of #041E15

#041E15
(4,30,21)
#041C14
(4,28,20)
#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)
#000000
(0,0,0)

Tints of #041E15

#041E15
(4,30,21)
#1A322A
(26,50,42)
#30463F
(48,70,63)
#465A54
(70,90,84)
#5C6E69
(92,110,105)
#72827E
(114,130,126)
#889693
(136,150,147)
#9EAAA8
(158,170,168)
#B4BEBD
(180,190,189)
#CAD2D2
(202,210,210)
#E0E6E7
(224,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041E15 color. Also use rgb(4,30,21) instead hex code.

Text Font Color

.myTextColor { color: #041E15; }

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

This text font color is #041E15.


Background Color

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

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

This div background color is #041E15.


Border color

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

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

This div border color is #041E15.


Opacity

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

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

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

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

This text has shadow with #041E15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041E15 on black background.


Color preview on white background

This text has color #041E15 on white background.



Black color preview on #041E15 background

This text has black color on #041E15 background.


White color preview on #041E15 background

This text has white color on #041E15 background.