COLOR #426E55

HEX: #426E55
RGB: (66,110,85)

Color info

#426E55 contains red, green and blue colors in about the same proportion. Web safe color of #426E55 is #336666 (or #366).

RGB color model

#426E55 color RGB value is (66,110,85).

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

RGB channels and saturation

R 66 of 255 = 26%
G 110 of 255 = 43%
B 85 of 255 = 33%

66
110
85

R + G + B ~ 34%. #426E55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 110 + 85 = 261 (100%)
R 66 of 261 ~ 25.29%
G 110 of 261 ~ 42.15%
B 85 of 261 ~ 32.57%

%25.29
%42.15
%32.57

CMYK color model

#426E55 color CMYK value is (40,0,23,57).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 56.86%
CMYK:
(40,0,23,57)
C40M0Y23K57 
(40%,0%,23%,57%)
(0.40/0.00/0.23/0.57)	

CMYK percentages

%40
%0
%22.73
%56.86

Codes

Color #426E55 in popluar color models

426E55
RGB6611085
HSL146°25.00%34.51%
HSB/HSV146°40.00%43.14%
CMYK40.00%0.00%22.73%
56.86%

Color #426E55 in popluar number systems.

HEX426E55
Decimal6611085
Binary100001011011101010101
Octal102156125

Shades and tints

Shades of #426E55

#426E55
(66,110,85)
#3C644E
(60,100,78)
#365A47
(54,90,71)
#305040
(48,80,64)
#2A4639
(42,70,57)
#243C32
(36,60,50)
#1E322B
(30,50,43)
#182824
(24,40,36)
#121E1D
(18,30,29)
#0C1416
(12,20,22)
#060A0F
(6,10,15)
#000000
(0,0,0)

Tints of #426E55

#426E55
(66,110,85)
#537B64
(83,123,100)
#648873
(100,136,115)
#759582
(117,149,130)
#86A291
(134,162,145)
#97AFA0
(151,175,160)
#A8BCAF
(168,188,175)
#B9C9BE
(185,201,190)
#CAD6CD
(202,214,205)
#DBE3DC
(219,227,220)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426E55; }

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

This text font color is #426E55.


Background Color

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

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

This div background color is #426E55.


Border color

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

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

This div border color is #426E55.


Opacity

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

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

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

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

This text has shadow with #426E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426E55 on black background.


Color preview on white background

This text has color #426E55 on white background.



Black color preview on #426E55 background

This text has black color on #426E55 background.


White color preview on #426E55 background

This text has white color on #426E55 background.