COLOR #041215

HEX: #041215
RGB: (4,18,21)

Color info

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

RGB color model

#041215 color RGB value is (4,18,21).

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

RGB channels and saturation

R 4 of 255 = 2%
G 18 of 255 = 7%
B 21 of 255 = 8%

4
18
21

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

Portions of RGB colors in percentages

R + G + B =
4 + 18 + 21 = 43 (100%)
R 4 of 43 ~ 9.3%
G 18 of 43 ~ 41.86%
B 21 of 43 ~ 48.84%

%41.86
%48.84

CMYK color model

#041215 color CMYK value is (81,14,0,92).

  • cyan value is 80.95%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(81,14,0,92)
C81M14Y0K92 
(81%,14%,0%,92%)
(0.81/0.14/0.00/0.92)	

CMYK percentages

%80.95
%14.29
%0
%91.76

Codes

Color #041215 in popluar color models

041215
RGB41821
HSL191°68.00%4.90%
HSB/HSV191°80.95%8.24%
CMYK80.95%14.29%0.00%
91.76%

Color #041215 in popluar number systems.

HEX041215
Decimal41821
Binary1001001010101
Octal42225

Shades and tints

Shades of #041215

#041215
(4,18,21)
#041114
(4,17,20)
#041013
(4,16,19)
#040F12
(4,15,18)
#040E11
(4,14,17)
#040D10
(4,13,16)
#040C0F
(4,12,15)
#040B0E
(4,11,14)
#040A0D
(4,10,13)
#04090C
(4,9,12)
#04080B
(4,8,11)
#000000
(0,0,0)

Tints of #041215

#041215
(4,18,21)
#1A272A
(26,39,42)
#303C3F
(48,60,63)
#465154
(70,81,84)
#5C6669
(92,102,105)
#727B7E
(114,123,126)
#889093
(136,144,147)
#9EA5A8
(158,165,168)
#B4BABD
(180,186,189)
#CACFD2
(202,207,210)
#E0E4E7
(224,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041215; }

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

This text font color is #041215.


Background Color

.myBgColor { background-color: #041215; }

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

This div background color is #041215.


Border color

.myBorderColor { border: 1px solid #041215; }

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

This div border color is #041215.


Opacity

.myOpacity80 { color: #041215; opacity: 0.8; }

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

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

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

This text has shadow with #041215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041215 on black background.


Color preview on white background

This text has color #041215 on white background.



Black color preview on #041215 background

This text has black color on #041215 background.


White color preview on #041215 background

This text has white color on #041215 background.