COLOR #426E47

HEX: #426E47
RGB: (66,110,71)

Color info

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

RGB color model

#426E47 color RGB value is (66,110,71).

  • red value is 66;
  • green value is 110;
  • blue value is 71.
RGB:
(66,110,71)
(26%,43%,28%)

RGB channels and saturation

R 66 of 255 = 26%
G 110 of 255 = 43%
B 71 of 255 = 28%

66
110
71

R + G + B ~ 32%. #426E47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 110 + 71 = 247 (100%)
R 66 of 247 ~ 26.72%
G 110 of 247 ~ 44.53%
B 71 of 247 ~ 28.74%

%26.72
%44.53
%28.74

CMYK color model

#426E47 color CMYK value is (40,0,35,57).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 35.45%
  • key color value is 56.86%
CMYK:
(40,0,35,57)
C40M0Y35K57 
(40%,0%,35%,57%)
(0.40/0.00/0.35/0.57)	

CMYK percentages

%40
%0
%35.45
%56.86

Codes

Color #426E47 in popluar color models

426E47
RGB6611071
HSL127°25.00%34.51%
HSB/HSV127°40.00%43.14%
CMYK40.00%0.00%35.45%
56.86%

Color #426E47 in popluar number systems.

HEX426E47
Decimal6611071
Binary100001011011101000111
Octal102156107

Shades and tints

Shades of #426E47

#426E47
(66,110,71)
#3C6441
(60,100,65)
#365A3B
(54,90,59)
#305035
(48,80,53)
#2A462F
(42,70,47)
#243C29
(36,60,41)
#1E3223
(30,50,35)
#18281D
(24,40,29)
#121E17
(18,30,23)
#0C1411
(12,20,17)
#060A0B
(6,10,11)
#000000
(0,0,0)

Tints of #426E47

#426E47
(66,110,71)
#537B57
(83,123,87)
#648867
(100,136,103)
#759577
(117,149,119)
#86A287
(134,162,135)
#97AF97
(151,175,151)
#A8BCA7
(168,188,167)
#B9C9B7
(185,201,183)
#CAD6C7
(202,214,199)
#DBE3D7
(219,227,215)
#ECF0E7
(236,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426E47 color. Also use rgb(66,110,71) instead hex code.

Text Font Color

.myTextColor { color: #426E47; }

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

This text font color is #426E47.


Background Color

.myBgColor { background-color: #426E47; }

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

This div background color is #426E47.


Border color

.myBorderColor { border: 1px solid #426E47; }

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

This div border color is #426E47.


Opacity

.myOpacity80 { color: #426E47; opacity: 0.8; }

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

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

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

This text has shadow with #426E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426E47 on black background.


Color preview on white background

This text has color #426E47 on white background.



Black color preview on #426E47 background

This text has black color on #426E47 background.


White color preview on #426E47 background

This text has white color on #426E47 background.