COLOR #040105

HEX: #040105
RGB: (4,1,5)

Color info

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

RGB color model

#040105 color RGB value is (4,1,5).

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

RGB channels and saturation

R 4 of 255 = 2%
G 1 of 255 = 0%
B 5 of 255 = 2%

4
1
5

R + G + B ~ 1%. #040105 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 1 + 5 = 10 (100%)
R 4 of 10 ~ 40%
G 1 of 10 ~ 10%
B 5 of 10 ~ 50%

%40
%10
%50

CMYK color model

#040105 color CMYK value is (20,80,0,98).

  • cyan value is 20.00%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 98.04%
CMYK:
(20,80,0,98)
C20M80Y0K98 
(20%,80%,0%,98%)
(0.20/0.80/0.00/0.98)	

CMYK percentages

%20
%80
%0
%98.04

Codes

Color #040105 in popluar color models

040105
RGB415
HSL285°66.67%1.18%
HSB/HSV285°80.00%1.96%
CMYK20.00%80.00%0.00%
98.04%

Color #040105 in popluar number systems.

HEX040105
Decimal415
Binary1001101
Octal415

Shades and tints

Tints of #040105

#040105
(4,1,5)
#1A181B
(26,24,27)
#302F31
(48,47,49)
#464647
(70,70,71)
#5C5D5D
(92,93,93)
#727473
(114,116,115)
#888B89
(136,139,137)
#9EA29F
(158,162,159)
#B4B9B5
(180,185,181)
#CAD0CB
(202,208,203)
#E0E7E1
(224,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040105; }

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

This text font color is #040105.


Background Color

.myBgColor { background-color: #040105; }

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

This div background color is #040105.


Border color

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

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

This div border color is #040105.


Opacity

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

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

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

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

This text has shadow with #040105 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040105 on black background.


Color preview on white background

This text has color #040105 on white background.



Black color preview on #040105 background

This text has black color on #040105 background.


White color preview on #040105 background

This text has white color on #040105 background.