COLOR #06420D

HEX: #06420D RGB: (6,66,13)

Color info

#06420D contains mainly green and blue colors. Web safe color of #06420D is #003300 (or #030).

RGB color model

#06420D color RGB value is (6,66,13).

RGB: (6,66,13) (2%, 26%, 5%)

RGB channels and saturation

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

6
66
13

R + G + B ~ 11%. #06420D is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 66 + 13 = 85 (100%)
R 6 of 85 ~ 7.06%
G 66 of 85 ~ 77.65%
B 13 of 85 ~ 15.29'%

%77.65
%15.29

CMYK color model

#06420D color CMYK value is (91,0,80,74).

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

CMYK: (91,0,80,74)
C91M0Y80K74 (91%, 0%, 80%, 74%)
(0.91 / 0.00 / 0.80 / 0.74)

CMYK percentages

%90.91
%0
%80.3
%74.12

Codes

Color #06420D in popluar color models

06 42 0D
RGB 6 66 13
HSL 127° 83.33% 14.12%
HSB/HSV 127° 90.91% 25.88%
CMYK 90.91% 0.00% 80.30%
74.12%

Color #06420D in popluar number systems.

HEX 06 42 0D
Decimal 6 66 13
Binary 110 1000010 1101
Octal 6 102 15

Shades and tints

Shades of #06420D

#06420D
(6,66,13)
#063C0C
(6,60,12)
#06360B
(6,54,11)
#06300A
(6,48,10)
#062A09
(6,42,9)
#062408
(6,36,8)
#061E07
(6,30,7)
#061806
(6,24,6)
#061205
(6,18,5)
#060C04
(6,12,4)
#060603
(6,6,3)
#000000
(0,0,0)

Tints of #06420D

#06420D
(6,66,13)
#1C5323
(28,83,35)
#326439
(50,100,57)
#48754F
(72,117,79)
#5E8665
(94,134,101)
#74977B
(116,151,123)
#8AA891
(138,168,145)
#A0B9A7
(160,185,167)
#B6CABD
(182,202,189)
#CCDBD3
(204,219,211)
#E2ECE9
(226,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06420D; }

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

This text font color is #06420D.

Background Color

.myBgColor { background-color: #06420D; }

<div style="background-color:#06420D">Inner text</div>

This div background color is #06420D.

Border color

.myBorderColor { border: 1px solid #06420D; }

<div style="border:3px solid #06420D">Div</div>

This div border color is #06420D.

Opacity

.myOpacity80 { color: #06420D; opacity: 0.8; }

<p style="color:#06420D;opacity:0.8;">80%</p>

Text with #06420D 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 #06420D;}

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

This text has shadow with #06420D color.


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

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

This text has shadow with #06420D primary color and red secondary color.


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

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

This text has shadow with #06420D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #06420D.

Preview

Color preview on black background

This text has color #06420D on black background.


Color preview on white background

This text has color #06420D on white background.


Black color preview on #06420D background

This text has black color on #06420D background.


White color preview on #06420D background

This text has white color on #06420D background.


Related colors

Complementary color

Complementary color for #hex is #F9BDF2.


I love getcolorcode.com

Triadic colors

1 #0D0642 and #420D06 with #06420D are triadic colors.

2 #0D4206 and #42060D with #06420D are triadic colors.