COLOR #428680

HEX: #428680
RGB: (66,134,128)

Color info

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

RGB color model

#428680 color RGB value is (66,134,128).

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

RGB channels and saturation

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

66
134
128

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

Portions of RGB colors in percentages

R + G + B =
66 + 134 + 128 = 328 (100%)
R 66 of 328 ~ 20.12%
G 134 of 328 ~ 40.85%
B 128 of 328 ~ 39.02%

%20.12
%40.85
%39.02

CMYK color model

#428680 color CMYK value is (51,0,4,47).

  • cyan value is 50.75%
  • magenta value is 0.00%
  • yellow value is 4.48%
  • key color value is 47.45%
CMYK:
(51,0,4,47)
C51M0Y4K47 
(51%,0%,4%,47%)
(0.51/0.00/0.04/0.47)	

CMYK percentages

%50.75
%0
%4.48
%47.45

Codes

Color #428680 in popluar color models

428680
RGB66134128
HSL175°34.00%39.22%
HSB/HSV175°50.75%52.55%
CMYK50.75%0.00%4.48%
47.45%

Color #428680 in popluar number systems.

HEX428680
Decimal66134128
Binary10000101000011010000000
Octal102206200

Shades and tints

Shades of #428680

#428680
(66,134,128)
#3C7A75
(60,122,117)
#366E6A
(54,110,106)
#30625F
(48,98,95)
#2A5654
(42,86,84)
#244A49
(36,74,73)
#1E3E3E
(30,62,62)
#183233
(24,50,51)
#122628
(18,38,40)
#0C1A1D
(12,26,29)
#060E12
(6,14,18)
#000000
(0,0,0)

Tints of #428680

#428680
(66,134,128)
#53918B
(83,145,139)
#649C96
(100,156,150)
#75A7A1
(117,167,161)
#86B2AC
(134,178,172)
#97BDB7
(151,189,183)
#A8C8C2
(168,200,194)
#B9D3CD
(185,211,205)
#CADED8
(202,222,216)
#DBE9E3
(219,233,227)
#ECF4EE
(236,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428680; }

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

This text font color is #428680.


Background Color

.myBgColor { background-color: #428680; }

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

This div background color is #428680.


Border color

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

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

This div border color is #428680.


Opacity

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

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

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

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

This text has shadow with #428680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428680 on black background.


Color preview on white background

This text has color #428680 on white background.



Black color preview on #428680 background

This text has black color on #428680 background.


White color preview on #428680 background

This text has white color on #428680 background.