COLOR #426218

HEX: #426218
RGB: (66,98,24)

Color info

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

RGB color model

#426218 color RGB value is (66,98,24).

  • red value is 66;
  • green value is 98;
  • blue value is 24.
RGB:
(66,98,24)
(26%,38%,9%)

RGB channels and saturation

R 66 of 255 = 26%
G 98 of 255 = 38%
B 24 of 255 = 9%

66
98
24

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

Portions of RGB colors in percentages

R + G + B =
66 + 98 + 24 = 188 (100%)
R 66 of 188 ~ 35.11%
G 98 of 188 ~ 52.13%
B 24 of 188 ~ 12.77%

%35.11
%52.13
%12.77

CMYK color model

#426218 color CMYK value is (33,0,76,62).

  • cyan value is 32.65%
  • magenta value is 0.00%
  • yellow value is 75.51%
  • key color value is 61.57%
CMYK:
(33,0,76,62)
C33M0Y76K62 
(33%,0%,76%,62%)
(0.33/0.00/0.76/0.62)	

CMYK percentages

%32.65
%0
%75.51
%61.57

Codes

Color #426218 in popluar color models

426218
RGB669824
HSL86°60.66%23.92%
HSB/HSV86°75.51%38.43%
CMYK32.65%0.00%75.51%
61.57%

Color #426218 in popluar number systems.

HEX426218
Decimal669824
Binary1000010110001011000
Octal10214230

Shades and tints

Shades of #426218

#426218
(66,98,24)
#3C5A16
(60,90,22)
#365214
(54,82,20)
#304A12
(48,74,18)
#2A4210
(42,66,16)
#243A0E
(36,58,14)
#1E320C
(30,50,12)
#182A0A
(24,42,10)
#122208
(18,34,8)
#0C1A06
(12,26,6)
#061204
(6,18,4)
#000000
(0,0,0)

Tints of #426218

#426218
(66,98,24)
#53702D
(83,112,45)
#647E42
(100,126,66)
#758C57
(117,140,87)
#869A6C
(134,154,108)
#97A881
(151,168,129)
#A8B696
(168,182,150)
#B9C4AB
(185,196,171)
#CAD2C0
(202,210,192)
#DBE0D5
(219,224,213)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426218 color. Also use rgb(66,98,24) instead hex code.

Text Font Color

.myTextColor { color: #426218; }

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

This text font color is #426218.


Background Color

.myBgColor { background-color: #426218; }

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

This div background color is #426218.


Border color

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

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

This div border color is #426218.


Opacity

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

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

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

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

This text has shadow with #426218 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426218 on black background.


Color preview on white background

This text has color #426218 on white background.



Black color preview on #426218 background

This text has black color on #426218 background.


White color preview on #426218 background

This text has white color on #426218 background.