COLOR #041221

HEX: #041221
RGB: (4,18,33)

Color info

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

RGB color model

#041221 color RGB value is (4,18,33).

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

RGB channels and saturation

R 4 of 255 = 2%
G 18 of 255 = 7%
B 33 of 255 = 13%

4
18
33

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

Portions of RGB colors in percentages

R + G + B =
4 + 18 + 33 = 55 (100%)
R 4 of 55 ~ 7.27%
G 18 of 55 ~ 32.73%
B 33 of 55 ~ 60%

%32.73
%60

CMYK color model

#041221 color CMYK value is (88,45,0,87).

  • cyan value is 87.88%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(88,45,0,87)
C88M45Y0K87 
(88%,45%,0%,87%)
(0.88/0.45/0.00/0.87)	

CMYK percentages

%87.88
%45.45
%0
%87.06

Codes

Color #041221 in popluar color models

041221
RGB41833
HSL211°78.38%7.25%
HSB/HSV211°87.88%12.94%
CMYK87.88%45.45%0.00%
87.06%

Color #041221 in popluar number systems.

HEX041221
Decimal41833
Binary10010010100001
Octal42241

Shades and tints

Shades of #041221

#041221
(4,18,33)
#04111E
(4,17,30)
#04101B
(4,16,27)
#040F18
(4,15,24)
#040E15
(4,14,21)
#040D12
(4,13,18)
#040C0F
(4,12,15)
#040B0C
(4,11,12)
#040A09
(4,10,9)
#040906
(4,9,6)
#040803
(4,8,3)
#000000
(0,0,0)

Tints of #041221

#041221
(4,18,33)
#1A2735
(26,39,53)
#303C49
(48,60,73)
#46515D
(70,81,93)
#5C6671
(92,102,113)
#727B85
(114,123,133)
#889099
(136,144,153)
#9EA5AD
(158,165,173)
#B4BAC1
(180,186,193)
#CACFD5
(202,207,213)
#E0E4E9
(224,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041221 color. Also use rgb(4,18,33) instead hex code.

Text Font Color

.myTextColor { color: #041221; }

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

This text font color is #041221.


Background Color

.myBgColor { background-color: #041221; }

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

This div background color is #041221.


Border color

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

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

This div border color is #041221.


Opacity

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

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

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

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

This text has shadow with #041221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041221 on black background.


Color preview on white background

This text has color #041221 on white background.



Black color preview on #041221 background

This text has black color on #041221 background.


White color preview on #041221 background

This text has white color on #041221 background.