COLOR #040315

HEX: #040315
RGB: (4,3,21)

Color info

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

RGB color model

#040315 color RGB value is (4,3,21).

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

RGB channels and saturation

R 4 of 255 = 2%
G 3 of 255 = 1%
B 21 of 255 = 8%

4
3
21

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

Portions of RGB colors in percentages

R + G + B =
4 + 3 + 21 = 28 (100%)
R 4 of 28 ~ 14.29%
G 3 of 28 ~ 10.71%
B 21 of 28 ~ 75%

%14.29
%10.71
%75

CMYK color model

#040315 color CMYK value is (81,86,0,92).

  • cyan value is 80.95%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(81,86,0,92)
C81M86Y0K92 
(81%,86%,0%,92%)
(0.81/0.86/0.00/0.92)	

CMYK percentages

%80.95
%85.71
%0
%91.76

Codes

Color #040315 in popluar color models

040315
RGB4321
HSL243°75.00%4.71%
HSB/HSV243°85.71%8.24%
CMYK80.95%85.71%0.00%
91.76%

Color #040315 in popluar number systems.

HEX040315
Decimal4321
Binary1001110101
Octal4325

Shades and tints

Shades of #040315

#040315
(4,3,21)
#040314
(4,3,20)
#040313
(4,3,19)
#040312
(4,3,18)
#040311
(4,3,17)
#040310
(4,3,16)
#04030F
(4,3,15)
#04030E
(4,3,14)
#04030D
(4,3,13)
#04030C
(4,3,12)
#04030B
(4,3,11)
#000000
(0,0,0)

Tints of #040315

#040315
(4,3,21)
#1A192A
(26,25,42)
#302F3F
(48,47,63)
#464554
(70,69,84)
#5C5B69
(92,91,105)
#72717E
(114,113,126)
#888793
(136,135,147)
#9E9DA8
(158,157,168)
#B4B3BD
(180,179,189)
#CAC9D2
(202,201,210)
#E0DFE7
(224,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040315; }

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

This text font color is #040315.


Background Color

.myBgColor { background-color: #040315; }

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

This div background color is #040315.


Border color

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

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

This div border color is #040315.


Opacity

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

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

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

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

This text has shadow with #040315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040315 on black background.


Color preview on white background

This text has color #040315 on white background.



Black color preview on #040315 background

This text has black color on #040315 background.


White color preview on #040315 background

This text has white color on #040315 background.