COLOR #428FA5

HEX: #428FA5
RGB: (66,143,165)

Color info

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

RGB color model

#428FA5 color RGB value is (66,143,165).

  • red value is 66;
  • green value is 143;
  • blue value is 165.
RGB:
(66,143,165)
(26%,56%,65%)

RGB channels and saturation

R 66 of 255 = 26%
G 143 of 255 = 56%
B 165 of 255 = 65%

66
143
165

R + G + B ~ 49%. #428FA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 143 + 165 = 374 (100%)
R 66 of 374 ~ 17.65%
G 143 of 374 ~ 38.24%
B 165 of 374 ~ 44.12%

%17.65
%38.24
%44.12

CMYK color model

#428FA5 color CMYK value is (60,13,0,35).

  • cyan value is 60.00%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(60,13,0,35)
C60M13Y0K35 
(60%,13%,0%,35%)
(0.60/0.13/0.00/0.35)	

CMYK percentages

%60
%13.33
%0
%35.29

Codes

Color #428FA5 in popluar color models

428FA5
RGB66143165
HSL193°42.86%45.29%
HSB/HSV193°60.00%64.71%
CMYK60.00%13.33%0.00%
35.29%

Color #428FA5 in popluar number systems.

HEX428FA5
Decimal66143165
Binary10000101000111110100101
Octal102217245

Shades and tints

Shades of #428FA5

#428FA5
(66,143,165)
#3C8296
(60,130,150)
#367587
(54,117,135)
#306878
(48,104,120)
#2A5B69
(42,91,105)
#244E5A
(36,78,90)
#1E414B
(30,65,75)
#18343C
(24,52,60)
#12272D
(18,39,45)
#0C1A1E
(12,26,30)
#060D0F
(6,13,15)
#000000
(0,0,0)

Tints of #428FA5

#428FA5
(66,143,165)
#5399AD
(83,153,173)
#64A3B5
(100,163,181)
#75ADBD
(117,173,189)
#86B7C5
(134,183,197)
#97C1CD
(151,193,205)
#A8CBD5
(168,203,213)
#B9D5DD
(185,213,221)
#CADFE5
(202,223,229)
#DBE9ED
(219,233,237)
#ECF3F5
(236,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428FA5 color. Also use rgb(66,143,165) instead hex code.

Text Font Color

.myTextColor { color: #428FA5; }

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

This text font color is #428FA5.


Background Color

.myBgColor { background-color: #428FA5; }

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

This div background color is #428FA5.


Border color

.myBorderColor { border: 1px solid #428FA5; }

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

This div border color is #428FA5.


Opacity

.myOpacity80 { color: #428FA5; opacity: 0.8; }

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

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

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

This text has shadow with #428FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428FA5 on black background.


Color preview on white background

This text has color #428FA5 on white background.



Black color preview on #428FA5 background

This text has black color on #428FA5 background.


White color preview on #428FA5 background

This text has white color on #428FA5 background.