COLOR #428459

HEX: #428459
RGB: (66,132,89)

Color info

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

RGB color model

#428459 color RGB value is (66,132,89).

  • red value is 66;
  • green value is 132;
  • blue value is 89.
RGB:
(66,132,89)
(26%,52%,35%)

RGB channels and saturation

R 66 of 255 = 26%
G 132 of 255 = 52%
B 89 of 255 = 35%

66
132
89

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

Portions of RGB colors in percentages

R + G + B =
66 + 132 + 89 = 287 (100%)
R 66 of 287 ~ 23%
G 132 of 287 ~ 45.99%
B 89 of 287 ~ 31.01%

%23
%45.99
%31.01

CMYK color model

#428459 color CMYK value is (50,0,33,48).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 32.58%
  • key color value is 48.24%
CMYK:
(50,0,33,48)
C50M0Y33K48 
(50%,0%,33%,48%)
(0.50/0.00/0.33/0.48)	

CMYK percentages

%50
%0
%32.58
%48.24

Codes

Color #428459 in popluar color models

428459
RGB6613289
HSL141°33.33%38.82%
HSB/HSV141°50.00%51.76%
CMYK50.00%0.00%32.58%
48.24%

Color #428459 in popluar number systems.

HEX428459
Decimal6613289
Binary1000010100001001011001
Octal102204131

Shades and tints

Shades of #428459

#428459
(66,132,89)
#3C7851
(60,120,81)
#366C49
(54,108,73)
#306041
(48,96,65)
#2A5439
(42,84,57)
#244831
(36,72,49)
#1E3C29
(30,60,41)
#183021
(24,48,33)
#122419
(18,36,25)
#0C1811
(12,24,17)
#060C09
(6,12,9)
#000000
(0,0,0)

Tints of #428459

#428459
(66,132,89)
#538F68
(83,143,104)
#649A77
(100,154,119)
#75A586
(117,165,134)
#86B095
(134,176,149)
#97BBA4
(151,187,164)
#A8C6B3
(168,198,179)
#B9D1C2
(185,209,194)
#CADCD1
(202,220,209)
#DBE7E0
(219,231,224)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428459 color. Also use rgb(66,132,89) instead hex code.

Text Font Color

.myTextColor { color: #428459; }

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

This text font color is #428459.


Background Color

.myBgColor { background-color: #428459; }

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

This div background color is #428459.


Border color

.myBorderColor { border: 1px solid #428459; }

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

This div border color is #428459.


Opacity

.myOpacity80 { color: #428459; opacity: 0.8; }

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

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

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

This text has shadow with #428459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428459 on black background.


Color preview on white background

This text has color #428459 on white background.



Black color preview on #428459 background

This text has black color on #428459 background.


White color preview on #428459 background

This text has white color on #428459 background.