COLOR #426E17

HEX: #426E17
RGB: (66,110,23)

Color info

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

RGB color model

#426E17 color RGB value is (66,110,23).

  • red value is 66;
  • green value is 110;
  • blue value is 23.
RGB:
(66,110,23)
(26%,43%,9%)

RGB channels and saturation

R 66 of 255 = 26%
G 110 of 255 = 43%
B 23 of 255 = 9%

66
110
23

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

Portions of RGB colors in percentages

R + G + B =
66 + 110 + 23 = 199 (100%)
R 66 of 199 ~ 33.17%
G 110 of 199 ~ 55.28%
B 23 of 199 ~ 11.56%

%33.17
%55.28
%11.56

CMYK color model

#426E17 color CMYK value is (40,0,79,57).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 79.09%
  • key color value is 56.86%
CMYK:
(40,0,79,57)
C40M0Y79K57 
(40%,0%,79%,57%)
(0.40/0.00/0.79/0.57)	

CMYK percentages

%40
%0
%79.09
%56.86

Codes

Color #426E17 in popluar color models

426E17
RGB6611023
HSL90°65.41%26.08%
HSB/HSV90°79.09%43.14%
CMYK40.00%0.00%79.09%
56.86%

Color #426E17 in popluar number systems.

HEX426E17
Decimal6611023
Binary1000010110111010111
Octal10215627

Shades and tints

Shades of #426E17

#426E17
(66,110,23)
#3C6415
(60,100,21)
#365A13
(54,90,19)
#305011
(48,80,17)
#2A460F
(42,70,15)
#243C0D
(36,60,13)
#1E320B
(30,50,11)
#182809
(24,40,9)
#121E07
(18,30,7)
#0C1405
(12,20,5)
#060A03
(6,10,3)
#000000
(0,0,0)

Tints of #426E17

#426E17
(66,110,23)
#537B2C
(83,123,44)
#648841
(100,136,65)
#759556
(117,149,86)
#86A26B
(134,162,107)
#97AF80
(151,175,128)
#A8BC95
(168,188,149)
#B9C9AA
(185,201,170)
#CAD6BF
(202,214,191)
#DBE3D4
(219,227,212)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426E17 color. Also use rgb(66,110,23) instead hex code.

Text Font Color

.myTextColor { color: #426E17; }

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

This text font color is #426E17.


Background Color

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

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

This div background color is #426E17.


Border color

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

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

This div border color is #426E17.


Opacity

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

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

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

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

This text has shadow with #426E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426E17 on black background.


Color preview on white background

This text has color #426E17 on white background.



Black color preview on #426E17 background

This text has black color on #426E17 background.


White color preview on #426E17 background

This text has white color on #426E17 background.