COLOR #041122

HEX: #041122
RGB: (4,17,34)

Color info

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

RGB color model

#041122 color RGB value is (4,17,34).

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

RGB channels and saturation

R 4 of 255 = 2%
G 17 of 255 = 7%
B 34 of 255 = 13%

4
17
34

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

Portions of RGB colors in percentages

R + G + B =
4 + 17 + 34 = 55 (100%)
R 4 of 55 ~ 7.27%
G 17 of 55 ~ 30.91%
B 34 of 55 ~ 61.82%

%30.91
%61.82

CMYK color model

#041122 color CMYK value is (88,50,0,87).

  • cyan value is 88.24%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 86.67%
CMYK:
(88,50,0,87)
C88M50Y0K87 
(88%,50%,0%,87%)
(0.88/0.50/0.00/0.87)	

CMYK percentages

%88.24
%50
%0
%86.67

Codes

Color #041122 in popluar color models

041122
RGB41734
HSL214°78.95%7.45%
HSB/HSV214°88.24%13.33%
CMYK88.24%50.00%0.00%
86.67%

Color #041122 in popluar number systems.

HEX041122
Decimal41734
Binary10010001100010
Octal42142

Shades and tints

Shades of #041122

#041122
(4,17,34)
#04101F
(4,16,31)
#040F1C
(4,15,28)
#040E19
(4,14,25)
#040D16
(4,13,22)
#040C13
(4,12,19)
#040B10
(4,11,16)
#040A0D
(4,10,13)
#04090A
(4,9,10)
#040807
(4,8,7)
#040704
(4,7,4)
#000000
(0,0,0)

Tints of #041122

#041122
(4,17,34)
#1A2636
(26,38,54)
#303B4A
(48,59,74)
#46505E
(70,80,94)
#5C6572
(92,101,114)
#727A86
(114,122,134)
#888F9A
(136,143,154)
#9EA4AE
(158,164,174)
#B4B9C2
(180,185,194)
#CACED6
(202,206,214)
#E0E3EA
(224,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041122 color. Also use rgb(4,17,34) instead hex code.

Text Font Color

.myTextColor { color: #041122; }

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

This text font color is #041122.


Background Color

.myBgColor { background-color: #041122; }

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

This div background color is #041122.


Border color

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

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

This div border color is #041122.


Opacity

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

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

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

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

This text has shadow with #041122 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041122 on black background.


Color preview on white background

This text has color #041122 on white background.



Black color preview on #041122 background

This text has black color on #041122 background.


White color preview on #041122 background

This text has white color on #041122 background.