COLOR #040320

HEX: #040320 RGB: (4,3,32)

Color info

#040320 contains red, green and blue colors in about the same proportion. Web safe color of #040320 is #000033 (or #003).

RGB color model

#040320 color RGB value is (4,3,32).

RGB: (4,3,32) (2%, 1%, 13%)

RGB channels and saturation

R 4 of 255 = 2%
G 3 of 255 = 1%
B 32 of 255 = 13%

4
3
32

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

Portions of RGB colors in percentages

R + G + B = 4 + 3 + 32 = 39 (100%)
R 4 of 39 ~ 10.26%
G 3 of 39 ~ 7.69%
B 32 of 39 ~ 82.05'%

%82.05

CMYK color model

#040320 color CMYK value is (88,91,0,87).

  • cyan value is 87.50%
  • magenta value is 90.63%
  • yellow value is 0.00%
  • key color value is 87.45%

CMYK: (88,91,0,87)
C88M91Y0K87 (88%, 91%, 0%, 87%)
(0.88 / 0.91 / 0.00 / 0.87)

CMYK percentages

%87.5
%90.63
%0
%87.45

Codes

Color #040320 in popluar color models

04 03 20
RGB 4 3 32
HSL 242° 82.86% 6.86%
HSB/HSV 242° 90.63% 12.55%
CMYK 87.50% 90.63% 0.00%
87.45%

Color #040320 in popluar number systems.

HEX 04 03 20
Decimal 4 3 32
Binary 100 11 100000
Octal 4 3 40

Shades and tints

Shades of #040320

#040320
(4,3,32)
#04031E
(4,3,30)
#04031C
(4,3,28)
#04031A
(4,3,26)
#040318
(4,3,24)
#040316
(4,3,22)
#040314
(4,3,20)
#040312
(4,3,18)
#040310
(4,3,16)
#04030E
(4,3,14)
#04030C
(4,3,12)
#000000
(0,0,0)

Tints of #040320

#040320
(4,3,32)
#1A1934
(26,25,52)
#302F48
(48,47,72)
#46455C
(70,69,92)
#5C5B70
(92,91,112)
#727184
(114,113,132)
#888798
(136,135,152)
#9E9DAC
(158,157,172)
#B4B3C0
(180,179,192)
#CAC9D4
(202,201,212)
#E0DFE8
(224,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040320; }

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

This text font color is #040320.

Background Color

.myBgColor { background-color: #040320; }

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

This div background color is #040320.

Border color

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

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

This div border color is #040320.

Opacity

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

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

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

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

This text has shadow with #040320 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #040320.

Preview

Color preview on black background

This text has color #040320 on black background.


Color preview on white background

This text has color #040320 on white background.


Black color preview on #040320 background

This text has black color on #040320 background.


White color preview on #040320 background

This text has white color on #040320 background.


Related colors

Complementary color

Complementary color for #hex is #FBFCDF.


I love getcolorcode.com

Triadic colors

1 #200403 and #032004 with #040320 are triadic colors.

2 #200304 and #030420 with #040320 are triadic colors.