COLOR #428086

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

66
128
134

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

Portions of RGB colors in percentages

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

%20.12
%39.02
%40.85

CMYK color model

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

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

CMYK percentages

%50.75
%4.48
%0
%47.45

Codes

Color #428086 in popluar color models

428086
RGB66128134
HSL185°34.00%39.22%
HSB/HSV185°50.75%52.55%
CMYK50.75%4.48%0.00%
47.45%

Color #428086 in popluar number systems.

HEX428086
Decimal66128134
Binary10000101000000010000110
Octal102200206

Shades and tints

Shades of #428086

#428086
(66,128,134)
#3C757A
(60,117,122)
#366A6E
(54,106,110)
#305F62
(48,95,98)
#2A5456
(42,84,86)
#24494A
(36,73,74)
#1E3E3E
(30,62,62)
#183332
(24,51,50)
#122826
(18,40,38)
#0C1D1A
(12,29,26)
#06120E
(6,18,14)
#000000
(0,0,0)

Tints of #428086

#428086
(66,128,134)
#538B91
(83,139,145)
#64969C
(100,150,156)
#75A1A7
(117,161,167)
#86ACB2
(134,172,178)
#97B7BD
(151,183,189)
#A8C2C8
(168,194,200)
#B9CDD3
(185,205,211)
#CAD8DE
(202,216,222)
#DBE3E9
(219,227,233)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428086; }

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

This text font color is #428086.


Background Color

.myBgColor { background-color: #428086; }

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

This div background color is #428086.


Border color

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

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

This div border color is #428086.


Opacity

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

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

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

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

This text has shadow with #428086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428086 on black background.


Color preview on white background

This text has color #428086 on white background.



Black color preview on #428086 background

This text has black color on #428086 background.


White color preview on #428086 background

This text has white color on #428086 background.