COLOR #040619

HEX: #040619
RGB: (4,6,25)

Color info

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

RGB color model

#040619 color RGB value is (4,6,25).

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

RGB channels and saturation

R 4 of 255 = 2%
G 6 of 255 = 2%
B 25 of 255 = 10%

4
6
25

R + G + B ~ 5%. #040619 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 6 + 25 = 35 (100%)
R 4 of 35 ~ 11.43%
G 6 of 35 ~ 17.14%
B 25 of 35 ~ 71.43%

%11.43
%17.14
%71.43

CMYK color model

#040619 color CMYK value is (84,76,0,90).

  • cyan value is 84.00%
  • magenta value is 76.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(84,76,0,90)
C84M76Y0K90 
(84%,76%,0%,90%)
(0.84/0.76/0.00/0.90)	

CMYK percentages

%84
%76
%0
%90.2

Codes

Color #040619 in popluar color models

040619
RGB4625
HSL234°72.41%5.69%
HSB/HSV234°84.00%9.80%
CMYK84.00%76.00%0.00%
90.20%

Color #040619 in popluar number systems.

HEX040619
Decimal4625
Binary10011011001
Octal4631

Shades and tints

Shades of #040619

#040619
(4,6,25)
#040617
(4,6,23)
#040615
(4,6,21)
#040613
(4,6,19)
#040611
(4,6,17)
#04060F
(4,6,15)
#04060D
(4,6,13)
#04060B
(4,6,11)
#040609
(4,6,9)
#040607
(4,6,7)
#040605
(4,6,5)
#000000
(0,0,0)

Tints of #040619

#040619
(4,6,25)
#1A1C2D
(26,28,45)
#303241
(48,50,65)
#464855
(70,72,85)
#5C5E69
(92,94,105)
#72747D
(114,116,125)
#888A91
(136,138,145)
#9EA0A5
(158,160,165)
#B4B6B9
(180,182,185)
#CACCCD
(202,204,205)
#E0E2E1
(224,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040619; }

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

This text font color is #040619.


Background Color

.myBgColor { background-color: #040619; }

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

This div background color is #040619.


Border color

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

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

This div border color is #040619.


Opacity

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

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

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

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

This text has shadow with #040619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040619 on black background.


Color preview on white background

This text has color #040619 on white background.



Black color preview on #040619 background

This text has black color on #040619 background.


White color preview on #040619 background

This text has white color on #040619 background.