COLOR #04110F

HEX: #04110F
RGB: (4,17,15)

Color info

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

RGB color model

#04110F color RGB value is (4,17,15).

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

RGB channels and saturation

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

4
17
15

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

Portions of RGB colors in percentages

R + G + B =
4 + 17 + 15 = 36 (100%)
R 4 of 36 ~ 11.11%
G 17 of 36 ~ 47.22%
B 15 of 36 ~ 41.67%

%11.11
%47.22
%41.67

CMYK color model

#04110F color CMYK value is (76,0,12,93).

  • cyan value is 76.47%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 93.33%
CMYK:
(76,0,12,93)
C76M0Y12K93 
(76%,0%,12%,93%)
(0.76/0.00/0.12/0.93)	

CMYK percentages

%76.47
%0
%11.76
%93.33

Codes

Color #04110F in popluar color models

04110F
RGB41715
HSL171°61.90%4.12%
HSB/HSV171°76.47%6.67%
CMYK76.47%0.00%11.76%
93.33%

Color #04110F in popluar number systems.

HEX04110F
Decimal41715
Binary100100011111
Octal42117

Shades and tints

Shades of #04110F

#04110F
(4,17,15)
#04100E
(4,16,14)
#040F0D
(4,15,13)
#040E0C
(4,14,12)
#040D0B
(4,13,11)
#040C0A
(4,12,10)
#040B09
(4,11,9)
#040A08
(4,10,8)
#040907
(4,9,7)
#040806
(4,8,6)
#040705
(4,7,5)
#000000
(0,0,0)

Tints of #04110F

#04110F
(4,17,15)
#1A2624
(26,38,36)
#303B39
(48,59,57)
#46504E
(70,80,78)
#5C6563
(92,101,99)
#727A78
(114,122,120)
#888F8D
(136,143,141)
#9EA4A2
(158,164,162)
#B4B9B7
(180,185,183)
#CACECC
(202,206,204)
#E0E3E1
(224,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04110F; }

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

This text font color is #04110F.


Background Color

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

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

This div background color is #04110F.


Border color

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

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

This div border color is #04110F.


Opacity

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

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

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

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

This text has shadow with #04110F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04110F on black background.


Color preview on white background

This text has color #04110F on white background.



Black color preview on #04110F background

This text has black color on #04110F background.


White color preview on #04110F background

This text has white color on #04110F background.