COLOR #04130E

HEX: #04130E
RGB: (4,19,14)

Color info

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

RGB color model

#04130E color RGB value is (4,19,14).

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

RGB channels and saturation

R 4 of 255 = 2%
G 19 of 255 = 7%
B 14 of 255 = 5%

4
19
14

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

Portions of RGB colors in percentages

R + G + B =
4 + 19 + 14 = 37 (100%)
R 4 of 37 ~ 10.81%
G 19 of 37 ~ 51.35%
B 14 of 37 ~ 37.84%

%10.81
%51.35
%37.84

CMYK color model

#04130E color CMYK value is (79,0,26,93).

  • cyan value is 78.95%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 92.55%
CMYK:
(79,0,26,93)
C79M0Y26K93 
(79%,0%,26%,93%)
(0.79/0.00/0.26/0.93)	

CMYK percentages

%78.95
%0
%26.32
%92.55

Codes

Color #04130E in popluar color models

04130E
RGB41914
HSL160°65.22%4.51%
HSB/HSV160°78.95%7.45%
CMYK78.95%0.00%26.32%
92.55%

Color #04130E in popluar number systems.

HEX04130E
Decimal41914
Binary100100111110
Octal42316

Shades and tints

Shades of #04130E

#04130E
(4,19,14)
#04120D
(4,18,13)
#04110C
(4,17,12)
#04100B
(4,16,11)
#040F0A
(4,15,10)
#040E09
(4,14,9)
#040D08
(4,13,8)
#040C07
(4,12,7)
#040B06
(4,11,6)
#040A05
(4,10,5)
#040904
(4,9,4)
#000000
(0,0,0)

Tints of #04130E

#04130E
(4,19,14)
#1A2823
(26,40,35)
#303D38
(48,61,56)
#46524D
(70,82,77)
#5C6762
(92,103,98)
#727C77
(114,124,119)
#88918C
(136,145,140)
#9EA6A1
(158,166,161)
#B4BBB6
(180,187,182)
#CAD0CB
(202,208,203)
#E0E5E0
(224,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04130E; }

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

This text font color is #04130E.


Background Color

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

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

This div background color is #04130E.


Border color

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

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

This div border color is #04130E.


Opacity

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

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

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

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

This text has shadow with #04130E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04130E on black background.


Color preview on white background

This text has color #04130E on white background.



Black color preview on #04130E background

This text has black color on #04130E background.


White color preview on #04130E background

This text has white color on #04130E background.