COLOR #420C05

HEX: #420C05 RGB: (66,12,5)

Color info

#420C05 contains mainly red and green colors. Web safe color of #420C05 is #330000 (or #300).

RGB color model

#420C05 color RGB value is (66,12,5).

RGB: (66,12,5) (26%, 5%, 2%)

RGB channels and saturation

R 66 of 255 = 26%
G 12 of 255 = 5%
B 5 of 255 = 2%

66
12
5

R + G + B ~ 11%. #420C05 is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 12 + 5 = 83 (100%)
R 66 of 83 ~ 79.52%
G 12 of 83 ~ 14.46%
B 5 of 83 ~ 6.02'%

%79.52
%14.46

CMYK color model

#420C05 color CMYK value is (0,82,92,74).

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

CMYK: (0,82,92,74)
C0M82Y92K74 (0%, 82%, 92%, 74%)
(0.00 / 0.82 / 0.92 / 0.74)

CMYK percentages

%0
%81.82
%92.42
%74.12

Codes

Color #420C05 in popluar color models

42 0C 05
RGB 66 12 5
HSL 85.92% 13.92%
HSB/HSV 92.42% 25.88%
CMYK 0.00% 81.82% 92.42%
74.12%

Color #420C05 in popluar number systems.

HEX 42 0C 05
Decimal 66 12 5
Binary 1000010 1100 101
Octal 102 14 5

Shades and tints

Shades of #420C05

#420C05
(66,12,5)
#3C0B05
(60,11,5)
#360A05
(54,10,5)
#300905
(48,9,5)
#2A0805
(42,8,5)
#240705
(36,7,5)
#1E0605
(30,6,5)
#180505
(24,5,5)
#120405
(18,4,5)
#0C0305
(12,3,5)
#060205
(6,2,5)
#000000
(0,0,0)

Tints of #420C05

#420C05
(66,12,5)
#53221B
(83,34,27)
#643831
(100,56,49)
#754E47
(117,78,71)
#86645D
(134,100,93)
#977A73
(151,122,115)
#A89089
(168,144,137)
#B9A69F
(185,166,159)
#CABCB5
(202,188,181)
#DBD2CB
(219,210,203)
#ECE8E1
(236,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #420C05; }

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

This text font color is #420C05.

Background Color

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

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

This div background color is #420C05.

Border color

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

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

This div border color is #420C05.

Opacity

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

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

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

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

This text has shadow with #420C05 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #420C05.

Preview

Color preview on black background

This text has color #420C05 on black background.


Color preview on white background

This text has color #420C05 on white background.


Black color preview on #420C05 background

This text has black color on #420C05 background.


White color preview on #420C05 background

This text has white color on #420C05 background.


Related colors

Complementary color

Complementary color for #hex is #BDF3FA.


I love getcolorcode.com

Triadic colors

1 #05420C and #0C0542 with #420C05 are triadic colors.

2 #050C42 and #0C4205 with #420C05 are triadic colors.