COLOR #428898

HEX: #428898
RGB: (66,136,152)

Color info

#428898 contains mainly green and blue colors. Web safe color of #428898 is #339999 (or #399).

RGB color model

#428898 color RGB value is (66,136,152).

  • red value is 66;
  • green value is 136;
  • blue value is 152.
RGB:
(66,136,152)
(26%,53%,60%)

RGB channels and saturation

R 66 of 255 = 26%
G 136 of 255 = 53%
B 152 of 255 = 60%

66
136
152

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

Portions of RGB colors in percentages

R + G + B =
66 + 136 + 152 = 354 (100%)
R 66 of 354 ~ 18.64%
G 136 of 354 ~ 38.42%
B 152 of 354 ~ 42.94%

%18.64
%38.42
%42.94

CMYK color model

#428898 color CMYK value is (57,11,0,40).

  • cyan value is 56.58%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(57,11,0,40)
C57M11Y0K40 
(57%,11%,0%,40%)
(0.57/0.11/0.00/0.40)	

CMYK percentages

%56.58
%10.53
%0
%40.39

Codes

Color #428898 in popluar color models

428898
RGB66136152
HSL191°39.45%42.75%
HSB/HSV191°56.58%59.61%
CMYK56.58%10.53%0.00%
40.39%

Color #428898 in popluar number systems.

HEX428898
Decimal66136152
Binary10000101000100010011000
Octal102210230

Shades and tints

Shades of #428898

#428898
(66,136,152)
#3C7C8B
(60,124,139)
#36707E
(54,112,126)
#306471
(48,100,113)
#2A5864
(42,88,100)
#244C57
(36,76,87)
#1E404A
(30,64,74)
#18343D
(24,52,61)
#122830
(18,40,48)
#0C1C23
(12,28,35)
#061016
(6,16,22)
#000000
(0,0,0)

Tints of #428898

#428898
(66,136,152)
#5392A1
(83,146,161)
#649CAA
(100,156,170)
#75A6B3
(117,166,179)
#86B0BC
(134,176,188)
#97BAC5
(151,186,197)
#A8C4CE
(168,196,206)
#B9CED7
(185,206,215)
#CAD8E0
(202,216,224)
#DBE2E9
(219,226,233)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428898 color. Also use rgb(66,136,152) instead hex code.

Text Font Color

.myTextColor { color: #428898; }

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

This text font color is #428898.


Background Color

.myBgColor { background-color: #428898; }

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

This div background color is #428898.


Border color

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

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

This div border color is #428898.


Opacity

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

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

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

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

This text has shadow with #428898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428898 on black background.


Color preview on white background

This text has color #428898 on white background.



Black color preview on #428898 background

This text has black color on #428898 background.


White color preview on #428898 background

This text has white color on #428898 background.