COLOR #428464

HEX: #428464
RGB: (66,132,100)

Color info

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

RGB color model

#428464 color RGB value is (66,132,100).

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

RGB channels and saturation

R 66 of 255 = 26%
G 132 of 255 = 52%
B 100 of 255 = 39%

66
132
100

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

Portions of RGB colors in percentages

R + G + B =
66 + 132 + 100 = 298 (100%)
R 66 of 298 ~ 22.15%
G 132 of 298 ~ 44.3%
B 100 of 298 ~ 33.56%

%22.15
%44.3
%33.56

CMYK color model

#428464 color CMYK value is (50,0,24,48).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 48.24%
CMYK:
(50,0,24,48)
C50M0Y24K48 
(50%,0%,24%,48%)
(0.50/0.00/0.24/0.48)	

CMYK percentages

%50
%0
%24.24
%48.24

Codes

Color #428464 in popluar color models

428464
RGB66132100
HSL151°33.33%38.82%
HSB/HSV151°50.00%51.76%
CMYK50.00%0.00%24.24%
48.24%

Color #428464 in popluar number systems.

HEX428464
Decimal66132100
Binary1000010100001001100100
Octal102204144

Shades and tints

Shades of #428464

#428464
(66,132,100)
#3C785B
(60,120,91)
#366C52
(54,108,82)
#306049
(48,96,73)
#2A5440
(42,84,64)
#244837
(36,72,55)
#1E3C2E
(30,60,46)
#183025
(24,48,37)
#12241C
(18,36,28)
#0C1813
(12,24,19)
#060C0A
(6,12,10)
#000000
(0,0,0)

Tints of #428464

#428464
(66,132,100)
#538F72
(83,143,114)
#649A80
(100,154,128)
#75A58E
(117,165,142)
#86B09C
(134,176,156)
#97BBAA
(151,187,170)
#A8C6B8
(168,198,184)
#B9D1C6
(185,209,198)
#CADCD4
(202,220,212)
#DBE7E2
(219,231,226)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428464; }

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

This text font color is #428464.


Background Color

.myBgColor { background-color: #428464; }

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

This div background color is #428464.


Border color

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

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

This div border color is #428464.


Opacity

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

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

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

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

This text has shadow with #428464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428464 on black background.


Color preview on white background

This text has color #428464 on white background.



Black color preview on #428464 background

This text has black color on #428464 background.


White color preview on #428464 background

This text has white color on #428464 background.