COLOR #424006

HEX: #424006
RGB: (66,64,6)

Color info

#424006 contains mainly red and green colors. Web safe color of #424006 is #333300 (or #330).

RGB color model

#424006 color RGB value is (66,64,6).

  • red value is 66;
  • green value is 64;
  • blue value is 6.
RGB:
(66,64,6)
(26%,25%,2%)

RGB channels and saturation

R 66 of 255 = 26%
G 64 of 255 = 25%
B 6 of 255 = 2%

66
64
6

R + G + B ~ 18%. #424006 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 64 + 6 = 136 (100%)
R 66 of 136 ~ 48.53%
G 64 of 136 ~ 47.06%
B 6 of 136 ~ 4.41%

%48.53
%47.06

CMYK color model

#424006 color CMYK value is (0,3,91,74).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 90.91%
  • key color value is 74.12%
CMYK:
(0,3,91,74)
C0M3Y91K74 
(0%,3%,91%,74%)
(0.00/0.03/0.91/0.74)	

CMYK percentages

%0
%3.03
%90.91
%74.12

Codes

Color #424006 in popluar color models

424006
RGB66646
HSL58°83.33%14.12%
HSB/HSV58°90.91%25.88%
CMYK0.00%3.03%90.91%
74.12%

Color #424006 in popluar number systems.

HEX424006
Decimal66646
Binary10000101000000110
Octal1021006

Shades and tints

Shades of #424006

#424006
(66,64,6)
#3C3B06
(60,59,6)
#363606
(54,54,6)
#303106
(48,49,6)
#2A2C06
(42,44,6)
#242706
(36,39,6)
#1E2206
(30,34,6)
#181D06
(24,29,6)
#121806
(18,24,6)
#0C1306
(12,19,6)
#060E06
(6,14,6)
#000000
(0,0,0)

Tints of #424006

#424006
(66,64,6)
#53511C
(83,81,28)
#646232
(100,98,50)
#757348
(117,115,72)
#86845E
(134,132,94)
#979574
(151,149,116)
#A8A68A
(168,166,138)
#B9B7A0
(185,183,160)
#CAC8B6
(202,200,182)
#DBD9CC
(219,217,204)
#ECEAE2
(236,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424006; }

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

This text font color is #424006.


Background Color

.myBgColor { background-color: #424006; }

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

This div background color is #424006.


Border color

.myBorderColor { border: 1px solid #424006; }

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

This div border color is #424006.


Opacity

.myOpacity80 { color: #424006; opacity: 0.8; }

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

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

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

This text has shadow with #424006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424006 on black background.


Color preview on white background

This text has color #424006 on white background.



Black color preview on #424006 background

This text has black color on #424006 background.


White color preview on #424006 background

This text has white color on #424006 background.