COLOR #041013

HEX: #041013
RGB: (4,16,19)

Color info

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

RGB color model

#041013 color RGB value is (4,16,19).

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

RGB channels and saturation

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

4
16
19

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

Portions of RGB colors in percentages

R + G + B =
4 + 16 + 19 = 39 (100%)
R 4 of 39 ~ 10.26%
G 16 of 39 ~ 41.03%
B 19 of 39 ~ 48.72%

%10.26
%41.03
%48.72

CMYK color model

#041013 color CMYK value is (79,16,0,93).

  • cyan value is 78.95%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(79,16,0,93)
C79M16Y0K93 
(79%,16%,0%,93%)
(0.79/0.16/0.00/0.93)	

CMYK percentages

%78.95
%15.79
%0
%92.55

Codes

Color #041013 in popluar color models

041013
RGB41619
HSL192°65.22%4.51%
HSB/HSV192°78.95%7.45%
CMYK78.95%15.79%0.00%
92.55%

Color #041013 in popluar number systems.

HEX041013
Decimal41619
Binary1001000010011
Octal42023

Shades and tints

Shades of #041013

#041013
(4,16,19)
#040F12
(4,15,18)
#040E11
(4,14,17)
#040D10
(4,13,16)
#040C0F
(4,12,15)
#040B0E
(4,11,14)
#040A0D
(4,10,13)
#04090C
(4,9,12)
#04080B
(4,8,11)
#04070A
(4,7,10)
#040609
(4,6,9)
#000000
(0,0,0)

Tints of #041013

#041013
(4,16,19)
#1A2528
(26,37,40)
#303A3D
(48,58,61)
#464F52
(70,79,82)
#5C6467
(92,100,103)
#72797C
(114,121,124)
#888E91
(136,142,145)
#9EA3A6
(158,163,166)
#B4B8BB
(180,184,187)
#CACDD0
(202,205,208)
#E0E2E5
(224,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041013; }

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

This text font color is #041013.


Background Color

.myBgColor { background-color: #041013; }

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

This div background color is #041013.


Border color

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

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

This div border color is #041013.


Opacity

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

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

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

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

This text has shadow with #041013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041013 on black background.


Color preview on white background

This text has color #041013 on white background.



Black color preview on #041013 background

This text has black color on #041013 background.


White color preview on #041013 background

This text has white color on #041013 background.