COLOR #428087

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

Color info

#428087 contains mainly green and blue colors. Web safe color of #428087 is #336699 (or #369).

RGB color model

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

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

RGB channels and saturation

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

66
128
135

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

Portions of RGB colors in percentages

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

%20.06
%38.91
%41.03

CMYK color model

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

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

CMYK percentages

%51.11
%5.19
%0
%47.06

Codes

Color #428087 in popluar color models

428087
RGB66128135
HSL186°34.33%39.41%
HSB/HSV186°51.11%52.94%
CMYK51.11%5.19%0.00%
47.06%

Color #428087 in popluar number systems.

HEX428087
Decimal66128135
Binary10000101000000010000111
Octal102200207

Shades and tints

Shades of #428087

#428087
(66,128,135)
#3C757B
(60,117,123)
#366A6F
(54,106,111)
#305F63
(48,95,99)
#2A5457
(42,84,87)
#24494B
(36,73,75)
#1E3E3F
(30,62,63)
#183333
(24,51,51)
#122827
(18,40,39)
#0C1D1B
(12,29,27)
#06120F
(6,18,15)
#000000
(0,0,0)

Tints of #428087

#428087
(66,128,135)
#538B91
(83,139,145)
#64969B
(100,150,155)
#75A1A5
(117,161,165)
#86ACAF
(134,172,175)
#97B7B9
(151,183,185)
#A8C2C3
(168,194,195)
#B9CDCD
(185,205,205)
#CAD8D7
(202,216,215)
#DBE3E1
(219,227,225)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428087; }

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

This text font color is #428087.


Background Color

.myBgColor { background-color: #428087; }

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

This div background color is #428087.


Border color

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

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

This div border color is #428087.


Opacity

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

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

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

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

This text has shadow with #428087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428087 on black background.


Color preview on white background

This text has color #428087 on white background.



Black color preview on #428087 background

This text has black color on #428087 background.


White color preview on #428087 background

This text has white color on #428087 background.