COLOR #426E5A

HEX: #426E5A
RGB: (66,110,90)

Color info

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

RGB color model

#426E5A color RGB value is (66,110,90).

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

RGB channels and saturation

R 66 of 255 = 26%
G 110 of 255 = 43%
B 90 of 255 = 35%

66
110
90

R + G + B ~ 35%. #426E5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 110 + 90 = 266 (100%)
R 66 of 266 ~ 24.81%
G 110 of 266 ~ 41.35%
B 90 of 266 ~ 33.83%

%24.81
%41.35
%33.83

CMYK color model

#426E5A color CMYK value is (40,0,18,57).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 56.86%
CMYK:
(40,0,18,57)
C40M0Y18K57 
(40%,0%,18%,57%)
(0.40/0.00/0.18/0.57)	

CMYK percentages

%40
%0
%18.18
%56.86

Codes

Color #426E5A in popluar color models

426E5A
RGB6611090
HSL153°25.00%34.51%
HSB/HSV153°40.00%43.14%
CMYK40.00%0.00%18.18%
56.86%

Color #426E5A in popluar number systems.

HEX426E5A
Decimal6611090
Binary100001011011101011010
Octal102156132

Shades and tints

Shades of #426E5A

#426E5A
(66,110,90)
#3C6452
(60,100,82)
#365A4A
(54,90,74)
#305042
(48,80,66)
#2A463A
(42,70,58)
#243C32
(36,60,50)
#1E322A
(30,50,42)
#182822
(24,40,34)
#121E1A
(18,30,26)
#0C1412
(12,20,18)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #426E5A

#426E5A
(66,110,90)
#537B69
(83,123,105)
#648878
(100,136,120)
#759587
(117,149,135)
#86A296
(134,162,150)
#97AFA5
(151,175,165)
#A8BCB4
(168,188,180)
#B9C9C3
(185,201,195)
#CAD6D2
(202,214,210)
#DBE3E1
(219,227,225)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426E5A; }

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

This text font color is #426E5A.


Background Color

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

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

This div background color is #426E5A.


Border color

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

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

This div border color is #426E5A.


Opacity

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

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

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

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

This text has shadow with #426E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426E5A on black background.


Color preview on white background

This text has color #426E5A on white background.



Black color preview on #426E5A background

This text has black color on #426E5A background.


White color preview on #426E5A background

This text has white color on #426E5A background.