COLOR #428D57

HEX: #428D57 RGB: (66,141,87)

Color info

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

RGB color model

#428D57 color RGB value is (66,141,87).

RGB: (66,141,87) (26%, 55%, 34%)

RGB channels and saturation

R 66 of 255 = 26%
G 141 of 255 = 55%
B 87 of 255 = 34%

66
141
87

R + G + B ~ 38%. #428D57 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 141 + 87 = 294 (100%)
R 66 of 294 ~ 22.45%
G 141 of 294 ~ 47.96%
B 87 of 294 ~ 29.59'%

%22.45
%47.96
%29.59

CMYK color model

#428D57 color CMYK value is (53,0,38,45).

  • cyan value is 53.19%
  • magenta value is 0.00%
  • yellow value is 38.30%
  • key color value is 44.71%

CMYK: (53,0,38,45)
C53M0Y38K45 (53%, 0%, 38%, 45%)
(0.53 / 0.00 / 0.38 / 0.45)

CMYK percentages

%53.19
%0
%38.3
%44.71

Codes

Color #428D57 in popluar color models

42 8D 57
RGB 66 141 87
HSL 137° 36.23% 40.59%
HSB/HSV 137° 53.19% 55.29%
CMYK 53.19% 0.00% 38.30%
44.71%

Color #428D57 in popluar number systems.

HEX 42 8D 57
Decimal 66 141 87
Binary 1000010 10001101 1010111
Octal 102 215 127

Shades and tints

Shades of #428D57

#428D57
(66,141,87)
#3C8150
(60,129,80)
#367549
(54,117,73)
#306942
(48,105,66)
#2A5D3B
(42,93,59)
#245134
(36,81,52)
#1E452D
(30,69,45)
#183926
(24,57,38)
#122D1F
(18,45,31)
#0C2118
(12,33,24)
#061511
(6,21,17)
#000000
(0,0,0)

Tints of #428D57

#428D57
(66,141,87)
#539766
(83,151,102)
#64A175
(100,161,117)
#75AB84
(117,171,132)
#86B593
(134,181,147)
#97BFA2
(151,191,162)
#A8C9B1
(168,201,177)
#B9D3C0
(185,211,192)
#CADDCF
(202,221,207)
#DBE7DE
(219,231,222)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428D57 color. Also use rgb(66,141,87) instead hex code.

Text Font Color

.myTextColor { color: #428D57; }

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

This text font color is #428D57.

Background Color

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

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

This div background color is #428D57.

Border color

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

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

This div border color is #428D57.

Opacity

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

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

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

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

This text has shadow with #428D57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #428D57.

Preview

Color preview on black background

This text has color #428D57 on black background.


Color preview on white background

This text has color #428D57 on white background.


Black color preview on #428D57 background

This text has black color on #428D57 background.


White color preview on #428D57 background

This text has white color on #428D57 background.


Related colors

Complementary color

Complementary color for #hex is #BD72A8.


I love getcolorcode.com

Triadic colors

1 #57428D and #8D5742 with #428D57 are triadic colors.

2 #578D42 and #8D4257 with #428D57 are triadic colors.