COLOR #04130A

HEX: #04130A
RGB: (4,19,10)

Color info

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

RGB color model

#04130A color RGB value is (4,19,10).

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

RGB channels and saturation

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

4
19
10

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

Portions of RGB colors in percentages

R + G + B =
4 + 19 + 10 = 33 (100%)
R 4 of 33 ~ 12.12%
G 19 of 33 ~ 57.58%
B 10 of 33 ~ 30.3%

%12.12
%57.58
%30.3

CMYK color model

#04130A color CMYK value is (79,0,47,93).

  • cyan value is 78.95%
  • magenta value is 0.00%
  • yellow value is 47.37%
  • key color value is 92.55%
CMYK:
(79,0,47,93)
C79M0Y47K93 
(79%,0%,47%,93%)
(0.79/0.00/0.47/0.93)	

CMYK percentages

%78.95
%0
%47.37
%92.55

Codes

Color #04130A in popluar color models

04130A
RGB41910
HSL144°65.22%4.51%
HSB/HSV144°78.95%7.45%
CMYK78.95%0.00%47.37%
92.55%

Color #04130A in popluar number systems.

HEX04130A
Decimal41910
Binary100100111010
Octal42312

Shades and tints

Shades of #04130A

#04130A
(4,19,10)
#04120A
(4,18,10)
#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)
#000000
(0,0,0)

Tints of #04130A

#04130A
(4,19,10)
#1A2820
(26,40,32)
#303D36
(48,61,54)
#46524C
(70,82,76)
#5C6762
(92,103,98)
#727C78
(114,124,120)
#88918E
(136,145,142)
#9EA6A4
(158,166,164)
#B4BBBA
(180,187,186)
#CAD0D0
(202,208,208)
#E0E5E6
(224,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04130A; }

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

This text font color is #04130A.


Background Color

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

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

This div background color is #04130A.


Border color

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

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

This div border color is #04130A.


Opacity

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

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

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

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

This text has shadow with #04130A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04130A on black background.


Color preview on white background

This text has color #04130A on white background.



Black color preview on #04130A background

This text has black color on #04130A background.


White color preview on #04130A background

This text has white color on #04130A background.