COLOR #426142

HEX: #426142
RGB: (66,97,66)

Color info

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

RGB color model

#426142 color RGB value is (66,97,66).

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

RGB channels and saturation

R 66 of 255 = 26%
G 97 of 255 = 38%
B 66 of 255 = 26%

66
97
66

R + G + B ~ 30%. #426142 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 97 + 66 = 229 (100%)
R 66 of 229 ~ 28.82%
G 97 of 229 ~ 42.36%
B 66 of 229 ~ 28.82%

%28.82
%42.36
%28.82

CMYK color model

#426142 color CMYK value is (32,0,32,62).

  • cyan value is 31.96%
  • magenta value is 0.00%
  • yellow value is 31.96%
  • key color value is 61.96%
CMYK:
(32,0,32,62)
C32M0Y32K62 
(32%,0%,32%,62%)
(0.32/0.00/0.32/0.62)	

CMYK percentages

%31.96
%0
%31.96
%61.96

Codes

Color #426142 in popluar color models

426142
RGB669766
HSL120°19.02%31.96%
HSB/HSV120°31.96%38.04%
CMYK31.96%0.00%31.96%
61.96%

Color #426142 in popluar number systems.

HEX426142
Decimal669766
Binary100001011000011000010
Octal102141102

Shades and tints

Shades of #426142

#426142
(66,97,66)
#3C593C
(60,89,60)
#365136
(54,81,54)
#304930
(48,73,48)
#2A412A
(42,65,42)
#243924
(36,57,36)
#1E311E
(30,49,30)
#182918
(24,41,24)
#122112
(18,33,18)
#0C190C
(12,25,12)
#061106
(6,17,6)
#000000
(0,0,0)

Tints of #426142

#426142
(66,97,66)
#536F53
(83,111,83)
#647D64
(100,125,100)
#758B75
(117,139,117)
#869986
(134,153,134)
#97A797
(151,167,151)
#A8B5A8
(168,181,168)
#B9C3B9
(185,195,185)
#CAD1CA
(202,209,202)
#DBDFDB
(219,223,219)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426142; }

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

This text font color is #426142.


Background Color

.myBgColor { background-color: #426142; }

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

This div background color is #426142.


Border color

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

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

This div border color is #426142.


Opacity

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

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

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

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

This text has shadow with #426142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426142 on black background.


Color preview on white background

This text has color #426142 on white background.



Black color preview on #426142 background

This text has black color on #426142 background.


White color preview on #426142 background

This text has white color on #426142 background.