COLOR #041801

HEX: #041801
RGB: (4,24,1)

Color info

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

RGB color model

#041801 color RGB value is (4,24,1).

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

RGB channels and saturation

R 4 of 255 = 2%
G 24 of 255 = 9%
B 1 of 255 = 0%

4
24
1

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

Portions of RGB colors in percentages

R + G + B =
4 + 24 + 1 = 29 (100%)
R 4 of 29 ~ 13.79%
G 24 of 29 ~ 82.76%
B 1 of 29 ~ 3.45%

%13.79
%82.76

CMYK color model

#041801 color CMYK value is (83,0,96,91).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 95.83%
  • key color value is 90.59%
CMYK:
(83,0,96,91)
C83M0Y96K91 
(83%,0%,96%,91%)
(0.83/0.00/0.96/0.91)	

CMYK percentages

%83.33
%0
%95.83
%90.59

Codes

Color #041801 in popluar color models

041801
RGB4241
HSL112°92.00%4.90%
HSB/HSV112°95.83%9.41%
CMYK83.33%0.00%95.83%
90.59%

Color #041801 in popluar number systems.

HEX041801
Decimal4241
Binary100110001
Octal4301

Shades and tints

Shades of #041801

#041801
(4,24,1)
#041601
(4,22,1)
#041401
(4,20,1)
#041201
(4,18,1)
#041001
(4,16,1)
#040E01
(4,14,1)
#040C01
(4,12,1)
#040A01
(4,10,1)
#040801
(4,8,1)
#040601
(4,6,1)
#040401
(4,4,1)
#000000
(0,0,0)

Tints of #041801

#041801
(4,24,1)
#1A2D18
(26,45,24)
#30422F
(48,66,47)
#465746
(70,87,70)
#5C6C5D
(92,108,93)
#728174
(114,129,116)
#88968B
(136,150,139)
#9EABA2
(158,171,162)
#B4C0B9
(180,192,185)
#CAD5D0
(202,213,208)
#E0EAE7
(224,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041801; }

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

This text font color is #041801.


Background Color

.myBgColor { background-color: #041801; }

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

This div background color is #041801.


Border color

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

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

This div border color is #041801.


Opacity

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

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

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

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

This text has shadow with #041801 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041801 on black background.


Color preview on white background

This text has color #041801 on white background.



Black color preview on #041801 background

This text has black color on #041801 background.


White color preview on #041801 background

This text has white color on #041801 background.