COLOR #426222

HEX: #426222
RGB: (66,98,34)

Color info

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

RGB color model

#426222 color RGB value is (66,98,34).

  • red value is 66;
  • green value is 98;
  • blue value is 34.
RGB:
(66,98,34)
(26%,38%,13%)

RGB channels and saturation

R 66 of 255 = 26%
G 98 of 255 = 38%
B 34 of 255 = 13%

66
98
34

R + G + B ~ 26%. #426222 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 98 + 34 = 198 (100%)
R 66 of 198 ~ 33.33%
G 98 of 198 ~ 49.49%
B 34 of 198 ~ 17.17%

%33.33
%49.49
%17.17

CMYK color model

#426222 color CMYK value is (33,0,65,62).

  • cyan value is 32.65%
  • magenta value is 0.00%
  • yellow value is 65.31%
  • key color value is 61.57%
CMYK:
(33,0,65,62)
C33M0Y65K62 
(33%,0%,65%,62%)
(0.33/0.00/0.65/0.62)	

CMYK percentages

%32.65
%0
%65.31
%61.57

Codes

Color #426222 in popluar color models

426222
RGB669834
HSL90°48.48%25.88%
HSB/HSV90°65.31%38.43%
CMYK32.65%0.00%65.31%
61.57%

Color #426222 in popluar number systems.

HEX426222
Decimal669834
Binary10000101100010100010
Octal10214242

Shades and tints

Shades of #426222

#426222
(66,98,34)
#3C5A1F
(60,90,31)
#36521C
(54,82,28)
#304A19
(48,74,25)
#2A4216
(42,66,22)
#243A13
(36,58,19)
#1E3210
(30,50,16)
#182A0D
(24,42,13)
#12220A
(18,34,10)
#0C1A07
(12,26,7)
#061204
(6,18,4)
#000000
(0,0,0)

Tints of #426222

#426222
(66,98,34)
#537036
(83,112,54)
#647E4A
(100,126,74)
#758C5E
(117,140,94)
#869A72
(134,154,114)
#97A886
(151,168,134)
#A8B69A
(168,182,154)
#B9C4AE
(185,196,174)
#CAD2C2
(202,210,194)
#DBE0D6
(219,224,214)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426222 color. Also use rgb(66,98,34) instead hex code.

Text Font Color

.myTextColor { color: #426222; }

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

This text font color is #426222.


Background Color

.myBgColor { background-color: #426222; }

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

This div background color is #426222.


Border color

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

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

This div border color is #426222.


Opacity

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

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

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

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

This text has shadow with #426222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426222 on black background.


Color preview on white background

This text has color #426222 on white background.



Black color preview on #426222 background

This text has black color on #426222 background.


White color preview on #426222 background

This text has white color on #426222 background.