COLOR #428C91

HEX: #428C91 RGB: (66,140,145)

Color info

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

RGB color model

#428C91 color RGB value is (66,140,145).

RGB: (66,140,145) (26%, 55%, 57%)

RGB channels and saturation

R 66 of 255 = 26%
G 140 of 255 = 55%
B 145 of 255 = 57%

66
140
145

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

Portions of RGB colors in percentages

R + G + B = 66 + 140 + 145 = 351 (100%)
R 66 of 351 ~ 18.8%
G 140 of 351 ~ 39.89%
B 145 of 351 ~ 41.31'%

%18.8
%39.89
%41.31

CMYK color model

#428C91 color CMYK value is (54,3,0,43).

  • cyan value is 54.48%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (54,3,0,43)
C54M3Y0K43 (54%, 3%, 0%, 43%)
(0.54 / 0.03 / 0.00 / 0.43)

CMYK percentages

%54.48
%3.45
%0
%43.14

Codes

Color #428C91 in popluar color models

42 8C 91
RGB 66 140 145
HSL 184° 37.44% 41.37%
HSB/HSV 184° 54.48% 56.86%
CMYK 54.48% 3.45% 0.00%
43.14%

Color #428C91 in popluar number systems.

HEX 42 8C 91
Decimal 66 140 145
Binary 1000010 10001100 10010001
Octal 102 214 221

Shades and tints

Shades of #428C91

#428C91
(66,140,145)
#3C8084
(60,128,132)
#367477
(54,116,119)
#30686A
(48,104,106)
#2A5C5D
(42,92,93)
#245050
(36,80,80)
#1E4443
(30,68,67)
#183836
(24,56,54)
#122C29
(18,44,41)
#0C201C
(12,32,28)
#06140F
(6,20,15)
#000000
(0,0,0)

Tints of #428C91

#428C91
(66,140,145)
#53969B
(83,150,155)
#64A0A5
(100,160,165)
#75AAAF
(117,170,175)
#86B4B9
(134,180,185)
#97BEC3
(151,190,195)
#A8C8CD
(168,200,205)
#B9D2D7
(185,210,215)
#CADCE1
(202,220,225)
#DBE6EB
(219,230,235)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428C91; }

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

This text font color is #428C91.

Background Color

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

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

This div background color is #428C91.

Border color

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

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

This div border color is #428C91.

Opacity

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

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

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

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

This text has shadow with #428C91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #428C91.

Preview

Color preview on black background

This text has color #428C91 on black background.


Color preview on white background

This text has color #428C91 on white background.


Black color preview on #428C91 background

This text has black color on #428C91 background.


White color preview on #428C91 background

This text has white color on #428C91 background.


Related colors

Complementary color

Complementary color for #hex is #BD736E.


I love getcolorcode.com

Triadic colors

1 #91428C and #8C9142 with #428C91 are triadic colors.

2 #918C42 and #8C4291 with #428C91 are triadic colors.