COLOR #426E46

HEX: #426E46
RGB: (66,110,70)

Color info

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

RGB color model

#426E46 color RGB value is (66,110,70).

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

RGB channels and saturation

R 66 of 255 = 26%
G 110 of 255 = 43%
B 70 of 255 = 27%

66
110
70

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

Portions of RGB colors in percentages

R + G + B =
66 + 110 + 70 = 246 (100%)
R 66 of 246 ~ 26.83%
G 110 of 246 ~ 44.72%
B 70 of 246 ~ 28.46%

%26.83
%44.72
%28.46

CMYK color model

#426E46 color CMYK value is (40,0,36,57).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 56.86%
CMYK:
(40,0,36,57)
C40M0Y36K57 
(40%,0%,36%,57%)
(0.40/0.00/0.36/0.57)	

CMYK percentages

%40
%0
%36.36
%56.86

Codes

Color #426E46 in popluar color models

426E46
RGB6611070
HSL125°25.00%34.51%
HSB/HSV125°40.00%43.14%
CMYK40.00%0.00%36.36%
56.86%

Color #426E46 in popluar number systems.

HEX426E46
Decimal6611070
Binary100001011011101000110
Octal102156106

Shades and tints

Shades of #426E46

#426E46
(66,110,70)
#3C6440
(60,100,64)
#365A3A
(54,90,58)
#305034
(48,80,52)
#2A462E
(42,70,46)
#243C28
(36,60,40)
#1E3222
(30,50,34)
#18281C
(24,40,28)
#121E16
(18,30,22)
#0C1410
(12,20,16)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #426E46

#426E46
(66,110,70)
#537B56
(83,123,86)
#648866
(100,136,102)
#759576
(117,149,118)
#86A286
(134,162,134)
#97AF96
(151,175,150)
#A8BCA6
(168,188,166)
#B9C9B6
(185,201,182)
#CAD6C6
(202,214,198)
#DBE3D6
(219,227,214)
#ECF0E6
(236,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426E46; }

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

This text font color is #426E46.


Background Color

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

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

This div background color is #426E46.


Border color

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

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

This div border color is #426E46.


Opacity

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

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

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

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

This text has shadow with #426E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426E46 on black background.


Color preview on white background

This text has color #426E46 on white background.



Black color preview on #426E46 background

This text has black color on #426E46 background.


White color preview on #426E46 background

This text has white color on #426E46 background.