COLOR #041820

HEX: #041820
RGB: (4,24,32)

Color info

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

RGB color model

#041820 color RGB value is (4,24,32).

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

RGB channels and saturation

R 4 of 255 = 2%
G 24 of 255 = 9%
B 32 of 255 = 13%

4
24
32

R + G + B ~ 8%. #041820 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 24 + 32 = 60 (100%)
R 4 of 60 ~ 6.67%
G 24 of 60 ~ 40%
B 32 of 60 ~ 53.33%

%40
%53.33

CMYK color model

#041820 color CMYK value is (88,25,0,87).

  • cyan value is 87.50%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(88,25,0,87)
C88M25Y0K87 
(88%,25%,0%,87%)
(0.88/0.25/0.00/0.87)	

CMYK percentages

%87.5
%25
%0
%87.45

Codes

Color #041820 in popluar color models

041820
RGB42432
HSL197°77.78%7.06%
HSB/HSV197°87.50%12.55%
CMYK87.50%25.00%0.00%
87.45%

Color #041820 in popluar number systems.

HEX041820
Decimal42432
Binary10011000100000
Octal43040

Shades and tints

Shades of #041820

#041820
(4,24,32)
#04161E
(4,22,30)
#04141C
(4,20,28)
#04121A
(4,18,26)
#041018
(4,16,24)
#040E16
(4,14,22)
#040C14
(4,12,20)
#040A12
(4,10,18)
#040810
(4,8,16)
#04060E
(4,6,14)
#04040C
(4,4,12)
#000000
(0,0,0)

Tints of #041820

#041820
(4,24,32)
#1A2D34
(26,45,52)
#304248
(48,66,72)
#46575C
(70,87,92)
#5C6C70
(92,108,112)
#728184
(114,129,132)
#889698
(136,150,152)
#9EABAC
(158,171,172)
#B4C0C0
(180,192,192)
#CAD5D4
(202,213,212)
#E0EAE8
(224,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041820; }

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

This text font color is #041820.


Background Color

.myBgColor { background-color: #041820; }

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

This div background color is #041820.


Border color

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

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

This div border color is #041820.


Opacity

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

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

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

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

This text has shadow with #041820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041820 on black background.


Color preview on white background

This text has color #041820 on white background.



Black color preview on #041820 background

This text has black color on #041820 background.


White color preview on #041820 background

This text has white color on #041820 background.