COLOR #428978

HEX: #428978
RGB: (66,137,120)

Color info

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

RGB color model

#428978 color RGB value is (66,137,120).

  • red value is 66;
  • green value is 137;
  • blue value is 120.
RGB:
(66,137,120)
(26%,54%,47%)

RGB channels and saturation

R 66 of 255 = 26%
G 137 of 255 = 54%
B 120 of 255 = 47%

66
137
120

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

Portions of RGB colors in percentages

R + G + B =
66 + 137 + 120 = 323 (100%)
R 66 of 323 ~ 20.43%
G 137 of 323 ~ 42.41%
B 120 of 323 ~ 37.15%

%20.43
%42.41
%37.15

CMYK color model

#428978 color CMYK value is (52,0,12,46).

  • cyan value is 51.82%
  • magenta value is 0.00%
  • yellow value is 12.41%
  • key color value is 46.27%
CMYK:
(52,0,12,46)
C52M0Y12K46 
(52%,0%,12%,46%)
(0.52/0.00/0.12/0.46)	

CMYK percentages

%51.82
%0
%12.41
%46.27

Codes

Color #428978 in popluar color models

428978
RGB66137120
HSL166°34.98%39.80%
HSB/HSV166°51.82%53.73%
CMYK51.82%0.00%12.41%
46.27%

Color #428978 in popluar number systems.

HEX428978
Decimal66137120
Binary1000010100010011111000
Octal102211170

Shades and tints

Shades of #428978

#428978
(66,137,120)
#3C7D6E
(60,125,110)
#367164
(54,113,100)
#30655A
(48,101,90)
#2A5950
(42,89,80)
#244D46
(36,77,70)
#1E413C
(30,65,60)
#183532
(24,53,50)
#122928
(18,41,40)
#0C1D1E
(12,29,30)
#061114
(6,17,20)
#000000
(0,0,0)

Tints of #428978

#428978
(66,137,120)
#539384
(83,147,132)
#649D90
(100,157,144)
#75A79C
(117,167,156)
#86B1A8
(134,177,168)
#97BBB4
(151,187,180)
#A8C5C0
(168,197,192)
#B9CFCC
(185,207,204)
#CAD9D8
(202,217,216)
#DBE3E4
(219,227,228)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428978 color. Also use rgb(66,137,120) instead hex code.

Text Font Color

.myTextColor { color: #428978; }

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

This text font color is #428978.


Background Color

.myBgColor { background-color: #428978; }

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

This div background color is #428978.


Border color

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

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

This div border color is #428978.


Opacity

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

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

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

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

This text has shadow with #428978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428978 on black background.


Color preview on white background

This text has color #428978 on white background.



Black color preview on #428978 background

This text has black color on #428978 background.


White color preview on #428978 background

This text has white color on #428978 background.