COLOR #041E0F

HEX: #041E0F
RGB: (4,30,15)

Color info

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

RGB color model

#041E0F color RGB value is (4,30,15).

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

RGB channels and saturation

R 4 of 255 = 2%
G 30 of 255 = 12%
B 15 of 255 = 6%

4
30
15

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

Portions of RGB colors in percentages

R + G + B =
4 + 30 + 15 = 49 (100%)
R 4 of 49 ~ 8.16%
G 30 of 49 ~ 61.22%
B 15 of 49 ~ 30.61%

%61.22
%30.61

CMYK color model

#041E0F color CMYK value is (87,0,50,88).

  • cyan value is 86.67%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 88.24%
CMYK:
(87,0,50,88)
C87M0Y50K88 
(87%,0%,50%,88%)
(0.87/0.00/0.50/0.88)	

CMYK percentages

%86.67
%0
%50
%88.24

Codes

Color #041E0F in popluar color models

041E0F
RGB43015
HSL145°76.47%6.67%
HSB/HSV145°86.67%11.76%
CMYK86.67%0.00%50.00%
88.24%

Color #041E0F in popluar number systems.

HEX041E0F
Decimal43015
Binary100111101111
Octal43617

Shades and tints

Shades of #041E0F

#041E0F
(4,30,15)
#041C0E
(4,28,14)
#041A0D
(4,26,13)
#04180C
(4,24,12)
#04160B
(4,22,11)
#04140A
(4,20,10)
#041209
(4,18,9)
#041008
(4,16,8)
#040E07
(4,14,7)
#040C06
(4,12,6)
#040A05
(4,10,5)
#000000
(0,0,0)

Tints of #041E0F

#041E0F
(4,30,15)
#1A3224
(26,50,36)
#304639
(48,70,57)
#465A4E
(70,90,78)
#5C6E63
(92,110,99)
#728278
(114,130,120)
#88968D
(136,150,141)
#9EAAA2
(158,170,162)
#B4BEB7
(180,190,183)
#CAD2CC
(202,210,204)
#E0E6E1
(224,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041E0F; }

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

This text font color is #041E0F.


Background Color

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

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

This div background color is #041E0F.


Border color

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

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

This div border color is #041E0F.


Opacity

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

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

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

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

This text has shadow with #041E0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041E0F on black background.


Color preview on white background

This text has color #041E0F on white background.



Black color preview on #041E0F background

This text has black color on #041E0F background.


White color preview on #041E0F background

This text has white color on #041E0F background.