COLOR #426409

HEX: #426409
RGB: (66,100,9)

Color info

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

RGB color model

#426409 color RGB value is (66,100,9).

  • red value is 66;
  • green value is 100;
  • blue value is 9.
RGB:
(66,100,9)
(26%,39%,4%)

RGB channels and saturation

R 66 of 255 = 26%
G 100 of 255 = 39%
B 9 of 255 = 4%

66
100
9

R + G + B ~ 23%. #426409 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 100 + 9 = 175 (100%)
R 66 of 175 ~ 37.71%
G 100 of 175 ~ 57.14%
B 9 of 175 ~ 5.14%

%37.71
%57.14

CMYK color model

#426409 color CMYK value is (34,0,91,61).

  • cyan value is 34.00%
  • magenta value is 0.00%
  • yellow value is 91.00%
  • key color value is 60.78%
CMYK:
(34,0,91,61)
C34M0Y91K61 
(34%,0%,91%,61%)
(0.34/0.00/0.91/0.61)	

CMYK percentages

%34
%0
%91
%60.78

Codes

Color #426409 in popluar color models

426409
RGB661009
HSL82°83.49%21.37%
HSB/HSV82°91.00%39.22%
CMYK34.00%0.00%91.00%
60.78%

Color #426409 in popluar number systems.

HEX426409
Decimal661009
Binary100001011001001001
Octal10214411

Shades and tints

Shades of #426409

#426409
(66,100,9)
#3C5B09
(60,91,9)
#365209
(54,82,9)
#304909
(48,73,9)
#2A4009
(42,64,9)
#243709
(36,55,9)
#1E2E09
(30,46,9)
#182509
(24,37,9)
#121C09
(18,28,9)
#0C1309
(12,19,9)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #426409

#426409
(66,100,9)
#53721F
(83,114,31)
#648035
(100,128,53)
#758E4B
(117,142,75)
#869C61
(134,156,97)
#97AA77
(151,170,119)
#A8B88D
(168,184,141)
#B9C6A3
(185,198,163)
#CAD4B9
(202,212,185)
#DBE2CF
(219,226,207)
#ECF0E5
(236,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426409 color. Also use rgb(66,100,9) instead hex code.

Text Font Color

.myTextColor { color: #426409; }

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

This text font color is #426409.


Background Color

.myBgColor { background-color: #426409; }

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

This div background color is #426409.


Border color

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

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

This div border color is #426409.


Opacity

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

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

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

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

This text has shadow with #426409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426409 on black background.


Color preview on white background

This text has color #426409 on white background.



Black color preview on #426409 background

This text has black color on #426409 background.


White color preview on #426409 background

This text has white color on #426409 background.