COLOR #426716

HEX: #426716
RGB: (66,103,22)

Color info

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

RGB color model

#426716 color RGB value is (66,103,22).

  • red value is 66;
  • green value is 103;
  • blue value is 22.
RGB:
(66,103,22)
(26%,40%,9%)

RGB channels and saturation

R 66 of 255 = 26%
G 103 of 255 = 40%
B 22 of 255 = 9%

66
103
22

R + G + B ~ 25%. #426716 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 103 + 22 = 191 (100%)
R 66 of 191 ~ 34.55%
G 103 of 191 ~ 53.93%
B 22 of 191 ~ 11.52%

%34.55
%53.93
%11.52

CMYK color model

#426716 color CMYK value is (36,0,79,60).

  • cyan value is 35.92%
  • magenta value is 0.00%
  • yellow value is 78.64%
  • key color value is 59.61%
CMYK:
(36,0,79,60)
C36M0Y79K60 
(36%,0%,79%,60%)
(0.36/0.00/0.79/0.60)	

CMYK percentages

%35.92
%0
%78.64
%59.61

Codes

Color #426716 in popluar color models

426716
RGB6610322
HSL87°64.80%24.51%
HSB/HSV87°78.64%40.39%
CMYK35.92%0.00%78.64%
59.61%

Color #426716 in popluar number systems.

HEX426716
Decimal6610322
Binary1000010110011110110
Octal10214726

Shades and tints

Shades of #426716

#426716
(66,103,22)
#3C5E14
(60,94,20)
#365512
(54,85,18)
#304C10
(48,76,16)
#2A430E
(42,67,14)
#243A0C
(36,58,12)
#1E310A
(30,49,10)
#182808
(24,40,8)
#121F06
(18,31,6)
#0C1604
(12,22,4)
#060D02
(6,13,2)
#000000
(0,0,0)

Tints of #426716

#426716
(66,103,22)
#53742B
(83,116,43)
#648140
(100,129,64)
#758E55
(117,142,85)
#869B6A
(134,155,106)
#97A87F
(151,168,127)
#A8B594
(168,181,148)
#B9C2A9
(185,194,169)
#CACFBE
(202,207,190)
#DBDCD3
(219,220,211)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426716 color. Also use rgb(66,103,22) instead hex code.

Text Font Color

.myTextColor { color: #426716; }

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

This text font color is #426716.


Background Color

.myBgColor { background-color: #426716; }

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

This div background color is #426716.


Border color

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

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

This div border color is #426716.


Opacity

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

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

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

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

This text has shadow with #426716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426716 on black background.


Color preview on white background

This text has color #426716 on white background.



Black color preview on #426716 background

This text has black color on #426716 background.


White color preview on #426716 background

This text has white color on #426716 background.