COLOR #04170E

HEX: #04170E
RGB: (4,23,14)

Color info

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

RGB color model

#04170E color RGB value is (4,23,14).

  • red value is 4;
  • green value is 23;
  • blue value is 14.
RGB:
(4,23,14)
(2%,9%,5%)

RGB channels and saturation

R 4 of 255 = 2%
G 23 of 255 = 9%
B 14 of 255 = 5%

4
23
14

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

Portions of RGB colors in percentages

R + G + B =
4 + 23 + 14 = 41 (100%)
R 4 of 41 ~ 9.76%
G 23 of 41 ~ 56.1%
B 14 of 41 ~ 34.15%

%9.76
%56.1
%34.15

CMYK color model

#04170E color CMYK value is (83,0,39,91).

  • cyan value is 82.61%
  • magenta value is 0.00%
  • yellow value is 39.13%
  • key color value is 90.98%
CMYK:
(83,0,39,91)
C83M0Y39K91 
(83%,0%,39%,91%)
(0.83/0.00/0.39/0.91)	

CMYK percentages

%82.61
%0
%39.13
%90.98

Codes

Color #04170E in popluar color models

04170E
RGB42314
HSL152°70.37%5.29%
HSB/HSV152°82.61%9.02%
CMYK82.61%0.00%39.13%
90.98%

Color #04170E in popluar number systems.

HEX04170E
Decimal42314
Binary100101111110
Octal42716

Shades and tints

Shades of #04170E

#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)
#040304
(4,3,4)
#000000
(0,0,0)

Tints of #04170E

#04170E
(4,23,14)
#1A2C23
(26,44,35)
#304138
(48,65,56)
#46564D
(70,86,77)
#5C6B62
(92,107,98)
#728077
(114,128,119)
#88958C
(136,149,140)
#9EAAA1
(158,170,161)
#B4BFB6
(180,191,182)
#CAD4CB
(202,212,203)
#E0E9E0
(224,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04170E color. Also use rgb(4,23,14) instead hex code.

Text Font Color

.myTextColor { color: #04170E; }

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

This text font color is #04170E.


Background Color

.myBgColor { background-color: #04170E; }

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

This div background color is #04170E.


Border color

.myBorderColor { border: 1px solid #04170E; }

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

This div border color is #04170E.


Opacity

.myOpacity80 { color: #04170E; opacity: 0.8; }

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

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

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

This text has shadow with #04170E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04170E on black background.


Color preview on white background

This text has color #04170E on white background.



Black color preview on #04170E background

This text has black color on #04170E background.


White color preview on #04170E background

This text has white color on #04170E background.