COLOR #426E77

HEX: #426E77
RGB: (66,110,119)

Color info

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

RGB color model

#426E77 color RGB value is (66,110,119).

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

RGB channels and saturation

R 66 of 255 = 26%
G 110 of 255 = 43%
B 119 of 255 = 47%

66
110
119

R + G + B ~ 39%. #426E77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 110 + 119 = 295 (100%)
R 66 of 295 ~ 22.37%
G 110 of 295 ~ 37.29%
B 119 of 295 ~ 40.34%

%22.37
%37.29
%40.34

CMYK color model

#426E77 color CMYK value is (45,8,0,53).

  • cyan value is 44.54%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(45,8,0,53)
C45M8Y0K53 
(45%,8%,0%,53%)
(0.45/0.08/0.00/0.53)	

CMYK percentages

%44.54
%7.56
%0
%53.33

Codes

Color #426E77 in popluar color models

426E77
RGB66110119
HSL190°28.65%36.27%
HSB/HSV190°44.54%46.67%
CMYK44.54%7.56%0.00%
53.33%

Color #426E77 in popluar number systems.

HEX426E77
Decimal66110119
Binary100001011011101110111
Octal102156167

Shades and tints

Shades of #426E77

#426E77
(66,110,119)
#3C646D
(60,100,109)
#365A63
(54,90,99)
#305059
(48,80,89)
#2A464F
(42,70,79)
#243C45
(36,60,69)
#1E323B
(30,50,59)
#182831
(24,40,49)
#121E27
(18,30,39)
#0C141D
(12,20,29)
#060A13
(6,10,19)
#000000
(0,0,0)

Tints of #426E77

#426E77
(66,110,119)
#537B83
(83,123,131)
#64888F
(100,136,143)
#75959B
(117,149,155)
#86A2A7
(134,162,167)
#97AFB3
(151,175,179)
#A8BCBF
(168,188,191)
#B9C9CB
(185,201,203)
#CAD6D7
(202,214,215)
#DBE3E3
(219,227,227)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426E77; }

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

This text font color is #426E77.


Background Color

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

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

This div background color is #426E77.


Border color

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

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

This div border color is #426E77.


Opacity

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

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

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

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

This text has shadow with #426E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426E77 on black background.


Color preview on white background

This text has color #426E77 on white background.



Black color preview on #426E77 background

This text has black color on #426E77 background.


White color preview on #426E77 background

This text has white color on #426E77 background.