COLOR #041E18

HEX: #041E18
RGB: (4,30,24)

Color info

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

RGB color model

#041E18 color RGB value is (4,30,24).

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

RGB channels and saturation

R 4 of 255 = 2%
G 30 of 255 = 12%
B 24 of 255 = 9%

4
30
24

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

Portions of RGB colors in percentages

R + G + B =
4 + 30 + 24 = 58 (100%)
R 4 of 58 ~ 6.9%
G 30 of 58 ~ 51.72%
B 24 of 58 ~ 41.38%

%51.72
%41.38

CMYK color model

#041E18 color CMYK value is (87,0,20,88).

  • cyan value is 86.67%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 88.24%
CMYK:
(87,0,20,88)
C87M0Y20K88 
(87%,0%,20%,88%)
(0.87/0.00/0.20/0.88)	

CMYK percentages

%86.67
%0
%20
%88.24

Codes

Color #041E18 in popluar color models

041E18
RGB43024
HSL166°76.47%6.67%
HSB/HSV166°86.67%11.76%
CMYK86.67%0.00%20.00%
88.24%

Color #041E18 in popluar number systems.

HEX041E18
Decimal43024
Binary1001111011000
Octal43630

Shades and tints

Shades of #041E18

#041E18
(4,30,24)
#041C16
(4,28,22)
#041A14
(4,26,20)
#041812
(4,24,18)
#041610
(4,22,16)
#04140E
(4,20,14)
#04120C
(4,18,12)
#04100A
(4,16,10)
#040E08
(4,14,8)
#040C06
(4,12,6)
#040A04
(4,10,4)
#000000
(0,0,0)

Tints of #041E18

#041E18
(4,30,24)
#1A322D
(26,50,45)
#304642
(48,70,66)
#465A57
(70,90,87)
#5C6E6C
(92,110,108)
#728281
(114,130,129)
#889696
(136,150,150)
#9EAAAB
(158,170,171)
#B4BEC0
(180,190,192)
#CAD2D5
(202,210,213)
#E0E6EA
(224,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041E18; }

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

This text font color is #041E18.


Background Color

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

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

This div background color is #041E18.


Border color

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

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

This div border color is #041E18.


Opacity

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

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

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

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

This text has shadow with #041E18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041E18 on black background.


Color preview on white background

This text has color #041E18 on white background.



Black color preview on #041E18 background

This text has black color on #041E18 background.


White color preview on #041E18 background

This text has white color on #041E18 background.