COLOR #428C97

HEX: #428C97
RGB: (66,140,151)

Color info

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

RGB color model

#428C97 color RGB value is (66,140,151).

  • red value is 66;
  • green value is 140;
  • blue value is 151.
RGB:
(66,140,151)
(26%,55%,59%)

RGB channels and saturation

R 66 of 255 = 26%
G 140 of 255 = 55%
B 151 of 255 = 59%

66
140
151

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

Portions of RGB colors in percentages

R + G + B =
66 + 140 + 151 = 357 (100%)
R 66 of 357 ~ 18.49%
G 140 of 357 ~ 39.22%
B 151 of 357 ~ 42.3%

%18.49
%39.22
%42.3

CMYK color model

#428C97 color CMYK value is (56,7,0,41).

  • cyan value is 56.29%
  • magenta value is 7.28%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(56,7,0,41)
C56M7Y0K41 
(56%,7%,0%,41%)
(0.56/0.07/0.00/0.41)	

CMYK percentages

%56.29
%7.28
%0
%40.78

Codes

Color #428C97 in popluar color models

428C97
RGB66140151
HSL188°39.17%42.55%
HSB/HSV188°56.29%59.22%
CMYK56.29%7.28%0.00%
40.78%

Color #428C97 in popluar number systems.

HEX428C97
Decimal66140151
Binary10000101000110010010111
Octal102214227

Shades and tints

Shades of #428C97

#428C97
(66,140,151)
#3C808A
(60,128,138)
#36747D
(54,116,125)
#306870
(48,104,112)
#2A5C63
(42,92,99)
#245056
(36,80,86)
#1E4449
(30,68,73)
#18383C
(24,56,60)
#122C2F
(18,44,47)
#0C2022
(12,32,34)
#061415
(6,20,21)
#000000
(0,0,0)

Tints of #428C97

#428C97
(66,140,151)
#5396A0
(83,150,160)
#64A0A9
(100,160,169)
#75AAB2
(117,170,178)
#86B4BB
(134,180,187)
#97BEC4
(151,190,196)
#A8C8CD
(168,200,205)
#B9D2D6
(185,210,214)
#CADCDF
(202,220,223)
#DBE6E8
(219,230,232)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428C97 color. Also use rgb(66,140,151) instead hex code.

Text Font Color

.myTextColor { color: #428C97; }

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

This text font color is #428C97.


Background Color

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

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

This div background color is #428C97.


Border color

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

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

This div border color is #428C97.


Opacity

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

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

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

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

This text has shadow with #428C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428C97 on black background.


Color preview on white background

This text has color #428C97 on white background.



Black color preview on #428C97 background

This text has black color on #428C97 background.


White color preview on #428C97 background

This text has white color on #428C97 background.