COLOR #04140A

HEX: #04140A
RGB: (4,20,10)

Color info

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

RGB color model

#04140A color RGB value is (4,20,10).

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

RGB channels and saturation

R 4 of 255 = 2%
G 20 of 255 = 8%
B 10 of 255 = 4%

4
20
10

R + G + B ~ 5%. #04140A is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 20 + 10 = 34 (100%)
R 4 of 34 ~ 11.76%
G 20 of 34 ~ 58.82%
B 10 of 34 ~ 29.41%

%11.76
%58.82
%29.41

CMYK color model

#04140A color CMYK value is (80,0,50,92).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 92.16%
CMYK:
(80,0,50,92)
C80M0Y50K92 
(80%,0%,50%,92%)
(0.80/0.00/0.50/0.92)	

CMYK percentages

%80
%0
%50
%92.16

Codes

Color #04140A in popluar color models

04140A
RGB42010
HSL143°66.67%4.71%
HSB/HSV143°80.00%7.84%
CMYK80.00%0.00%50.00%
92.16%

Color #04140A in popluar number systems.

HEX04140A
Decimal42010
Binary100101001010
Octal42412

Shades and tints

Shades of #04140A

#04140A
(4,20,10)
#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)
#000000
(0,0,0)

Tints of #04140A

#04140A
(4,20,10)
#1A2920
(26,41,32)
#303E36
(48,62,54)
#46534C
(70,83,76)
#5C6862
(92,104,98)
#727D78
(114,125,120)
#88928E
(136,146,142)
#9EA7A4
(158,167,164)
#B4BCBA
(180,188,186)
#CAD1D0
(202,209,208)
#E0E6E6
(224,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04140A; }

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

This text font color is #04140A.


Background Color

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

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

This div background color is #04140A.


Border color

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

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

This div border color is #04140A.


Opacity

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

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

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

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

This text has shadow with #04140A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04140A on black background.


Color preview on white background

This text has color #04140A on white background.



Black color preview on #04140A background

This text has black color on #04140A background.


White color preview on #04140A background

This text has white color on #04140A background.