COLOR #041602

HEX: #041602 RGB: (4,22,2)

Color info

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

RGB color model

#041602 color RGB value is (4,22,2).

RGB: (4,22,2) (2%, 9%, 1%)

RGB channels and saturation

R 4 of 255 = 2%
G 22 of 255 = 9%
B 2 of 255 = 1%

4
22
2

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

Portions of RGB colors in percentages

R + G + B = 4 + 22 + 2 = 28 (100%)
R 4 of 28 ~ 14.29%
G 22 of 28 ~ 78.57%
B 2 of 28 ~ 7.14'%

%14.29
%78.57

CMYK color model

#041602 color CMYK value is (82,0,91,91).

  • cyan value is 81.82%
  • magenta value is 0.00%
  • yellow value is 90.91%
  • key color value is 91.37%

CMYK: (82,0,91,91)
C82M0Y91K91 (82%, 0%, 91%, 91%)
(0.82 / 0.00 / 0.91 / 0.91)

CMYK percentages

%81.82
%0
%90.91
%91.37

Codes

Color #041602 in popluar color models

04 16 02
RGB 4 22 2
HSL 114° 83.33% 4.71%
HSB/HSV 114° 90.91% 8.63%
CMYK 81.82% 0.00% 90.91%
91.37%

Color #041602 in popluar number systems.

HEX 04 16 02
Decimal 4 22 2
Binary 100 10110 10
Octal 4 26 2

Shades and tints

Shades of #041602

#041602
(4,22,2)
#041402
(4,20,2)
#041202
(4,18,2)
#041002
(4,16,2)
#040E02
(4,14,2)
#040C02
(4,12,2)
#040A02
(4,10,2)
#040802
(4,8,2)
#040602
(4,6,2)
#040402
(4,4,2)
#040202
(4,2,2)
#000000
(0,0,0)

Tints of #041602

#041602
(4,22,2)
#1A2B19
(26,43,25)
#304030
(48,64,48)
#465547
(70,85,71)
#5C6A5E
(92,106,94)
#727F75
(114,127,117)
#88948C
(136,148,140)
#9EA9A3
(158,169,163)
#B4BEBA
(180,190,186)
#CAD3D1
(202,211,209)
#E0E8E8
(224,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041602 color. Also use rgb(4,22,2) instead hex code.

Text Font Color

.myTextColor { color: #041602; }

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

This text font color is #041602.

Background Color

.myBgColor { background-color: #041602; }

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

This div background color is #041602.

Border color

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

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

This div border color is #041602.

Opacity

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

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

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

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

This text has shadow with #041602 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #041602.

Preview

Color preview on black background

This text has color #041602 on black background.


Color preview on white background

This text has color #041602 on white background.


Black color preview on #041602 background

This text has black color on #041602 background.


White color preview on #041602 background

This text has white color on #041602 background.


Related colors

Complementary color

Complementary color for #hex is #FBE9FD.


I love getcolorcode.com

Triadic colors

1 #020416 and #160204 with #041602 are triadic colors.

2 #021604 and #160402 with #041602 are triadic colors.