COLOR #428C72

HEX: #428C72 RGB: (66,140,114)

Color info

#428C72 contains mainly green and blue colors. Web safe color of #428C72 is #339966 (or #396).

RGB color model

#428C72 color RGB value is (66,140,114).

RGB: (66,140,114) (26%, 55%, 45%)

RGB channels and saturation

R 66 of 255 = 26%
G 140 of 255 = 55%
B 114 of 255 = 45%

66
140
114

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

Portions of RGB colors in percentages

R + G + B = 66 + 140 + 114 = 320 (100%)
R 66 of 320 ~ 20.63%
G 140 of 320 ~ 43.75%
B 114 of 320 ~ 35.63'%

%20.63
%43.75
%35.63

CMYK color model

#428C72 color CMYK value is (53,0,19,45).

  • cyan value is 52.86%
  • magenta value is 0.00%
  • yellow value is 18.57%
  • key color value is 45.10%

CMYK: (53,0,19,45)
C53M0Y19K45 (53%, 0%, 19%, 45%)
(0.53 / 0.00 / 0.19 / 0.45)

CMYK percentages

%52.86
%0
%18.57
%45.1

Codes

Color #428C72 in popluar color models

42 8C 72
RGB 66 140 114
HSL 159° 35.92% 40.39%
HSB/HSV 159° 52.86% 54.90%
CMYK 52.86% 0.00% 18.57%
45.10%

Color #428C72 in popluar number systems.

HEX 42 8C 72
Decimal 66 140 114
Binary 1000010 10001100 1110010
Octal 102 214 162

Shades and tints

Shades of #428C72

#428C72
(66,140,114)
#3C8068
(60,128,104)
#36745E
(54,116,94)
#306854
(48,104,84)
#2A5C4A
(42,92,74)
#245040
(36,80,64)
#1E4436
(30,68,54)
#18382C
(24,56,44)
#122C22
(18,44,34)
#0C2018
(12,32,24)
#06140E
(6,20,14)
#000000
(0,0,0)

Tints of #428C72

#428C72
(66,140,114)
#53967E
(83,150,126)
#64A08A
(100,160,138)
#75AA96
(117,170,150)
#86B4A2
(134,180,162)
#97BEAE
(151,190,174)
#A8C8BA
(168,200,186)
#B9D2C6
(185,210,198)
#CADCD2
(202,220,210)
#DBE6DE
(219,230,222)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428C72; }

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

This text font color is #428C72.

Background Color

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

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

This div background color is #428C72.

Border color

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

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

This div border color is #428C72.

Opacity

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

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

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

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

This text has shadow with #428C72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #428C72.

Preview

Color preview on black background

This text has color #428C72 on black background.


Color preview on white background

This text has color #428C72 on white background.


Black color preview on #428C72 background

This text has black color on #428C72 background.


White color preview on #428C72 background

This text has white color on #428C72 background.


Related colors

Complementary color

Complementary color for #hex is #BD738D.


I love getcolorcode.com

Triadic colors

1 #72428C and #8C7242 with #428C72 are triadic colors.

2 #728C42 and #8C4272 with #428C72 are triadic colors.