COLOR #426022

HEX: #426022
RGB: (66,96,34)

Color info

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

RGB color model

#426022 color RGB value is (66,96,34).

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

RGB channels and saturation

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

66
96
34

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

Portions of RGB colors in percentages

R + G + B =
66 + 96 + 34 = 196 (100%)
R 66 of 196 ~ 33.67%
G 96 of 196 ~ 48.98%
B 34 of 196 ~ 17.35%

%33.67
%48.98
%17.35

CMYK color model

#426022 color CMYK value is (31,0,65,62).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 64.58%
  • key color value is 62.35%
CMYK:
(31,0,65,62)
C31M0Y65K62 
(31%,0%,65%,62%)
(0.31/0.00/0.65/0.62)	

CMYK percentages

%31.25
%0
%64.58
%62.35

Codes

Color #426022 in popluar color models

426022
RGB669634
HSL89°47.69%25.49%
HSB/HSV89°64.58%37.65%
CMYK31.25%0.00%64.58%
62.35%

Color #426022 in popluar number systems.

HEX426022
Decimal669634
Binary10000101100000100010
Octal10214042

Shades and tints

Shades of #426022

#426022
(66,96,34)
#3C581F
(60,88,31)
#36501C
(54,80,28)
#304819
(48,72,25)
#2A4016
(42,64,22)
#243813
(36,56,19)
#1E3010
(30,48,16)
#18280D
(24,40,13)
#12200A
(18,32,10)
#0C1807
(12,24,7)
#061004
(6,16,4)
#000000
(0,0,0)

Tints of #426022

#426022
(66,96,34)
#536E36
(83,110,54)
#647C4A
(100,124,74)
#758A5E
(117,138,94)
#869872
(134,152,114)
#97A686
(151,166,134)
#A8B49A
(168,180,154)
#B9C2AE
(185,194,174)
#CAD0C2
(202,208,194)
#DBDED6
(219,222,214)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426022; }

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

This text font color is #426022.


Background Color

.myBgColor { background-color: #426022; }

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

This div background color is #426022.


Border color

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

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

This div border color is #426022.


Opacity

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

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

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

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

This text has shadow with #426022 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426022 on black background.


Color preview on white background

This text has color #426022 on white background.



Black color preview on #426022 background

This text has black color on #426022 background.


White color preview on #426022 background

This text has white color on #426022 background.