COLOR #04190F

HEX: #04190F
RGB: (4,25,15)

Color info

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

RGB color model

#04190F color RGB value is (4,25,15).

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

RGB channels and saturation

R 4 of 255 = 2%
G 25 of 255 = 10%
B 15 of 255 = 6%

4
25
15

R + G + B ~ 6%. #04190F is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 25 + 15 = 44 (100%)
R 4 of 44 ~ 9.09%
G 25 of 44 ~ 56.82%
B 15 of 44 ~ 34.09%

%56.82
%34.09

CMYK color model

#04190F color CMYK value is (84,0,40,90).

  • cyan value is 84.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 90.20%
CMYK: (84,0,40,90) C84M0Y40K90 (84%,0%,40%,90%) (0.84/0.00/0.40/0.90)

CMYK percentages

%84
%0
%40
%90.2

Codes

Color #04190F in popluar color models

04190F
RGB42515
HSL151°72.41%5.69%
HSB/HSV151°84.00%9.80%
CMYK84.00%0.00%40.00%
90.20%

Color #04190F in popluar number systems.

HEX04190F
Decimal42515
Binary100110011111
Octal43117

Shades and tints

Shades of #04190F

#04190F
(4,25,15)
#04170E
(4,23,14)
#04150D
(4,21,13)
#04130C
(4,19,12)
#04110B
(4,17,11)
#040F0A
(4,15,10)
#040D09
(4,13,9)
#040B08
(4,11,8)
#040907
(4,9,7)
#040706
(4,7,6)
#040505
(4,5,5)
#000000
(0,0,0)

Tints of #04190F

#04190F
(4,25,15)
#1A2D24
(26,45,36)
#304139
(48,65,57)
#46554E
(70,85,78)
#5C6963
(92,105,99)
#727D78
(114,125,120)
#88918D
(136,145,141)
#9EA5A2
(158,165,162)
#B4B9B7
(180,185,183)
#CACDCC
(202,205,204)
#E0E1E1
(224,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04190F; }

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

This text font color is #04190F.


Background Color

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

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

This div background color is #04190F.


Border color

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

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

This div border color is #04190F.


Opacity

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

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

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

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

This text has shadow with #04190F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #04190F on black background.


Color preview on white background

This text has color #04190F on white background.



Black color preview on #04190F background

This text has black color on #04190F background.


White color preview on #04190F background

This text has white color on #04190F background.