COLOR #426500

HEX: #426500
RGB: (66,101,0)

Color info

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

RGB color model

#426500 color RGB value is (66,101,0).

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

RGB channels and saturation

R 66 of 255 = 26%
G 101 of 255 = 40%
B 0 of 255 = 0%

66
101
0

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

Portions of RGB colors in percentages

R + G + B =
66 + 101 + 0 = 167 (100%)
R 66 of 167 ~ 39.52%
G 101 of 167 ~ 60.48%
B 0 of 167 ~ 0%

%39.52
%60.48

CMYK color model

#426500 color CMYK value is (35,0,100,60).

  • cyan value is 34.65%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 60.39%
CMYK:
(35,0,100,60)
C35M0Y100K60 
(35%,0%,100%,60%)
(0.35/0.00/1.00/0.60)	

CMYK percentages

%34.65
%0
%100
%60.39

Codes

Color #426500 in popluar color models

426500
RGB661010
HSL81°100.00%19.80%
HSB/HSV81°100.00%39.61%
CMYK34.65%0.00%100.00%
60.39%

Color #426500 in popluar number systems.

HEX426500
Decimal661010
Binary100001011001010
Octal1021450

Shades and tints

Shades of #426500

#426500
(66,101,0)
#3C5C00
(60,92,0)
#365300
(54,83,0)
#304A00
(48,74,0)
#2A4100
(42,65,0)
#243800
(36,56,0)
#1E2F00
(30,47,0)
#182600
(24,38,0)
#121D00
(18,29,0)
#0C1400
(12,20,0)
#060B00
(6,11,0)
#000000
(0,0,0)

Tints of #426500

#426500
(66,101,0)
#537317
(83,115,23)
#64812E
(100,129,46)
#758F45
(117,143,69)
#869D5C
(134,157,92)
#97AB73
(151,171,115)
#A8B98A
(168,185,138)
#B9C7A1
(185,199,161)
#CAD5B8
(202,213,184)
#DBE3CF
(219,227,207)
#ECF1E6
(236,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426500 color. Also use rgb(66,101,0) instead hex code.

Text Font Color

.myTextColor { color: #426500; }

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

This text font color is #426500.


Background Color

.myBgColor { background-color: #426500; }

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

This div background color is #426500.


Border color

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

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

This div border color is #426500.


Opacity

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

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

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

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

This text has shadow with #426500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426500 on black background.


Color preview on white background

This text has color #426500 on white background.



Black color preview on #426500 background

This text has black color on #426500 background.


White color preview on #426500 background

This text has white color on #426500 background.