COLOR #426510

HEX: #426510
RGB: (66,101,16)

Color info

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

RGB color model

#426510 color RGB value is (66,101,16).

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

RGB channels and saturation

R 66 of 255 = 26%
G 101 of 255 = 40%
B 16 of 255 = 6%

66
101
16

R + G + B ~ 24%. #426510 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 101 + 16 = 183 (100%)
R 66 of 183 ~ 36.07%
G 101 of 183 ~ 55.19%
B 16 of 183 ~ 8.74%

%36.07
%55.19

CMYK color model

#426510 color CMYK value is (35,0,84,60).

  • cyan value is 34.65%
  • magenta value is 0.00%
  • yellow value is 84.16%
  • key color value is 60.39%
CMYK:
(35,0,84,60)
C35M0Y84K60 
(35%,0%,84%,60%)
(0.35/0.00/0.84/0.60)	

CMYK percentages

%34.65
%0
%84.16
%60.39

Codes

Color #426510 in popluar color models

426510
RGB6610116
HSL85°72.65%22.94%
HSB/HSV85°84.16%39.61%
CMYK34.65%0.00%84.16%
60.39%

Color #426510 in popluar number systems.

HEX426510
Decimal6610116
Binary1000010110010110000
Octal10214520

Shades and tints

Shades of #426510

#426510
(66,101,16)
#3C5C0F
(60,92,15)
#36530E
(54,83,14)
#304A0D
(48,74,13)
#2A410C
(42,65,12)
#24380B
(36,56,11)
#1E2F0A
(30,47,10)
#182609
(24,38,9)
#121D08
(18,29,8)
#0C1407
(12,20,7)
#060B06
(6,11,6)
#000000
(0,0,0)

Tints of #426510

#426510
(66,101,16)
#537325
(83,115,37)
#64813A
(100,129,58)
#758F4F
(117,143,79)
#869D64
(134,157,100)
#97AB79
(151,171,121)
#A8B98E
(168,185,142)
#B9C7A3
(185,199,163)
#CAD5B8
(202,213,184)
#DBE3CD
(219,227,205)
#ECF1E2
(236,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426510; }

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

This text font color is #426510.


Background Color

.myBgColor { background-color: #426510; }

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

This div background color is #426510.


Border color

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

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

This div border color is #426510.


Opacity

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

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

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

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

This text has shadow with #426510 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426510 on black background.


Color preview on white background

This text has color #426510 on white background.



Black color preview on #426510 background

This text has black color on #426510 background.


White color preview on #426510 background

This text has white color on #426510 background.