COLOR #420E10

HEX: #420E10
RGB: (66,14,16)

Color info

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

RGB color model

#420E10 color RGB value is (66,14,16).

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

RGB channels and saturation

R 66 of 255 = 26%
G 14 of 255 = 5%
B 16 of 255 = 6%

66
14
16

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

Portions of RGB colors in percentages

R + G + B =
66 + 14 + 16 = 96 (100%)
R 66 of 96 ~ 68.75%
G 14 of 96 ~ 14.58%
B 16 of 96 ~ 16.67%

%68.75
%14.58
%16.67

CMYK color model

#420E10 color CMYK value is (0,79,76,74).

  • cyan value is 0.00%
  • magenta value is 78.79%
  • yellow value is 75.76%
  • key color value is 74.12%
CMYK:
(0,79,76,74)
C0M79Y76K74 
(0%,79%,76%,74%)
(0.00/0.79/0.76/0.74)	

CMYK percentages

%0
%78.79
%75.76
%74.12

Codes

Color #420E10 in popluar color models

420E10
RGB661416
HSL358°65.00%15.69%
HSB/HSV358°78.79%25.88%
CMYK0.00%78.79%75.76%
74.12%

Color #420E10 in popluar number systems.

HEX420E10
Decimal661416
Binary1000010111010000
Octal1021620

Shades and tints

Shades of #420E10

#420E10
(66,14,16)
#3C0D0F
(60,13,15)
#360C0E
(54,12,14)
#300B0D
(48,11,13)
#2A0A0C
(42,10,12)
#24090B
(36,9,11)
#1E080A
(30,8,10)
#180709
(24,7,9)
#120608
(18,6,8)
#0C0507
(12,5,7)
#060406
(6,4,6)
#000000
(0,0,0)

Tints of #420E10

#420E10
(66,14,16)
#532325
(83,35,37)
#64383A
(100,56,58)
#754D4F
(117,77,79)
#866264
(134,98,100)
#977779
(151,119,121)
#A88C8E
(168,140,142)
#B9A1A3
(185,161,163)
#CAB6B8
(202,182,184)
#DBCBCD
(219,203,205)
#ECE0E2
(236,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420E10; }

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

This text font color is #420E10.


Background Color

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

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

This div background color is #420E10.


Border color

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

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

This div border color is #420E10.


Opacity

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

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

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

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

This text has shadow with #420E10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #420E10 on black background.


Color preview on white background

This text has color #420E10 on white background.



Black color preview on #420E10 background

This text has black color on #420E10 background.


White color preview on #420E10 background

This text has white color on #420E10 background.