COLOR #426E1C

HEX: #426E1C
RGB: (66,110,28)

Color info

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

RGB color model

#426E1C color RGB value is (66,110,28).

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

RGB channels and saturation

R 66 of 255 = 26%
G 110 of 255 = 43%
B 28 of 255 = 11%

66
110
28

R + G + B ~ 27%. #426E1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 110 + 28 = 204 (100%)
R 66 of 204 ~ 32.35%
G 110 of 204 ~ 53.92%
B 28 of 204 ~ 13.73%

%32.35
%53.92
%13.73

CMYK color model

#426E1C color CMYK value is (40,0,75,57).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 74.55%
  • key color value is 56.86%
CMYK:
(40,0,75,57)
C40M0Y75K57 
(40%,0%,75%,57%)
(0.40/0.00/0.75/0.57)	

CMYK percentages

%40
%0
%74.55
%56.86

Codes

Color #426E1C in popluar color models

426E1C
RGB6611028
HSL92°59.42%27.06%
HSB/HSV92°74.55%43.14%
CMYK40.00%0.00%74.55%
56.86%

Color #426E1C in popluar number systems.

HEX426E1C
Decimal6611028
Binary1000010110111011100
Octal10215634

Shades and tints

Shades of #426E1C

#426E1C
(66,110,28)
#3C641A
(60,100,26)
#365A18
(54,90,24)
#305016
(48,80,22)
#2A4614
(42,70,20)
#243C12
(36,60,18)
#1E3210
(30,50,16)
#18280E
(24,40,14)
#121E0C
(18,30,12)
#0C140A
(12,20,10)
#060A08
(6,10,8)
#000000
(0,0,0)

Tints of #426E1C

#426E1C
(66,110,28)
#537B30
(83,123,48)
#648844
(100,136,68)
#759558
(117,149,88)
#86A26C
(134,162,108)
#97AF80
(151,175,128)
#A8BC94
(168,188,148)
#B9C9A8
(185,201,168)
#CAD6BC
(202,214,188)
#DBE3D0
(219,227,208)
#ECF0E4
(236,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426E1C; }

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

This text font color is #426E1C.


Background Color

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

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

This div background color is #426E1C.


Border color

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

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

This div border color is #426E1C.


Opacity

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

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

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

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

This text has shadow with #426E1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426E1C on black background.


Color preview on white background

This text has color #426E1C on white background.



Black color preview on #426E1C background

This text has black color on #426E1C background.


White color preview on #426E1C background

This text has white color on #426E1C background.