COLOR #041104

HEX: #041104
RGB: (4,17,4)

Color info

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

RGB color model

#041104 color RGB value is (4,17,4).

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

RGB channels and saturation

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

4
17
4

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

Portions of RGB colors in percentages

R + G + B =
4 + 17 + 4 = 25 (100%)
R 4 of 25 ~ 16%
G 17 of 25 ~ 68%
B 4 of 25 ~ 16%

%16
%68
%16

CMYK color model

#041104 color CMYK value is (76,0,76,93).

  • cyan value is 76.47%
  • magenta value is 0.00%
  • yellow value is 76.47%
  • key color value is 93.33%
CMYK:
(76,0,76,93)
C76M0Y76K93 
(76%,0%,76%,93%)
(0.76/0.00/0.76/0.93)	

CMYK percentages

%76.47
%0
%76.47
%93.33

Codes

Color #041104 in popluar color models

041104
RGB4174
HSL120°61.90%4.12%
HSB/HSV120°76.47%6.67%
CMYK76.47%0.00%76.47%
93.33%

Color #041104 in popluar number systems.

HEX041104
Decimal4174
Binary10010001100
Octal4214

Shades and tints

Shades of #041104

#041104
(4,17,4)
#041004
(4,16,4)
#040F04
(4,15,4)
#040E04
(4,14,4)
#040D04
(4,13,4)
#040C04
(4,12,4)
#040B04
(4,11,4)
#040A04
(4,10,4)
#040904
(4,9,4)
#040804
(4,8,4)
#040704
(4,7,4)
#000000
(0,0,0)

Tints of #041104

#041104
(4,17,4)
#1A261A
(26,38,26)
#303B30
(48,59,48)
#465046
(70,80,70)
#5C655C
(92,101,92)
#727A72
(114,122,114)
#888F88
(136,143,136)
#9EA49E
(158,164,158)
#B4B9B4
(180,185,180)
#CACECA
(202,206,202)
#E0E3E0
(224,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041104; }

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

This text font color is #041104.


Background Color

.myBgColor { background-color: #041104; }

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

This div background color is #041104.


Border color

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

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

This div border color is #041104.


Opacity

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

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

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

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

This text has shadow with #041104 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041104 on black background.


Color preview on white background

This text has color #041104 on white background.



Black color preview on #041104 background

This text has black color on #041104 background.


White color preview on #041104 background

This text has white color on #041104 background.