COLOR #04140D

HEX: #04140D RGB: (4,20,13)

Color info

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

RGB color model

#04140D color RGB value is (4,20,13).

RGB: (4,20,13) (2%, 8%, 5%)

RGB channels and saturation

R 4 of 255 = 2%
G 20 of 255 = 8%
B 13 of 255 = 5%

4
20
13

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

Portions of RGB colors in percentages

R + G + B = 4 + 20 + 13 = 37 (100%)
R 4 of 37 ~ 10.81%
G 20 of 37 ~ 54.05%
B 13 of 37 ~ 35.14'%

%10.81
%54.05
%35.14

CMYK color model

#04140D color CMYK value is (80,0,35,92).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 92.16%

CMYK: (80,0,35,92)
C80M0Y35K92 (80%, 0%, 35%, 92%)
(0.80 / 0.00 / 0.35 / 0.92)

CMYK percentages

%80
%0
%35
%92.16

Codes

Color #04140D in popluar color models

04 14 0D
RGB 4 20 13
HSL 154° 66.67% 4.71%
HSB/HSV 154° 80.00% 7.84%
CMYK 80.00% 0.00% 35.00%
92.16%

Color #04140D in popluar number systems.

HEX 04 14 0D
Decimal 4 20 13
Binary 100 10100 1101
Octal 4 24 15

Shades and tints

Shades of #04140D

#04140D
(4,20,13)
#04130C
(4,19,12)
#04120B
(4,18,11)
#04110A
(4,17,10)
#041009
(4,16,9)
#040F08
(4,15,8)
#040E07
(4,14,7)
#040D06
(4,13,6)
#040C05
(4,12,5)
#040B04
(4,11,4)
#040A03
(4,10,3)
#000000
(0,0,0)

Tints of #04140D

#04140D
(4,20,13)
#1A2923
(26,41,35)
#303E39
(48,62,57)
#46534F
(70,83,79)
#5C6865
(92,104,101)
#727D7B
(114,125,123)
#889291
(136,146,145)
#9EA7A7
(158,167,167)
#B4BCBD
(180,188,189)
#CAD1D3
(202,209,211)
#E0E6E9
(224,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04140D; }

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

This text font color is #04140D.

Background Color

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

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

This div background color is #04140D.

Border color

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

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

This div border color is #04140D.

Opacity

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

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

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

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

This text has shadow with #04140D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #04140D.

Preview

Color preview on black background

This text has color #04140D on black background.


Color preview on white background

This text has color #04140D on white background.


Black color preview on #04140D background

This text has black color on #04140D background.


White color preview on #04140D background

This text has white color on #04140D background.


Related colors

Complementary color

Complementary color for #hex is #FBEBF2.


I love getcolorcode.com

Triadic colors

1 #0D0414 and #140D04 with #04140D are triadic colors.

2 #0D1404 and #14040D with #04140D are triadic colors.