COLOR #420C0A

HEX: #420C0A RGB: (66,12,10)

Color info

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

RGB color model

#420C0A color RGB value is (66,12,10).

RGB: (66,12,10) (26%, 5%, 4%)

RGB channels and saturation

R 66 of 255 = 26%
G 12 of 255 = 5%
B 10 of 255 = 4%

66
12
10

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

Portions of RGB colors in percentages

R + G + B = 66 + 12 + 10 = 88 (100%)
R 66 of 88 ~ 75%
G 12 of 88 ~ 13.64%
B 10 of 88 ~ 11.36'%

%75
%13.64
%11.36

CMYK color model

#420C0A color CMYK value is (0,82,85,74).

  • cyan value is 0.00%
  • magenta value is 81.82%
  • yellow value is 84.85%
  • key color value is 74.12%

CMYK: (0,82,85,74)
C0M82Y85K74 (0%, 82%, 85%, 74%)
(0.00 / 0.82 / 0.85 / 0.74)

CMYK percentages

%0
%81.82
%84.85
%74.12

Codes

Color #420C0A in popluar color models

42 0C 0A
RGB 66 12 10
HSL 73.68% 14.90%
HSB/HSV 84.85% 25.88%
CMYK 0.00% 81.82% 84.85%
74.12%

Color #420C0A in popluar number systems.

HEX 42 0C 0A
Decimal 66 12 10
Binary 1000010 1100 1010
Octal 102 14 12

Shades and tints

Shades of #420C0A

#420C0A
(66,12,10)
#3C0B0A
(60,11,10)
#360A0A
(54,10,10)
#30090A
(48,9,10)
#2A080A
(42,8,10)
#24070A
(36,7,10)
#1E060A
(30,6,10)
#18050A
(24,5,10)
#12040A
(18,4,10)
#0C030A
(12,3,10)
#06020A
(6,2,10)
#000000
(0,0,0)

Tints of #420C0A

#420C0A
(66,12,10)
#532220
(83,34,32)
#643836
(100,56,54)
#754E4C
(117,78,76)
#866462
(134,100,98)
#977A78
(151,122,120)
#A8908E
(168,144,142)
#B9A6A4
(185,166,164)
#CABCBA
(202,188,186)
#DBD2D0
(219,210,208)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420C0A; }

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

This text font color is #420C0A.

Background Color

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

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

This div background color is #420C0A.

Border color

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

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

This div border color is #420C0A.

Opacity

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

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

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

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

This text has shadow with #420C0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #420C0A.

Preview

Color preview on black background

This text has color #420C0A on black background.


Color preview on white background

This text has color #420C0A on white background.


Black color preview on #420C0A background

This text has black color on #420C0A background.


White color preview on #420C0A background

This text has white color on #420C0A background.


Related colors

Complementary color

Complementary color for #hex is #BDF3F5.


I love getcolorcode.com

Triadic colors

1 #0A420C and #0C0A42 with #420C0A are triadic colors.

2 #0A0C42 and #0C420A with #420C0A are triadic colors.