COLOR #04110D

HEX: #04110D RGB: (4,17,13)

Color info

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

RGB color model

#04110D color RGB value is (4,17,13).

RGB: (4,17,13) (2%, 7%, 5%)

RGB channels and saturation

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

4
17
13

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

Portions of RGB colors in percentages

R + G + B = 4 + 17 + 13 = 34 (100%)
R 4 of 34 ~ 11.76%
G 17 of 34 ~ 50%
B 13 of 34 ~ 38.24'%

%11.76
%50
%38.24

CMYK color model

#04110D color CMYK value is (76,0,24,93).

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

CMYK percentages

%76.47
%0
%23.53
%93.33

Codes

Color #04110D in popluar color models

04 11 0D
RGB 4 17 13
HSL 162° 61.90% 4.12%
HSB/HSV 162° 76.47% 6.67%
CMYK 76.47% 0.00% 23.53%
93.33%

Color #04110D in popluar number systems.

HEX 04 11 0D
Decimal 4 17 13
Binary 100 10001 1101
Octal 4 21 15

Shades and tints

Shades of #04110D

#04110D
(4,17,13)
#04100C
(4,16,12)
#040F0B
(4,15,11)
#040E0A
(4,14,10)
#040D09
(4,13,9)
#040C08
(4,12,8)
#040B07
(4,11,7)
#040A06
(4,10,6)
#040905
(4,9,5)
#040804
(4,8,4)
#040703
(4,7,3)
#000000
(0,0,0)

Tints of #04110D

#04110D
(4,17,13)
#1A2623
(26,38,35)
#303B39
(48,59,57)
#46504F
(70,80,79)
#5C6565
(92,101,101)
#727A7B
(114,122,123)
#888F91
(136,143,145)
#9EA4A7
(158,164,167)
#B4B9BD
(180,185,189)
#CACED3
(202,206,211)
#E0E3E9
(224,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04110D; }

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

This text font color is #04110D.

Background Color

.myBgColor { background-color: #04110D; }

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

This div background color is #04110D.

Border color

.myBorderColor { border: 1px solid #04110D; }

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

This div border color is #04110D.

Opacity

.myOpacity80 { color: #04110D; opacity: 0.8; }

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

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

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

This text has shadow with #04110D color.


.textShadow {text-shadow: 3px 3px 1px #04110D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #04110D; -webkit-box-shadow: 1px 1px 3px 2px #04110D; box-shadow:1px 1px 3px 2px #04110D;">
Div content here
</div>

This div box has shadow with color #04110D.

Preview

Color preview on black background

This text has color #04110D on black background.


Color preview on white background

This text has color #04110D on white background.


Black color preview on #04110D background

This text has black color on #04110D background.


White color preview on #04110D background

This text has white color on #04110D background.


Related colors

Complementary color

Complementary color for #hex is #FBEEF2.


I love getcolorcode.com

Triadic colors

1 #0D0411 and #110D04 with #04110D are triadic colors.

2 #0D1104 and #11040D with #04110D are triadic colors.