COLOR #428C93

HEX: #428C93 RGB: (66,140,147)

Color info

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

RGB color model

#428C93 color RGB value is (66,140,147).

RGB: (66,140,147) (26%, 55%, 58%)

RGB channels and saturation

R 66 of 255 = 26%
G 140 of 255 = 55%
B 147 of 255 = 58%

66
140
147

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

Portions of RGB colors in percentages

R + G + B = 66 + 140 + 147 = 353 (100%)
R 66 of 353 ~ 18.7%
G 140 of 353 ~ 39.66%
B 147 of 353 ~ 41.64'%

%18.7
%39.66
%41.64

CMYK color model

#428C93 color CMYK value is (55,5,0,42).

  • cyan value is 55.10%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (55,5,0,42)
C55M5Y0K42 (55%, 5%, 0%, 42%)
(0.55 / 0.05 / 0.00 / 0.42)

CMYK percentages

%55.1
%4.76
%0
%42.35

Codes

Color #428C93 in popluar color models

42 8C 93
RGB 66 140 147
HSL 185° 38.03% 41.76%
HSB/HSV 185° 55.10% 57.65%
CMYK 55.10% 4.76% 0.00%
42.35%

Color #428C93 in popluar number systems.

HEX 42 8C 93
Decimal 66 140 147
Binary 1000010 10001100 10010011
Octal 102 214 223

Shades and tints

Shades of #428C93

#428C93
(66,140,147)
#3C8086
(60,128,134)
#367479
(54,116,121)
#30686C
(48,104,108)
#2A5C5F
(42,92,95)
#245052
(36,80,82)
#1E4445
(30,68,69)
#183838
(24,56,56)
#122C2B
(18,44,43)
#0C201E
(12,32,30)
#061411
(6,20,17)
#000000
(0,0,0)

Tints of #428C93

#428C93
(66,140,147)
#53969C
(83,150,156)
#64A0A5
(100,160,165)
#75AAAE
(117,170,174)
#86B4B7
(134,180,183)
#97BEC0
(151,190,192)
#A8C8C9
(168,200,201)
#B9D2D2
(185,210,210)
#CADCDB
(202,220,219)
#DBE6E4
(219,230,228)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428C93; }

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

This text font color is #428C93.

Background Color

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

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

This div background color is #428C93.

Border color

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

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

This div border color is #428C93.

Opacity

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

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

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

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

This text has shadow with #428C93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #428C93.

Preview

Color preview on black background

This text has color #428C93 on black background.


Color preview on white background

This text has color #428C93 on white background.


Black color preview on #428C93 background

This text has black color on #428C93 background.


White color preview on #428C93 background

This text has white color on #428C93 background.


Related colors

Complementary color

Complementary color for #hex is #BD736C.


I love getcolorcode.com

Triadic colors

1 #93428C and #8C9342 with #428C93 are triadic colors.

2 #938C42 and #8C4293 with #428C93 are triadic colors.