COLOR #041113

HEX: #041113
RGB: (4,17,19)

Color info

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

RGB color model

#041113 color RGB value is (4,17,19).

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

RGB channels and saturation

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

4
17
19

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

Portions of RGB colors in percentages

R + G + B =
4 + 17 + 19 = 40 (100%)
R 4 of 40 ~ 10%
G 17 of 40 ~ 42.5%
B 19 of 40 ~ 47.5%

%10
%42.5
%47.5

CMYK color model

#041113 color CMYK value is (79,11,0,93).

  • cyan value is 78.95%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(79,11,0,93)
C79M11Y0K93 
(79%,11%,0%,93%)
(0.79/0.11/0.00/0.93)	

CMYK percentages

%78.95
%10.53
%0
%92.55

Codes

Color #041113 in popluar color models

041113
RGB41719
HSL188°65.22%4.51%
HSB/HSV188°78.95%7.45%
CMYK78.95%10.53%0.00%
92.55%

Color #041113 in popluar number systems.

HEX041113
Decimal41719
Binary1001000110011
Octal42123

Shades and tints

Shades of #041113

#041113
(4,17,19)
#041012
(4,16,18)
#040F11
(4,15,17)
#040E10
(4,14,16)
#040D0F
(4,13,15)
#040C0E
(4,12,14)
#040B0D
(4,11,13)
#040A0C
(4,10,12)
#04090B
(4,9,11)
#04080A
(4,8,10)
#040709
(4,7,9)
#000000
(0,0,0)

Tints of #041113

#041113
(4,17,19)
#1A2628
(26,38,40)
#303B3D
(48,59,61)
#465052
(70,80,82)
#5C6567
(92,101,103)
#727A7C
(114,122,124)
#888F91
(136,143,145)
#9EA4A6
(158,164,166)
#B4B9BB
(180,185,187)
#CACED0
(202,206,208)
#E0E3E5
(224,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041113; }

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

This text font color is #041113.


Background Color

.myBgColor { background-color: #041113; }

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

This div background color is #041113.


Border color

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

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

This div border color is #041113.


Opacity

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

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

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

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

This text has shadow with #041113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041113 on black background.


Color preview on white background

This text has color #041113 on white background.



Black color preview on #041113 background

This text has black color on #041113 background.


White color preview on #041113 background

This text has white color on #041113 background.