COLOR #041320

HEX: #041320
RGB: (4,19,32)

Color info

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

RGB color model

#041320 color RGB value is (4,19,32).

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

RGB channels and saturation

R 4 of 255 = 2%
G 19 of 255 = 7%
B 32 of 255 = 13%

4
19
32

R + G + B ~ 7%. #041320 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 19 + 32 = 55 (100%)
R 4 of 55 ~ 7.27%
G 19 of 55 ~ 34.55%
B 32 of 55 ~ 58.18%

%34.55
%58.18

CMYK color model

#041320 color CMYK value is (88,41,0,87).

  • cyan value is 87.50%
  • magenta value is 40.63%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(88,41,0,87)
C88M41Y0K87 
(88%,41%,0%,87%)
(0.88/0.41/0.00/0.87)	

CMYK percentages

%87.5
%40.63
%0
%87.45

Codes

Color #041320 in popluar color models

041320
RGB41932
HSL208°77.78%7.06%
HSB/HSV208°87.50%12.55%
CMYK87.50%40.63%0.00%
87.45%

Color #041320 in popluar number systems.

HEX041320
Decimal41932
Binary10010011100000
Octal42340

Shades and tints

Shades of #041320

#041320
(4,19,32)
#04121E
(4,18,30)
#04111C
(4,17,28)
#04101A
(4,16,26)
#040F18
(4,15,24)
#040E16
(4,14,22)
#040D14
(4,13,20)
#040C12
(4,12,18)
#040B10
(4,11,16)
#040A0E
(4,10,14)
#04090C
(4,9,12)
#000000
(0,0,0)

Tints of #041320

#041320
(4,19,32)
#1A2834
(26,40,52)
#303D48
(48,61,72)
#46525C
(70,82,92)
#5C6770
(92,103,112)
#727C84
(114,124,132)
#889198
(136,145,152)
#9EA6AC
(158,166,172)
#B4BBC0
(180,187,192)
#CAD0D4
(202,208,212)
#E0E5E8
(224,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041320; }

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

This text font color is #041320.


Background Color

.myBgColor { background-color: #041320; }

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

This div background color is #041320.


Border color

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

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

This div border color is #041320.


Opacity

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

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

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

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

This text has shadow with #041320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041320 on black background.


Color preview on white background

This text has color #041320 on white background.



Black color preview on #041320 background

This text has black color on #041320 background.


White color preview on #041320 background

This text has white color on #041320 background.