COLOR #040110

HEX: #040110
RGB: (4,1,16)

Color info

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

RGB color model

#040110 color RGB value is (4,1,16).

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

RGB channels and saturation

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

4
1
16

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

Portions of RGB colors in percentages

R + G + B =
4 + 1 + 16 = 21 (100%)
R 4 of 21 ~ 19.05%
G 1 of 21 ~ 4.76%
B 16 of 21 ~ 76.19%

%19.05
%76.19

CMYK color model

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

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

CMYK percentages

%75
%93.75
%0
%93.73

Codes

Color #040110 in popluar color models

040110
RGB4116
HSL252°88.24%3.33%
HSB/HSV252°93.75%6.27%
CMYK75.00%93.75%0.00%
93.73%

Color #040110 in popluar number systems.

HEX040110
Decimal4116
Binary100110000
Octal4120

Shades and tints

Shades of #040110

#040110
(4,1,16)
#04010F
(4,1,15)
#04010E
(4,1,14)
#04010D
(4,1,13)
#04010C
(4,1,12)
#04010B
(4,1,11)
#04010A
(4,1,10)
#040109
(4,1,9)
#040108
(4,1,8)
#040107
(4,1,7)
#040106
(4,1,6)
#000000
(0,0,0)

Tints of #040110

#040110
(4,1,16)
#1A1825
(26,24,37)
#302F3A
(48,47,58)
#46464F
(70,70,79)
#5C5D64
(92,93,100)
#727479
(114,116,121)
#888B8E
(136,139,142)
#9EA2A3
(158,162,163)
#B4B9B8
(180,185,184)
#CAD0CD
(202,208,205)
#E0E7E2
(224,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040110; }

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

This text font color is #040110.


Background Color

.myBgColor { background-color: #040110; }

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

This div background color is #040110.


Border color

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

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

This div border color is #040110.


Opacity

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

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

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

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

This text has shadow with #040110 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040110 on black background.


Color preview on white background

This text has color #040110 on white background.



Black color preview on #040110 background

This text has black color on #040110 background.


White color preview on #040110 background

This text has white color on #040110 background.