COLOR #426942

HEX: #426942
RGB: (66,105,66)

Color info

#426942 contains red, green and blue colors in about the same proportion. Web safe color of #426942 is #336633 (or #363).

RGB color model

#426942 color RGB value is (66,105,66).

  • red value is 66;
  • green value is 105;
  • blue value is 66.
RGB:
(66,105,66)
(26%,41%,26%)

RGB channels and saturation

R 66 of 255 = 26%
G 105 of 255 = 41%
B 66 of 255 = 26%

66
105
66

R + G + B ~ 31%. #426942 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 105 + 66 = 237 (100%)
R 66 of 237 ~ 27.85%
G 105 of 237 ~ 44.3%
B 66 of 237 ~ 27.85%

%27.85
%44.3
%27.85

CMYK color model

#426942 color CMYK value is (37,0,37,59).

  • cyan value is 37.14%
  • magenta value is 0.00%
  • yellow value is 37.14%
  • key color value is 58.82%
CMYK:
(37,0,37,59)
C37M0Y37K59 
(37%,0%,37%,59%)
(0.37/0.00/0.37/0.59)	

CMYK percentages

%37.14
%0
%37.14
%58.82

Codes

Color #426942 in popluar color models

426942
RGB6610566
HSL120°22.81%33.53%
HSB/HSV120°37.14%41.18%
CMYK37.14%0.00%37.14%
58.82%

Color #426942 in popluar number systems.

HEX426942
Decimal6610566
Binary100001011010011000010
Octal102151102

Shades and tints

Shades of #426942

#426942
(66,105,66)
#3C603C
(60,96,60)
#365736
(54,87,54)
#304E30
(48,78,48)
#2A452A
(42,69,42)
#243C24
(36,60,36)
#1E331E
(30,51,30)
#182A18
(24,42,24)
#122112
(18,33,18)
#0C180C
(12,24,12)
#060F06
(6,15,6)
#000000
(0,0,0)

Tints of #426942

#426942
(66,105,66)
#537653
(83,118,83)
#648364
(100,131,100)
#759075
(117,144,117)
#869D86
(134,157,134)
#97AA97
(151,170,151)
#A8B7A8
(168,183,168)
#B9C4B9
(185,196,185)
#CAD1CA
(202,209,202)
#DBDEDB
(219,222,219)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426942; }

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

This text font color is #426942.


Background Color

.myBgColor { background-color: #426942; }

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

This div background color is #426942.


Border color

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

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

This div border color is #426942.


Opacity

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

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

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

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

This text has shadow with #426942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426942 on black background.


Color preview on white background

This text has color #426942 on white background.



Black color preview on #426942 background

This text has black color on #426942 background.


White color preview on #426942 background

This text has white color on #426942 background.