COLOR #041111

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

4
17
17

R + G + B ~ 5%. #041111 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 17 + 17 = 38 (100%)
R 4 of 38 ~ 10.53%
G 17 of 38 ~ 44.74%
B 17 of 38 ~ 44.74%

%10.53
%44.74
%44.74

CMYK color model

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

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

CMYK percentages

%76.47
%0
%0
%93.33

Codes

Color #041111 in popluar color models

041111
RGB41717
HSL180°61.90%4.12%
HSB/HSV180°76.47%6.67%
CMYK76.47%0.00%0.00%
93.33%

Color #041111 in popluar number systems.

HEX041111
Decimal41717
Binary1001000110001
Octal42121

Shades and tints

Shades of #041111

#041111
(4,17,17)
#041010
(4,16,16)
#040F0F
(4,15,15)
#040E0E
(4,14,14)
#040D0D
(4,13,13)
#040C0C
(4,12,12)
#040B0B
(4,11,11)
#040A0A
(4,10,10)
#040909
(4,9,9)
#040808
(4,8,8)
#040707
(4,7,7)
#000000
(0,0,0)

Tints of #041111

#041111
(4,17,17)
#1A2626
(26,38,38)
#303B3B
(48,59,59)
#465050
(70,80,80)
#5C6565
(92,101,101)
#727A7A
(114,122,122)
#888F8F
(136,143,143)
#9EA4A4
(158,164,164)
#B4B9B9
(180,185,185)
#CACECE
(202,206,206)
#E0E3E3
(224,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041111; }

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

This text font color is #041111.


Background Color

.myBgColor { background-color: #041111; }

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

This div background color is #041111.


Border color

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

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

This div border color is #041111.


Opacity

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

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

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

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

This text has shadow with #041111 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041111 on black background.


Color preview on white background

This text has color #041111 on white background.



Black color preview on #041111 background

This text has black color on #041111 background.


White color preview on #041111 background

This text has white color on #041111 background.