COLOR #426636

HEX: #426636
RGB: (66,102,54)

Color info

#426636 contains red, green and blue colors in about the same proportion. Web safe color of #426636 is #336633 (or #363).

RGB color model

#426636 color RGB value is (66,102,54).

  • red value is 66;
  • green value is 102;
  • blue value is 54.
RGB:
(66,102,54)
(26%,40%,21%)

RGB channels and saturation

R 66 of 255 = 26%
G 102 of 255 = 40%
B 54 of 255 = 21%

66
102
54

R + G + B ~ 29%. #426636 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 102 + 54 = 222 (100%)
R 66 of 222 ~ 29.73%
G 102 of 222 ~ 45.95%
B 54 of 222 ~ 24.32%

%29.73
%45.95
%24.32

CMYK color model

#426636 color CMYK value is (35,0,47,60).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 60.00%
CMYK:
(35,0,47,60)
C35M0Y47K60 
(35%,0%,47%,60%)
(0.35/0.00/0.47/0.60)	

CMYK percentages

%35.29
%0
%47.06
%60

Codes

Color #426636 in popluar color models

426636
RGB6610254
HSL105°30.77%30.59%
HSB/HSV105°47.06%40.00%
CMYK35.29%0.00%47.06%
60.00%

Color #426636 in popluar number systems.

HEX426636
Decimal6610254
Binary10000101100110110110
Octal10214666

Shades and tints

Shades of #426636

#426636
(66,102,54)
#3C5D32
(60,93,50)
#36542E
(54,84,46)
#304B2A
(48,75,42)
#2A4226
(42,66,38)
#243922
(36,57,34)
#1E301E
(30,48,30)
#18271A
(24,39,26)
#121E16
(18,30,22)
#0C1512
(12,21,18)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #426636

#426636
(66,102,54)
#537348
(83,115,72)
#64805A
(100,128,90)
#758D6C
(117,141,108)
#869A7E
(134,154,126)
#97A790
(151,167,144)
#A8B4A2
(168,180,162)
#B9C1B4
(185,193,180)
#CACEC6
(202,206,198)
#DBDBD8
(219,219,216)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426636 color. Also use rgb(66,102,54) instead hex code.

Text Font Color

.myTextColor { color: #426636; }

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

This text font color is #426636.


Background Color

.myBgColor { background-color: #426636; }

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

This div background color is #426636.


Border color

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

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

This div border color is #426636.


Opacity

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

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

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

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

This text has shadow with #426636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426636 on black background.


Color preview on white background

This text has color #426636 on white background.



Black color preview on #426636 background

This text has black color on #426636 background.


White color preview on #426636 background

This text has white color on #426636 background.