COLOR #428092

HEX: #428092
RGB: (66,128,146)

Color info

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

RGB color model

#428092 color RGB value is (66,128,146).

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

RGB channels and saturation

R 66 of 255 = 26%
G 128 of 255 = 50%
B 146 of 255 = 57%

66
128
146

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

Portions of RGB colors in percentages

R + G + B =
66 + 128 + 146 = 340 (100%)
R 66 of 340 ~ 19.41%
G 128 of 340 ~ 37.65%
B 146 of 340 ~ 42.94%

%19.41
%37.65
%42.94

CMYK color model

#428092 color CMYK value is (55,12,0,43).

  • cyan value is 54.79%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(55,12,0,43)
C55M12Y0K43 
(55%,12%,0%,43%)
(0.55/0.12/0.00/0.43)	

CMYK percentages

%54.79
%12.33
%0
%42.75

Codes

Color #428092 in popluar color models

428092
RGB66128146
HSL194°37.74%41.57%
HSB/HSV194°54.79%57.25%
CMYK54.79%12.33%0.00%
42.75%

Color #428092 in popluar number systems.

HEX428092
Decimal66128146
Binary10000101000000010010010
Octal102200222

Shades and tints

Shades of #428092

#428092
(66,128,146)
#3C7585
(60,117,133)
#366A78
(54,106,120)
#305F6B
(48,95,107)
#2A545E
(42,84,94)
#244951
(36,73,81)
#1E3E44
(30,62,68)
#183337
(24,51,55)
#12282A
(18,40,42)
#0C1D1D
(12,29,29)
#061210
(6,18,16)
#000000
(0,0,0)

Tints of #428092

#428092
(66,128,146)
#538B9B
(83,139,155)
#6496A4
(100,150,164)
#75A1AD
(117,161,173)
#86ACB6
(134,172,182)
#97B7BF
(151,183,191)
#A8C2C8
(168,194,200)
#B9CDD1
(185,205,209)
#CAD8DA
(202,216,218)
#DBE3E3
(219,227,227)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428092; }

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

This text font color is #428092.


Background Color

.myBgColor { background-color: #428092; }

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

This div background color is #428092.


Border color

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

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

This div border color is #428092.


Opacity

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

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

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

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

This text has shadow with #428092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428092 on black background.


Color preview on white background

This text has color #428092 on white background.



Black color preview on #428092 background

This text has black color on #428092 background.


White color preview on #428092 background

This text has white color on #428092 background.