COLOR #04110A

HEX: #04110A RGB: (4,17,10)

Color info

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

RGB color model

#04110A color RGB value is (4,17,10).

RGB: (4,17,10) (2%, 7%, 4%)

RGB channels and saturation

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

4
17
10

R + G + B ~ 4%. #04110A is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 17 + 10 = 31 (100%)
R 4 of 31 ~ 12.9%
G 17 of 31 ~ 54.84%
B 10 of 31 ~ 32.26'%

%12.9
%54.84
%32.26

CMYK color model

#04110A color CMYK value is (76,0,41,93).

  • cyan value is 76.47%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 93.33%

CMYK: (76,0,41,93)
C76M0Y41K93 (76%, 0%, 41%, 93%)
(0.76 / 0.00 / 0.41 / 0.93)

CMYK percentages

%76.47
%0
%41.18
%93.33

Codes

Color #04110A in popluar color models

04 11 0A
RGB 4 17 10
HSL 148° 61.90% 4.12%
HSB/HSV 148° 76.47% 6.67%
CMYK 76.47% 0.00% 41.18%
93.33%

Color #04110A in popluar number systems.

HEX 04 11 0A
Decimal 4 17 10
Binary 100 10001 1010
Octal 4 21 12

Shades and tints

Shades of #04110A

#04110A
(4,17,10)
#04100A
(4,16,10)
#040F0A
(4,15,10)
#040E0A
(4,14,10)
#040D0A
(4,13,10)
#040C0A
(4,12,10)
#040B0A
(4,11,10)
#040A0A
(4,10,10)
#04090A
(4,9,10)
#04080A
(4,8,10)
#04070A
(4,7,10)
#000000
(0,0,0)

Tints of #04110A

#04110A
(4,17,10)
#1A2620
(26,38,32)
#303B36
(48,59,54)
#46504C
(70,80,76)
#5C6562
(92,101,98)
#727A78
(114,122,120)
#888F8E
(136,143,142)
#9EA4A4
(158,164,164)
#B4B9BA
(180,185,186)
#CACED0
(202,206,208)
#E0E3E6
(224,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04110A; }

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

This text font color is #04110A.

Background Color

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

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

This div background color is #04110A.

Border color

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

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

This div border color is #04110A.

Opacity

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

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

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

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

This text has shadow with #04110A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #04110A.

Preview

Color preview on black background

This text has color #04110A on black background.


Color preview on white background

This text has color #04110A on white background.


Black color preview on #04110A background

This text has black color on #04110A background.


White color preview on #04110A background

This text has white color on #04110A background.


Related colors

Complementary color

Complementary color for #hex is #FBEEF5.


I love getcolorcode.com

Triadic colors

1 #0A0411 and #110A04 with #04110A are triadic colors.

2 #0A1104 and #11040A with #04110A are triadic colors.