COLOR #06420B

HEX: #06420B RGB: (6,66,11)

Color info

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

RGB color model

#06420B color RGB value is (6,66,11).

RGB: (6,66,11) (2%, 26%, 4%)

RGB channels and saturation

R 6 of 255 = 2%
G 66 of 255 = 26%
B 11 of 255 = 4%

6
66
11

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

Portions of RGB colors in percentages

R + G + B = 6 + 66 + 11 = 83 (100%)
R 6 of 83 ~ 7.23%
G 66 of 83 ~ 79.52%
B 11 of 83 ~ 13.25'%

%79.52
%13.25

CMYK color model

#06420B color CMYK value is (91,0,83,74).

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

CMYK: (91,0,83,74)
C91M0Y83K74 (91%, 0%, 83%, 74%)
(0.91 / 0.00 / 0.83 / 0.74)

CMYK percentages

%90.91
%0
%83.33
%74.12

Codes

Color #06420B in popluar color models

06 42 0B
RGB 6 66 11
HSL 125° 83.33% 14.12%
HSB/HSV 125° 90.91% 25.88%
CMYK 90.91% 0.00% 83.33%
74.12%

Color #06420B in popluar number systems.

HEX 06 42 0B
Decimal 6 66 11
Binary 110 1000010 1011
Octal 6 102 13

Shades and tints

Shades of #06420B

#06420B
(6,66,11)
#063C0A
(6,60,10)
#063609
(6,54,9)
#063008
(6,48,8)
#062A07
(6,42,7)
#062406
(6,36,6)
#061E05
(6,30,5)
#061804
(6,24,4)
#061203
(6,18,3)
#060C02
(6,12,2)
#060601
(6,6,1)
#000000
(0,0,0)

Tints of #06420B

#06420B
(6,66,11)
#1C5321
(28,83,33)
#326437
(50,100,55)
#48754D
(72,117,77)
#5E8663
(94,134,99)
#749779
(116,151,121)
#8AA88F
(138,168,143)
#A0B9A5
(160,185,165)
#B6CABB
(182,202,187)
#CCDBD1
(204,219,209)
#E2ECE7
(226,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #06420B; }

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

This text font color is #06420B.

Background Color

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

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

This div background color is #06420B.

Border color

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

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

This div border color is #06420B.

Opacity

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

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

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

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

This text has shadow with #06420B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06420B.

Preview

Color preview on black background

This text has color #06420B on black background.


Color preview on white background

This text has color #06420B on white background.


Black color preview on #06420B background

This text has black color on #06420B background.


White color preview on #06420B background

This text has white color on #06420B background.


Related colors

Complementary color

Complementary color for #hex is #F9BDF4.


I love getcolorcode.com

Triadic colors

1 #0B0642 and #420B06 with #06420B are triadic colors.

2 #0B4206 and #42060B with #06420B are triadic colors.