COLOR #040316

HEX: #040316
RGB: (4,3,22)

Color info

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

RGB color model

#040316 color RGB value is (4,3,22).

  • red value is 4;
  • green value is 3;
  • blue value is 22.
RGB:
(4,3,22)
(2%,1%,9%)

RGB channels and saturation

R 4 of 255 = 2%
G 3 of 255 = 1%
B 22 of 255 = 9%

4
3
22

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

Portions of RGB colors in percentages

R + G + B =
4 + 3 + 22 = 29 (100%)
R 4 of 29 ~ 13.79%
G 3 of 29 ~ 10.34%
B 22 of 29 ~ 75.86%

%13.79
%10.34
%75.86

CMYK color model

#040316 color CMYK value is (82,86,0,91).

  • cyan value is 81.82%
  • magenta value is 86.36%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(82,86,0,91)
C82M86Y0K91 
(82%,86%,0%,91%)
(0.82/0.86/0.00/0.91)	

CMYK percentages

%81.82
%86.36
%0
%91.37

Codes

Color #040316 in popluar color models

040316
RGB4322
HSL243°76.00%4.90%
HSB/HSV243°86.36%8.63%
CMYK81.82%86.36%0.00%
91.37%

Color #040316 in popluar number systems.

HEX040316
Decimal4322
Binary1001110110
Octal4326

Shades and tints

Shades of #040316

#040316
(4,3,22)
#040314
(4,3,20)
#040312
(4,3,18)
#040310
(4,3,16)
#04030E
(4,3,14)
#04030C
(4,3,12)
#04030A
(4,3,10)
#040308
(4,3,8)
#040306
(4,3,6)
#040304
(4,3,4)
#040302
(4,3,2)
#000000
(0,0,0)

Tints of #040316

#040316
(4,3,22)
#1A192B
(26,25,43)
#302F40
(48,47,64)
#464555
(70,69,85)
#5C5B6A
(92,91,106)
#72717F
(114,113,127)
#888794
(136,135,148)
#9E9DA9
(158,157,169)
#B4B3BE
(180,179,190)
#CAC9D3
(202,201,211)
#E0DFE8
(224,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #040316 color. Also use rgb(4,3,22) instead hex code.

Text Font Color

.myTextColor { color: #040316; }

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

This text font color is #040316.


Background Color

.myBgColor { background-color: #040316; }

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

This div background color is #040316.


Border color

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

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

This div border color is #040316.


Opacity

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

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

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

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

This text has shadow with #040316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040316 on black background.


Color preview on white background

This text has color #040316 on white background.



Black color preview on #040316 background

This text has black color on #040316 background.


White color preview on #040316 background

This text has white color on #040316 background.