COLOR #420D0D

HEX: #420D0D
RGB: (66,13,13)

Color info

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

RGB color model

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

  • red value is 66;
  • green value is 13;
  • blue value is 13.
RGB:
(66,13,13)
(26%,5%,5%)

RGB channels and saturation

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

66
13
13

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

Portions of RGB colors in percentages

R + G + B =
66 + 13 + 13 = 92 (100%)
R 66 of 92 ~ 71.74%
G 13 of 92 ~ 14.13%
B 13 of 92 ~ 14.13%

%71.74
%14.13
%14.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 80.30%
  • yellow value is 80.30%
  • key color value is 74.12%
CMYK:
(0,80,80,74)
C0M80Y80K74 
(0%,80%,80%,74%)
(0.00/0.80/0.80/0.74)	

CMYK percentages

%0
%80.3
%80.3
%74.12

Codes

Color #420D0D in popluar color models

420D0D
RGB661313
HSL67.09%15.49%
HSB/HSV80.30%25.88%
CMYK0.00%80.30%80.30%
74.12%

Color #420D0D in popluar number systems.

HEX420D0D
Decimal661313
Binary100001011011101
Octal1021515

Shades and tints

Shades of #420D0D

#420D0D
(66,13,13)
#3C0C0C
(60,12,12)
#360B0B
(54,11,11)
#300A0A
(48,10,10)
#2A0909
(42,9,9)
#240808
(36,8,8)
#1E0707
(30,7,7)
#180606
(24,6,6)
#120505
(18,5,5)
#0C0404
(12,4,4)
#060303
(6,3,3)
#000000
(0,0,0)

Tints of #420D0D

#420D0D
(66,13,13)
#532323
(83,35,35)
#643939
(100,57,57)
#754F4F
(117,79,79)
#866565
(134,101,101)
#977B7B
(151,123,123)
#A89191
(168,145,145)
#B9A7A7
(185,167,167)
#CABDBD
(202,189,189)
#DBD3D3
(219,211,211)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420D0D; }

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

This text font color is #420D0D.


Background Color

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

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

This div background color is #420D0D.


Border color

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

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

This div border color is #420D0D.


Opacity

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

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

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

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

This text has shadow with #420D0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420D0D on black background.


Color preview on white background

This text has color #420D0D on white background.



Black color preview on #420D0D background

This text has black color on #420D0D background.


White color preview on #420D0D background

This text has white color on #420D0D background.