COLOR #424620

HEX: #424620
RGB: (66,70,32)

Color info

#424620 contains red, green and blue colors in about the same proportion. Web safe color of #424620 is #333333 (or #333).

RGB color model

#424620 color RGB value is (66,70,32).

  • red value is 66;
  • green value is 70;
  • blue value is 32.
RGB:
(66,70,32)
(26%,27%,13%)

RGB channels and saturation

R 66 of 255 = 26%
G 70 of 255 = 27%
B 32 of 255 = 13%

66
70
32

R + G + B ~ 22%. #424620 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 70 + 32 = 168 (100%)
R 66 of 168 ~ 39.29%
G 70 of 168 ~ 41.67%
B 32 of 168 ~ 19.05%

%39.29
%41.67
%19.05

CMYK color model

#424620 color CMYK value is (6,0,54,73).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 54.29%
  • key color value is 72.55%
CMYK:
(6,0,54,73)
C6M0Y54K73 
(6%,0%,54%,73%)
(0.06/0.00/0.54/0.73)	

CMYK percentages

%5.71
%0
%54.29
%72.55

Codes

Color #424620 in popluar color models

424620
RGB667032
HSL66°37.25%20.00%
HSB/HSV66°54.29%27.45%
CMYK5.71%0.00%54.29%
72.55%

Color #424620 in popluar number systems.

HEX424620
Decimal667032
Binary10000101000110100000
Octal10210640

Shades and tints

Shades of #424620

#424620
(66,70,32)
#3C401E
(60,64,30)
#363A1C
(54,58,28)
#30341A
(48,52,26)
#2A2E18
(42,46,24)
#242816
(36,40,22)
#1E2214
(30,34,20)
#181C12
(24,28,18)
#121610
(18,22,16)
#0C100E
(12,16,14)
#060A0C
(6,10,12)
#000000
(0,0,0)

Tints of #424620

#424620
(66,70,32)
#535634
(83,86,52)
#646648
(100,102,72)
#75765C
(117,118,92)
#868670
(134,134,112)
#979684
(151,150,132)
#A8A698
(168,166,152)
#B9B6AC
(185,182,172)
#CAC6C0
(202,198,192)
#DBD6D4
(219,214,212)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424620 color. Also use rgb(66,70,32) instead hex code.

Text Font Color

.myTextColor { color: #424620; }

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

This text font color is #424620.


Background Color

.myBgColor { background-color: #424620; }

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

This div background color is #424620.


Border color

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

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

This div border color is #424620.


Opacity

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

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

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

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

This text has shadow with #424620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424620 on black background.


Color preview on white background

This text has color #424620 on white background.



Black color preview on #424620 background

This text has black color on #424620 background.


White color preview on #424620 background

This text has white color on #424620 background.