COLOR #426C29

HEX: #426C29
RGB: (66,108,41)

Color info

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

RGB color model

#426C29 color RGB value is (66,108,41).

  • red value is 66;
  • green value is 108;
  • blue value is 41.
RGB:
(66,108,41)
(26%,42%,16%)

RGB channels and saturation

R 66 of 255 = 26%
G 108 of 255 = 42%
B 41 of 255 = 16%

66
108
41

R + G + B ~ 28%. #426C29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 108 + 41 = 215 (100%)
R 66 of 215 ~ 30.7%
G 108 of 215 ~ 50.23%
B 41 of 215 ~ 19.07%

%30.7
%50.23
%19.07

CMYK color model

#426C29 color CMYK value is (39,0,62,58).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 62.04%
  • key color value is 57.65%
CMYK:
(39,0,62,58)
C39M0Y62K58 
(39%,0%,62%,58%)
(0.39/0.00/0.62/0.58)	

CMYK percentages

%38.89
%0
%62.04
%57.65

Codes

Color #426C29 in popluar color models

426C29
RGB6610841
HSL98°44.97%29.22%
HSB/HSV98°62.04%42.35%
CMYK38.89%0.00%62.04%
57.65%

Color #426C29 in popluar number systems.

HEX426C29
Decimal6610841
Binary10000101101100101001
Octal10215451

Shades and tints

Shades of #426C29

#426C29
(66,108,41)
#3C6326
(60,99,38)
#365A23
(54,90,35)
#305120
(48,81,32)
#2A481D
(42,72,29)
#243F1A
(36,63,26)
#1E3617
(30,54,23)
#182D14
(24,45,20)
#122411
(18,36,17)
#0C1B0E
(12,27,14)
#06120B
(6,18,11)
#000000
(0,0,0)

Tints of #426C29

#426C29
(66,108,41)
#53793C
(83,121,60)
#64864F
(100,134,79)
#759362
(117,147,98)
#86A075
(134,160,117)
#97AD88
(151,173,136)
#A8BA9B
(168,186,155)
#B9C7AE
(185,199,174)
#CAD4C1
(202,212,193)
#DBE1D4
(219,225,212)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426C29 color. Also use rgb(66,108,41) instead hex code.

Text Font Color

.myTextColor { color: #426C29; }

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

This text font color is #426C29.


Background Color

.myBgColor { background-color: #426C29; }

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

This div background color is #426C29.


Border color

.myBorderColor { border: 1px solid #426C29; }

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

This div border color is #426C29.


Opacity

.myOpacity80 { color: #426C29; opacity: 0.8; }

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

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

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

This text has shadow with #426C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426C29 on black background.


Color preview on white background

This text has color #426C29 on white background.



Black color preview on #426C29 background

This text has black color on #426C29 background.


White color preview on #426C29 background

This text has white color on #426C29 background.