COLOR #426811

HEX: #426811 RGB: (66,104,17)

Color info

#426811 contains mainly red and green colors. Web safe color of #426811 is #336600 (or #360).

RGB color model

#426811 color RGB value is (66,104,17).

RGB: (66,104,17) (26%, 41%, 7%)

RGB channels and saturation

R 66 of 255 = 26%
G 104 of 255 = 41%
B 17 of 255 = 7%

66
104
17

R + G + B ~ 25%. #426811 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 104 + 17 = 187 (100%)
R 66 of 187 ~ 35.29%
G 104 of 187 ~ 55.61%
B 17 of 187 ~ 9.09'%

%35.29
%55.61

CMYK color model

#426811 color CMYK value is (37,0,84,59).

  • cyan value is 36.54%
  • magenta value is 0.00%
  • yellow value is 83.65%
  • key color value is 59.22%

CMYK: (37,0,84,59)
C37M0Y84K59 (37%, 0%, 84%, 59%)
(0.37 / 0.00 / 0.84 / 0.59)

CMYK percentages

%36.54
%0
%83.65
%59.22

Codes

Color #426811 in popluar color models

42 68 11
RGB 66 104 17
HSL 86° 71.90% 23.73%
HSB/HSV 86° 83.65% 40.78%
CMYK 36.54% 0.00% 83.65%
59.22%

Color #426811 in popluar number systems.

HEX 42 68 11
Decimal 66 104 17
Binary 1000010 1101000 10001
Octal 102 150 21

Shades and tints

Shades of #426811

#426811
(66,104,17)
#3C5F10
(60,95,16)
#36560F
(54,86,15)
#304D0E
(48,77,14)
#2A440D
(42,68,13)
#243B0C
(36,59,12)
#1E320B
(30,50,11)
#18290A
(24,41,10)
#122009
(18,32,9)
#0C1708
(12,23,8)
#060E07
(6,14,7)
#000000
(0,0,0)

Tints of #426811

#426811
(66,104,17)
#537526
(83,117,38)
#64823B
(100,130,59)
#758F50
(117,143,80)
#869C65
(134,156,101)
#97A97A
(151,169,122)
#A8B68F
(168,182,143)
#B9C3A4
(185,195,164)
#CAD0B9
(202,208,185)
#DBDDCE
(219,221,206)
#ECEAE3
(236,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426811; }

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

This text font color is #426811.

Background Color

.myBgColor { background-color: #426811; }

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

This div background color is #426811.

Border color

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

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

This div border color is #426811.

Opacity

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

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

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

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

This text has shadow with #426811 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #426811.

Preview

Color preview on black background

This text has color #426811 on black background.


Color preview on white background

This text has color #426811 on white background.


Black color preview on #426811 background

This text has black color on #426811 background.


White color preview on #426811 background

This text has white color on #426811 background.


Related colors

Complementary color

Complementary color for #hex is #BD97EE.


I love getcolorcode.com

Triadic colors

1 #114268 and #681142 with #426811 are triadic colors.

2 #116842 and #684211 with #426811 are triadic colors.