COLOR #041011

HEX: #041011
RGB: (4,16,17)

Color info

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

RGB color model

#041011 color RGB value is (4,16,17).

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

RGB channels and saturation

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

4
16
17

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

Portions of RGB colors in percentages

R + G + B =
4 + 16 + 17 = 37 (100%)
R 4 of 37 ~ 10.81%
G 16 of 37 ~ 43.24%
B 17 of 37 ~ 45.95%

%10.81
%43.24
%45.95

CMYK color model

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

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

CMYK percentages

%76.47
%5.88
%0
%93.33

Codes

Color #041011 in popluar color models

041011
RGB41617
HSL185°61.90%4.12%
HSB/HSV185°76.47%6.67%
CMYK76.47%5.88%0.00%
93.33%

Color #041011 in popluar number systems.

HEX041011
Decimal41617
Binary1001000010001
Octal42021

Shades and tints

Shades of #041011

#041011
(4,16,17)
#040F10
(4,15,16)
#040E0F
(4,14,15)
#040D0E
(4,13,14)
#040C0D
(4,12,13)
#040B0C
(4,11,12)
#040A0B
(4,10,11)
#04090A
(4,9,10)
#040809
(4,8,9)
#040708
(4,7,8)
#040607
(4,6,7)
#000000
(0,0,0)

Tints of #041011

#041011
(4,16,17)
#1A2526
(26,37,38)
#303A3B
(48,58,59)
#464F50
(70,79,80)
#5C6465
(92,100,101)
#72797A
(114,121,122)
#888E8F
(136,142,143)
#9EA3A4
(158,163,164)
#B4B8B9
(180,184,185)
#CACDCE
(202,205,206)
#E0E2E3
(224,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041011; }

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

This text font color is #041011.


Background Color

.myBgColor { background-color: #041011; }

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

This div background color is #041011.


Border color

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

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

This div border color is #041011.


Opacity

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

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

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

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

This text has shadow with #041011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041011 on black background.


Color preview on white background

This text has color #041011 on white background.



Black color preview on #041011 background

This text has black color on #041011 background.


White color preview on #041011 background

This text has white color on #041011 background.