COLOR #428E77

HEX: #428E77
RGB: (66,142,119)

Color info

#428E77 contains mainly green and blue colors. Web safe color of #428E77 is #339966 (or #396).

RGB color model

#428E77 color RGB value is (66,142,119).

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

RGB channels and saturation

R 66 of 255 = 26%
G 142 of 255 = 56%
B 119 of 255 = 47%

66
142
119

R + G + B ~ 43%. #428E77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 142 + 119 = 327 (100%)
R 66 of 327 ~ 20.18%
G 142 of 327 ~ 43.43%
B 119 of 327 ~ 36.39%

%20.18
%43.43
%36.39

CMYK color model

#428E77 color CMYK value is (54,0,16,44).

  • cyan value is 53.52%
  • magenta value is 0.00%
  • yellow value is 16.20%
  • key color value is 44.31%
CMYK:
(54,0,16,44)
C54M0Y16K44 
(54%,0%,16%,44%)
(0.54/0.00/0.16/0.44)	

CMYK percentages

%53.52
%0
%16.2
%44.31

Codes

Color #428E77 in popluar color models

428E77
RGB66142119
HSL162°36.54%40.78%
HSB/HSV162°53.52%55.69%
CMYK53.52%0.00%16.20%
44.31%

Color #428E77 in popluar number systems.

HEX428E77
Decimal66142119
Binary1000010100011101110111
Octal102216167

Shades and tints

Shades of #428E77

#428E77
(66,142,119)
#3C826D
(60,130,109)
#367663
(54,118,99)
#306A59
(48,106,89)
#2A5E4F
(42,94,79)
#245245
(36,82,69)
#1E463B
(30,70,59)
#183A31
(24,58,49)
#122E27
(18,46,39)
#0C221D
(12,34,29)
#061613
(6,22,19)
#000000
(0,0,0)

Tints of #428E77

#428E77
(66,142,119)
#539883
(83,152,131)
#64A28F
(100,162,143)
#75AC9B
(117,172,155)
#86B6A7
(134,182,167)
#97C0B3
(151,192,179)
#A8CABF
(168,202,191)
#B9D4CB
(185,212,203)
#CADED7
(202,222,215)
#DBE8E3
(219,232,227)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428E77; }

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

This text font color is #428E77.


Background Color

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

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

This div background color is #428E77.


Border color

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

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

This div border color is #428E77.


Opacity

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

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

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

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

This text has shadow with #428E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428E77 on black background.


Color preview on white background

This text has color #428E77 on white background.



Black color preview on #428E77 background

This text has black color on #428E77 background.


White color preview on #428E77 background

This text has white color on #428E77 background.