COLOR #040410

HEX: #040410
RGB: (4,4,16)

Color info

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

RGB color model

#040410 color RGB value is (4,4,16).

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

RGB channels and saturation

R 4 of 255 = 2%
G 4 of 255 = 2%
B 16 of 255 = 6%

4
4
16

R + G + B ~ 3%. #040410 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 4 + 16 = 24 (100%)
R 4 of 24 ~ 16.67%
G 4 of 24 ~ 16.67%
B 16 of 24 ~ 66.67%

%16.67
%16.67
%66.67

CMYK color model

#040410 color CMYK value is (75,75,0,94).

  • cyan value is 75.00%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 93.73%
CMYK:
(75,75,0,94)
C75M75Y0K94 
(75%,75%,0%,94%)
(0.75/0.75/0.00/0.94)	

CMYK percentages

%75
%75
%0
%93.73

Codes

Color #040410 in popluar color models

040410
RGB4416
HSL240°60.00%3.92%
HSB/HSV240°75.00%6.27%
CMYK75.00%75.00%0.00%
93.73%

Color #040410 in popluar number systems.

HEX040410
Decimal4416
Binary10010010000
Octal4420

Shades and tints

Shades of #040410

#040410
(4,4,16)
#04040F
(4,4,15)
#04040E
(4,4,14)
#04040D
(4,4,13)
#04040C
(4,4,12)
#04040B
(4,4,11)
#04040A
(4,4,10)
#040409
(4,4,9)
#040408
(4,4,8)
#040407
(4,4,7)
#040406
(4,4,6)
#000000
(0,0,0)

Tints of #040410

#040410
(4,4,16)
#1A1A25
(26,26,37)
#30303A
(48,48,58)
#46464F
(70,70,79)
#5C5C64
(92,92,100)
#727279
(114,114,121)
#88888E
(136,136,142)
#9E9EA3
(158,158,163)
#B4B4B8
(180,180,184)
#CACACD
(202,202,205)
#E0E0E2
(224,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040410; }

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

This text font color is #040410.


Background Color

.myBgColor { background-color: #040410; }

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

This div background color is #040410.


Border color

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

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

This div border color is #040410.


Opacity

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

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

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

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

This text has shadow with #040410 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040410 on black background.


Color preview on white background

This text has color #040410 on white background.



Black color preview on #040410 background

This text has black color on #040410 background.


White color preview on #040410 background

This text has white color on #040410 background.