COLOR #040910

HEX: #040910
RGB: (4,9,16)

Color info

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

RGB color model

#040910 color RGB value is (4,9,16).

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

RGB channels and saturation

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

4
9
16

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

Portions of RGB colors in percentages

R + G + B =
4 + 9 + 16 = 29 (100%)
R 4 of 29 ~ 13.79%
G 9 of 29 ~ 31.03%
B 16 of 29 ~ 55.17%

%13.79
%31.03
%55.17

CMYK color model

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

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

CMYK percentages

%75
%43.75
%0
%93.73

Codes

Color #040910 in popluar color models

040910
RGB4916
HSL215°60.00%3.92%
HSB/HSV215°75.00%6.27%
CMYK75.00%43.75%0.00%
93.73%

Color #040910 in popluar number systems.

HEX040910
Decimal4916
Binary100100110000
Octal41120

Shades and tints

Shades of #040910

#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)
#040908
(4,9,8)
#040907
(4,9,7)
#040906
(4,9,6)
#000000
(0,0,0)

Tints of #040910

#040910
(4,9,16)
#1A1F25
(26,31,37)
#30353A
(48,53,58)
#464B4F
(70,75,79)
#5C6164
(92,97,100)
#727779
(114,119,121)
#888D8E
(136,141,142)
#9EA3A3
(158,163,163)
#B4B9B8
(180,185,184)
#CACFCD
(202,207,205)
#E0E5E2
(224,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040910; }

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

This text font color is #040910.


Background Color

.myBgColor { background-color: #040910; }

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

This div background color is #040910.


Border color

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

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

This div border color is #040910.


Opacity

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

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

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

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

This text has shadow with #040910 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040910 on black background.


Color preview on white background

This text has color #040910 on white background.



Black color preview on #040910 background

This text has black color on #040910 background.


White color preview on #040910 background

This text has white color on #040910 background.