COLOR #428C77

HEX: #428C77
RGB: (66,140,119)

Color info

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

RGB color model

#428C77 color RGB value is (66,140,119).

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

RGB channels and saturation

R 66 of 255 = 26%
G 140 of 255 = 55%
B 119 of 255 = 47%

66
140
119

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

Portions of RGB colors in percentages

R + G + B =
66 + 140 + 119 = 325 (100%)
R 66 of 325 ~ 20.31%
G 140 of 325 ~ 43.08%
B 119 of 325 ~ 36.62%

%20.31
%43.08
%36.62

CMYK color model

#428C77 color CMYK value is (53,0,15,45).

  • cyan value is 52.86%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 45.10%
CMYK:
(53,0,15,45)
C53M0Y15K45 
(53%,0%,15%,45%)
(0.53/0.00/0.15/0.45)	

CMYK percentages

%52.86
%0
%15
%45.1

Codes

Color #428C77 in popluar color models

428C77
RGB66140119
HSL163°35.92%40.39%
HSB/HSV163°52.86%54.90%
CMYK52.86%0.00%15.00%
45.10%

Color #428C77 in popluar number systems.

HEX428C77
Decimal66140119
Binary1000010100011001110111
Octal102214167

Shades and tints

Shades of #428C77

#428C77
(66,140,119)
#3C806D
(60,128,109)
#367463
(54,116,99)
#306859
(48,104,89)
#2A5C4F
(42,92,79)
#245045
(36,80,69)
#1E443B
(30,68,59)
#183831
(24,56,49)
#122C27
(18,44,39)
#0C201D
(12,32,29)
#061413
(6,20,19)
#000000
(0,0,0)

Tints of #428C77

#428C77
(66,140,119)
#539683
(83,150,131)
#64A08F
(100,160,143)
#75AA9B
(117,170,155)
#86B4A7
(134,180,167)
#97BEB3
(151,190,179)
#A8C8BF
(168,200,191)
#B9D2CB
(185,210,203)
#CADCD7
(202,220,215)
#DBE6E3
(219,230,227)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428C77; }

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

This text font color is #428C77.


Background Color

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

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

This div background color is #428C77.


Border color

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

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

This div border color is #428C77.


Opacity

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

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

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

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

This text has shadow with #428C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428C77 on black background.


Color preview on white background

This text has color #428C77 on white background.



Black color preview on #428C77 background

This text has black color on #428C77 background.


White color preview on #428C77 background

This text has white color on #428C77 background.