COLOR #428C5D

HEX: #428C5D
RGB: (66,140,93)

Color info

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

RGB color model

#428C5D color RGB value is (66,140,93).

  • red value is 66;
  • green value is 140;
  • blue value is 93.
RGB:
(66,140,93)
(26%,55%,36%)

RGB channels and saturation

R 66 of 255 = 26%
G 140 of 255 = 55%
B 93 of 255 = 36%

66
140
93

R + G + B ~ 39%. #428C5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 140 + 93 = 299 (100%)
R 66 of 299 ~ 22.07%
G 140 of 299 ~ 46.82%
B 93 of 299 ~ 31.1%

%22.07
%46.82
%31.1

CMYK color model

#428C5D color CMYK value is (53,0,34,45).

  • cyan value is 52.86%
  • magenta value is 0.00%
  • yellow value is 33.57%
  • key color value is 45.10%
CMYK:
(53,0,34,45)
C53M0Y34K45 
(53%,0%,34%,45%)
(0.53/0.00/0.34/0.45)	

CMYK percentages

%52.86
%0
%33.57
%45.1

Codes

Color #428C5D in popluar color models

428C5D
RGB6614093
HSL142°35.92%40.39%
HSB/HSV142°52.86%54.90%
CMYK52.86%0.00%33.57%
45.10%

Color #428C5D in popluar number systems.

HEX428C5D
Decimal6614093
Binary1000010100011001011101
Octal102214135

Shades and tints

Shades of #428C5D

#428C5D
(66,140,93)
#3C8055
(60,128,85)
#36744D
(54,116,77)
#306845
(48,104,69)
#2A5C3D
(42,92,61)
#245035
(36,80,53)
#1E442D
(30,68,45)
#183825
(24,56,37)
#122C1D
(18,44,29)
#0C2015
(12,32,21)
#06140D
(6,20,13)
#000000
(0,0,0)

Tints of #428C5D

#428C5D
(66,140,93)
#53966B
(83,150,107)
#64A079
(100,160,121)
#75AA87
(117,170,135)
#86B495
(134,180,149)
#97BEA3
(151,190,163)
#A8C8B1
(168,200,177)
#B9D2BF
(185,210,191)
#CADCCD
(202,220,205)
#DBE6DB
(219,230,219)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428C5D; }

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

This text font color is #428C5D.


Background Color

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

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

This div background color is #428C5D.


Border color

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

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

This div border color is #428C5D.


Opacity

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

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

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

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

This text has shadow with #428C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428C5D on black background.


Color preview on white background

This text has color #428C5D on white background.



Black color preview on #428C5D background

This text has black color on #428C5D background.


White color preview on #428C5D background

This text has white color on #428C5D background.