COLOR #426601

HEX: #426601
RGB: (66,102,1)

Color info

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

RGB color model

#426601 color RGB value is (66,102,1).

  • red value is 66;
  • green value is 102;
  • blue value is 1.
RGB:
(66,102,1)
(26%,40%,0%)

RGB channels and saturation

R 66 of 255 = 26%
G 102 of 255 = 40%
B 1 of 255 = 0%

66
102
1

R + G + B ~ 22%. #426601 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 102 + 1 = 169 (100%)
R 66 of 169 ~ 39.05%
G 102 of 169 ~ 60.36%
B 1 of 169 ~ 0.59%

%39.05
%60.36

CMYK color model

#426601 color CMYK value is (35,0,99,60).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 99.02%
  • key color value is 60.00%
CMYK:
(35,0,99,60)
C35M0Y99K60 
(35%,0%,99%,60%)
(0.35/0.00/0.99/0.60)	

CMYK percentages

%35.29
%0
%99.02
%60

Codes

Color #426601 in popluar color models

426601
RGB661021
HSL81°98.06%20.20%
HSB/HSV81°99.02%40.00%
CMYK35.29%0.00%99.02%
60.00%

Color #426601 in popluar number systems.

HEX426601
Decimal661021
Binary100001011001101
Octal1021461

Shades and tints

Shades of #426601

#426601
(66,102,1)
#3C5D01
(60,93,1)
#365401
(54,84,1)
#304B01
(48,75,1)
#2A4201
(42,66,1)
#243901
(36,57,1)
#1E3001
(30,48,1)
#182701
(24,39,1)
#121E01
(18,30,1)
#0C1501
(12,21,1)
#060C01
(6,12,1)
#000000
(0,0,0)

Tints of #426601

#426601
(66,102,1)
#537318
(83,115,24)
#64802F
(100,128,47)
#758D46
(117,141,70)
#869A5D
(134,154,93)
#97A774
(151,167,116)
#A8B48B
(168,180,139)
#B9C1A2
(185,193,162)
#CACEB9
(202,206,185)
#DBDBD0
(219,219,208)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426601 color. Also use rgb(66,102,1) instead hex code.

Text Font Color

.myTextColor { color: #426601; }

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

This text font color is #426601.


Background Color

.myBgColor { background-color: #426601; }

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

This div background color is #426601.


Border color

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

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

This div border color is #426601.


Opacity

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

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

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

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

This text has shadow with #426601 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426601 on black background.


Color preview on white background

This text has color #426601 on white background.



Black color preview on #426601 background

This text has black color on #426601 background.


White color preview on #426601 background

This text has white color on #426601 background.