COLOR #041806

HEX: #041806 RGB: (4,24,6)

Color info

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

RGB color model

#041806 color RGB value is (4,24,6).

RGB: (4,24,6) (2%, 9%, 2%)

RGB channels and saturation

R 4 of 255 = 2%
G 24 of 255 = 9%
B 6 of 255 = 2%

4
24
6

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

Portions of RGB colors in percentages

R + G + B = 4 + 24 + 6 = 34 (100%)
R 4 of 34 ~ 11.76%
G 24 of 34 ~ 70.59%
B 6 of 34 ~ 17.65'%

%11.76
%70.59
%17.65

CMYK color model

#041806 color CMYK value is (83,0,75,91).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 90.59%
CMYK: (83,0,75,91) C83M0Y75K91 (83%,0%,75%,91%) (0.83/0.00/0.75/0.91) 

CMYK percentages

%83.33
%0
%75
%90.59

Codes

Color #041806 in popluar color models

04 18 06
RGB 4 24 6
HSL 126° 71.43% 5.49%
HSB/HSV 126° 83.33% 9.41%
CMYK 83.33% 0.00% 75.00%
90.59%

Color #041806 in popluar number systems.

HEX 04 18 06
Decimal 4 24 6
Binary 100 11000 110
Octal 4 30 6

Shades and tints

Shades of #041806

#041806
(4,24,6)
#041606
(4,22,6)
#041406
(4,20,6)
#041206
(4,18,6)
#041006
(4,16,6)
#040E06
(4,14,6)
#040C06
(4,12,6)
#040A06
(4,10,6)
#040806
(4,8,6)
#040606
(4,6,6)
#040406
(4,4,6)
#000000
(0,0,0)

Tints of #041806

#041806
(4,24,6)
#1A2D1C
(26,45,28)
#304232
(48,66,50)
#465748
(70,87,72)
#5C6C5E
(92,108,94)
#728174
(114,129,116)
#88968A
(136,150,138)
#9EABA0
(158,171,160)
#B4C0B6
(180,192,182)
#CAD5CC
(202,213,204)
#E0EAE2
(224,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041806; }

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

This text font color is #041806.

Background Color

.myBgColor { background-color: #041806; }

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

This div background color is #041806.

Border color

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

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

This div border color is #041806.

Opacity

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

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

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

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

This text has shadow with #041806 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #041806.

Preview

Color preview on black background

This text has color #041806 on black background.


Color preview on white background

This text has color #041806 on white background.


Black color preview on #041806 background

This text has black color on #041806 background.


White color preview on #041806 background

This text has white color on #041806 background.


Related colors

Complementary color

Complementary color for #hex is #FBE7F9.


I love getcolorcode.com

Triadic colors

1 #060418 and #180604 with #041806 are triadic colors.

2 #061804 and #180406 with #041806 are triadic colors.