COLOR #426820

HEX: #426820
RGB: (66,104,32)

Color info

#426820 contains mainly red and green colors. Web safe color of #426820 is #336633 (or #363).

RGB color model

#426820 color RGB value is (66,104,32).

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

RGB channels and saturation

R 66 of 255 = 26%
G 104 of 255 = 41%
B 32 of 255 = 13%

66
104
32

R + G + B ~ 27%. #426820 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 104 + 32 = 202 (100%)
R 66 of 202 ~ 32.67%
G 104 of 202 ~ 51.49%
B 32 of 202 ~ 15.84%

%32.67
%51.49
%15.84

CMYK color model

#426820 color CMYK value is (37,0,69,59).

  • cyan value is 36.54%
  • magenta value is 0.00%
  • yellow value is 69.23%
  • key color value is 59.22%
CMYK:
(37,0,69,59)
C37M0Y69K59 
(37%,0%,69%,59%)
(0.37/0.00/0.69/0.59)	

CMYK percentages

%36.54
%0
%69.23
%59.22

Codes

Color #426820 in popluar color models

426820
RGB6610432
HSL92°52.94%26.67%
HSB/HSV92°69.23%40.78%
CMYK36.54%0.00%69.23%
59.22%

Color #426820 in popluar number systems.

HEX426820
Decimal6610432
Binary10000101101000100000
Octal10215040

Shades and tints

Shades of #426820

#426820
(66,104,32)
#3C5F1E
(60,95,30)
#36561C
(54,86,28)
#304D1A
(48,77,26)
#2A4418
(42,68,24)
#243B16
(36,59,22)
#1E3214
(30,50,20)
#182912
(24,41,18)
#122010
(18,32,16)
#0C170E
(12,23,14)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #426820

#426820
(66,104,32)
#537534
(83,117,52)
#648248
(100,130,72)
#758F5C
(117,143,92)
#869C70
(134,156,112)
#97A984
(151,169,132)
#A8B698
(168,182,152)
#B9C3AC
(185,195,172)
#CAD0C0
(202,208,192)
#DBDDD4
(219,221,212)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426820; }

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

This text font color is #426820.


Background Color

.myBgColor { background-color: #426820; }

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

This div background color is #426820.


Border color

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

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

This div border color is #426820.


Opacity

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

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

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

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

This text has shadow with #426820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426820 on black background.


Color preview on white background

This text has color #426820 on white background.



Black color preview on #426820 background

This text has black color on #426820 background.


White color preview on #426820 background

This text has white color on #426820 background.