COLOR #428E4C

HEX: #428E4C
RGB: (66,142,76)

Color info

#428E4C contains mainly green color. Web safe color of #428E4C is #339933 (or #393).

RGB color model

#428E4C color RGB value is (66,142,76).

  • red value is 66;
  • green value is 142;
  • blue value is 76.
RGB:
(66,142,76)
(26%,56%,30%)

RGB channels and saturation

R 66 of 255 = 26%
G 142 of 255 = 56%
B 76 of 255 = 30%

66
142
76

R + G + B ~ 37%. #428E4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 142 + 76 = 284 (100%)
R 66 of 284 ~ 23.24%
G 142 of 284 ~ 50%
B 76 of 284 ~ 26.76%

%23.24
%50
%26.76

CMYK color model

#428E4C color CMYK value is (54,0,46,44).

  • cyan value is 53.52%
  • magenta value is 0.00%
  • yellow value is 46.48%
  • key color value is 44.31%
CMYK:
(54,0,46,44)
C54M0Y46K44 
(54%,0%,46%,44%)
(0.54/0.00/0.46/0.44)	

CMYK percentages

%53.52
%0
%46.48
%44.31

Codes

Color #428E4C in popluar color models

428E4C
RGB6614276
HSL128°36.54%40.78%
HSB/HSV128°53.52%55.69%
CMYK53.52%0.00%46.48%
44.31%

Color #428E4C in popluar number systems.

HEX428E4C
Decimal6614276
Binary1000010100011101001100
Octal102216114

Shades and tints

Shades of #428E4C

#428E4C
(66,142,76)
#3C8246
(60,130,70)
#367640
(54,118,64)
#306A3A
(48,106,58)
#2A5E34
(42,94,52)
#24522E
(36,82,46)
#1E4628
(30,70,40)
#183A22
(24,58,34)
#122E1C
(18,46,28)
#0C2216
(12,34,22)
#061610
(6,22,16)
#000000
(0,0,0)

Tints of #428E4C

#428E4C
(66,142,76)
#53985C
(83,152,92)
#64A26C
(100,162,108)
#75AC7C
(117,172,124)
#86B68C
(134,182,140)
#97C09C
(151,192,156)
#A8CAAC
(168,202,172)
#B9D4BC
(185,212,188)
#CADECC
(202,222,204)
#DBE8DC
(219,232,220)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428E4C color. Also use rgb(66,142,76) instead hex code.

Text Font Color

.myTextColor { color: #428E4C; }

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

This text font color is #428E4C.


Background Color

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

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

This div background color is #428E4C.


Border color

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

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

This div border color is #428E4C.


Opacity

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

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

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

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

This text has shadow with #428E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428E4C on black background.


Color preview on white background

This text has color #428E4C on white background.



Black color preview on #428E4C background

This text has black color on #428E4C background.


White color preview on #428E4C background

This text has white color on #428E4C background.