COLOR #040913

HEX: #040913
RGB: (4,9,19)

Color info

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

RGB color model

#040913 color RGB value is (4,9,19).

  • red value is 4;
  • green value is 9;
  • blue value is 19.
RGB:
(4,9,19)
(2%,4%,7%)

RGB channels and saturation

R 4 of 255 = 2%
G 9 of 255 = 4%
B 19 of 255 = 7%

4
9
19

R + G + B ~ 4%. #040913 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 9 + 19 = 32 (100%)
R 4 of 32 ~ 12.5%
G 9 of 32 ~ 28.13%
B 19 of 32 ~ 59.38%

%12.5
%28.13
%59.38

CMYK color model

#040913 color CMYK value is (79,53,0,93).

  • cyan value is 78.95%
  • magenta value is 52.63%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(79,53,0,93)
C79M53Y0K93 
(79%,53%,0%,93%)
(0.79/0.53/0.00/0.93)	

CMYK percentages

%78.95
%52.63
%0
%92.55

Codes

Color #040913 in popluar color models

040913
RGB4919
HSL220°65.22%4.51%
HSB/HSV220°78.95%7.45%
CMYK78.95%52.63%0.00%
92.55%

Color #040913 in popluar number systems.

HEX040913
Decimal4919
Binary100100110011
Octal41123

Shades and tints

Shades of #040913

#040913
(4,9,19)
#040912
(4,9,18)
#040911
(4,9,17)
#040910
(4,9,16)
#04090F
(4,9,15)
#04090E
(4,9,14)
#04090D
(4,9,13)
#04090C
(4,9,12)
#04090B
(4,9,11)
#04090A
(4,9,10)
#040909
(4,9,9)
#000000
(0,0,0)

Tints of #040913

#040913
(4,9,19)
#1A1F28
(26,31,40)
#30353D
(48,53,61)
#464B52
(70,75,82)
#5C6167
(92,97,103)
#72777C
(114,119,124)
#888D91
(136,141,145)
#9EA3A6
(158,163,166)
#B4B9BB
(180,185,187)
#CACFD0
(202,207,208)
#E0E5E5
(224,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040913; }

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

This text font color is #040913.


Background Color

.myBgColor { background-color: #040913; }

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

This div background color is #040913.


Border color

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

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

This div border color is #040913.


Opacity

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

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

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

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

This text has shadow with #040913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040913 on black background.


Color preview on white background

This text has color #040913 on white background.



Black color preview on #040913 background

This text has black color on #040913 background.


White color preview on #040913 background

This text has white color on #040913 background.