COLOR #428477

HEX: #428477
RGB: (66,132,119)

Color info

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

RGB color model

#428477 color RGB value is (66,132,119).

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

RGB channels and saturation

R 66 of 255 = 26%
G 132 of 255 = 52%
B 119 of 255 = 47%

66
132
119

R + G + B ~ 42%. #428477 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 132 + 119 = 317 (100%)
R 66 of 317 ~ 20.82%
G 132 of 317 ~ 41.64%
B 119 of 317 ~ 37.54%

%20.82
%41.64
%37.54

CMYK color model

#428477 color CMYK value is (50,0,10,48).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 9.85%
  • key color value is 48.24%
CMYK:
(50,0,10,48)
C50M0Y10K48 
(50%,0%,10%,48%)
(0.50/0.00/0.10/0.48)	

CMYK percentages

%50
%0
%9.85
%48.24

Codes

Color #428477 in popluar color models

428477
RGB66132119
HSL168°33.33%38.82%
HSB/HSV168°50.00%51.76%
CMYK50.00%0.00%9.85%
48.24%

Color #428477 in popluar number systems.

HEX428477
Decimal66132119
Binary1000010100001001110111
Octal102204167

Shades and tints

Shades of #428477

#428477
(66,132,119)
#3C786D
(60,120,109)
#366C63
(54,108,99)
#306059
(48,96,89)
#2A544F
(42,84,79)
#244845
(36,72,69)
#1E3C3B
(30,60,59)
#183031
(24,48,49)
#122427
(18,36,39)
#0C181D
(12,24,29)
#060C13
(6,12,19)
#000000
(0,0,0)

Tints of #428477

#428477
(66,132,119)
#538F83
(83,143,131)
#649A8F
(100,154,143)
#75A59B
(117,165,155)
#86B0A7
(134,176,167)
#97BBB3
(151,187,179)
#A8C6BF
(168,198,191)
#B9D1CB
(185,209,203)
#CADCD7
(202,220,215)
#DBE7E3
(219,231,227)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428477; }

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

This text font color is #428477.


Background Color

.myBgColor { background-color: #428477; }

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

This div background color is #428477.


Border color

.myBorderColor { border: 1px solid #428477; }

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

This div border color is #428477.


Opacity

.myOpacity80 { color: #428477; opacity: 0.8; }

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

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

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

This text has shadow with #428477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428477 on black background.


Color preview on white background

This text has color #428477 on white background.



Black color preview on #428477 background

This text has black color on #428477 background.


White color preview on #428477 background

This text has white color on #428477 background.