COLOR #428780

HEX: #428780
RGB: (66,135,128)

Color info

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

RGB color model

#428780 color RGB value is (66,135,128).

  • red value is 66;
  • green value is 135;
  • blue value is 128.
RGB:
(66,135,128)
(26%,53%,50%)

RGB channels and saturation

R 66 of 255 = 26%
G 135 of 255 = 53%
B 128 of 255 = 50%

66
135
128

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

Portions of RGB colors in percentages

R + G + B =
66 + 135 + 128 = 329 (100%)
R 66 of 329 ~ 20.06%
G 135 of 329 ~ 41.03%
B 128 of 329 ~ 38.91%

%20.06
%41.03
%38.91

CMYK color model

#428780 color CMYK value is (51,0,5,47).

  • cyan value is 51.11%
  • magenta value is 0.00%
  • yellow value is 5.19%
  • key color value is 47.06%
CMYK:
(51,0,5,47)
C51M0Y5K47 
(51%,0%,5%,47%)
(0.51/0.00/0.05/0.47)	

CMYK percentages

%51.11
%0
%5.19
%47.06

Codes

Color #428780 in popluar color models

428780
RGB66135128
HSL174°34.33%39.41%
HSB/HSV174°51.11%52.94%
CMYK51.11%0.00%5.19%
47.06%

Color #428780 in popluar number systems.

HEX428780
Decimal66135128
Binary10000101000011110000000
Octal102207200

Shades and tints

Shades of #428780

#428780
(66,135,128)
#3C7B75
(60,123,117)
#366F6A
(54,111,106)
#30635F
(48,99,95)
#2A5754
(42,87,84)
#244B49
(36,75,73)
#1E3F3E
(30,63,62)
#183333
(24,51,51)
#122728
(18,39,40)
#0C1B1D
(12,27,29)
#060F12
(6,15,18)
#000000
(0,0,0)

Tints of #428780

#428780
(66,135,128)
#53918B
(83,145,139)
#649B96
(100,155,150)
#75A5A1
(117,165,161)
#86AFAC
(134,175,172)
#97B9B7
(151,185,183)
#A8C3C2
(168,195,194)
#B9CDCD
(185,205,205)
#CAD7D8
(202,215,216)
#DBE1E3
(219,225,227)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428780 color. Also use rgb(66,135,128) instead hex code.

Text Font Color

.myTextColor { color: #428780; }

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

This text font color is #428780.


Background Color

.myBgColor { background-color: #428780; }

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

This div background color is #428780.


Border color

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

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

This div border color is #428780.


Opacity

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

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

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

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

This text has shadow with #428780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428780 on black background.


Color preview on white background

This text has color #428780 on white background.



Black color preview on #428780 background

This text has black color on #428780 background.


White color preview on #428780 background

This text has white color on #428780 background.