COLOR #420E0D

HEX: #420E0D RGB: (66,14,13)

Color info

#420E0D contains red, green and blue colors in about the same proportion. Web safe color of #420E0D is #330000 (or #300).

RGB color model

#420E0D color RGB value is (66,14,13).

RGB: (66,14,13) (26%, 5%, 5%)

RGB channels and saturation

R 66 of 255 = 26%
G 14 of 255 = 5%
B 13 of 255 = 5%

66
14
13

R + G + B ~ 12%. #420E0D is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 14 + 13 = 93 (100%)
R 66 of 93 ~ 70.97%
G 14 of 93 ~ 15.05%
B 13 of 93 ~ 13.98'%

%70.97
%15.05
%13.98

CMYK color model

#420E0D color CMYK value is (0,79,80,74).

  • cyan value is 0.00%
  • magenta value is 78.79%
  • yellow value is 80.30%
  • key color value is 74.12%

CMYK: (0,79,80,74)
C0M79Y80K74 (0%, 79%, 80%, 74%)
(0.00 / 0.79 / 0.80 / 0.74)

CMYK percentages

%0
%78.79
%80.3
%74.12

Codes

Color #420E0D in popluar color models

42 0E 0D
RGB 66 14 13
HSL 67.09% 15.49%
HSB/HSV 80.30% 25.88%
CMYK 0.00% 78.79% 80.30%
74.12%

Color #420E0D in popluar number systems.

HEX 42 0E 0D
Decimal 66 14 13
Binary 1000010 1110 1101
Octal 102 16 15

Shades and tints

Shades of #420E0D

#420E0D
(66,14,13)
#3C0D0C
(60,13,12)
#360C0B
(54,12,11)
#300B0A
(48,11,10)
#2A0A09
(42,10,9)
#240908
(36,9,8)
#1E0807
(30,8,7)
#180706
(24,7,6)
#120605
(18,6,5)
#0C0504
(12,5,4)
#060403
(6,4,3)
#000000
(0,0,0)

Tints of #420E0D

#420E0D
(66,14,13)
#532323
(83,35,35)
#643839
(100,56,57)
#754D4F
(117,77,79)
#866265
(134,98,101)
#97777B
(151,119,123)
#A88C91
(168,140,145)
#B9A1A7
(185,161,167)
#CAB6BD
(202,182,189)
#DBCBD3
(219,203,211)
#ECE0E9
(236,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #420E0D color. Also use rgb(66,14,13) instead hex code.

Text Font Color

.myTextColor { color: #420E0D; }

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

This text font color is #420E0D.

Background Color

.myBgColor { background-color: #420E0D; }

<div style="background-color:#420E0D">Inner text</div>

This div background color is #420E0D.

Border color

.myBorderColor { border: 1px solid #420E0D; }

<div style="border:3px solid #420E0D">Div</div>

This div border color is #420E0D.

Opacity

.myOpacity80 { color: #420E0D; opacity: 0.8; }

<p style="color:#420E0D;opacity:0.8;">80%</p>

Text with #420E0D 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 #420E0D;}

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

This text has shadow with #420E0D color.


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

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

This text has shadow with #420E0D primary color and red secondary color.


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

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

This text has shadow with #420E0D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #420E0D.

Preview

Color preview on black background

This text has color #420E0D on black background.


Color preview on white background

This text has color #420E0D on white background.


Black color preview on #420E0D background

This text has black color on #420E0D background.


White color preview on #420E0D background

This text has white color on #420E0D background.


Related colors

Complementary color

Complementary color for #hex is #BDF1F2.


I love getcolorcode.com

Triadic colors

1 #0D420E and #0E0D42 with #420E0D are triadic colors.

2 #0D0E42 and #0E420D with #420E0D are triadic colors.