COLOR #428452

HEX: #428452
RGB: (66,132,82)

Color info

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

RGB color model

#428452 color RGB value is (66,132,82).

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

RGB channels and saturation

R 66 of 255 = 26%
G 132 of 255 = 52%
B 82 of 255 = 32%

66
132
82

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

Portions of RGB colors in percentages

R + G + B =
66 + 132 + 82 = 280 (100%)
R 66 of 280 ~ 23.57%
G 132 of 280 ~ 47.14%
B 82 of 280 ~ 29.29%

%23.57
%47.14
%29.29

CMYK color model

#428452 color CMYK value is (50,0,38,48).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 37.88%
  • key color value is 48.24%
CMYK:
(50,0,38,48)
C50M0Y38K48 
(50%,0%,38%,48%)
(0.50/0.00/0.38/0.48)	

CMYK percentages

%50
%0
%37.88
%48.24

Codes

Color #428452 in popluar color models

428452
RGB6613282
HSL135°33.33%38.82%
HSB/HSV135°50.00%51.76%
CMYK50.00%0.00%37.88%
48.24%

Color #428452 in popluar number systems.

HEX428452
Decimal6613282
Binary1000010100001001010010
Octal102204122

Shades and tints

Shades of #428452

#428452
(66,132,82)
#3C784B
(60,120,75)
#366C44
(54,108,68)
#30603D
(48,96,61)
#2A5436
(42,84,54)
#24482F
(36,72,47)
#1E3C28
(30,60,40)
#183021
(24,48,33)
#12241A
(18,36,26)
#0C1813
(12,24,19)
#060C0C
(6,12,12)
#000000
(0,0,0)

Tints of #428452

#428452
(66,132,82)
#538F61
(83,143,97)
#649A70
(100,154,112)
#75A57F
(117,165,127)
#86B08E
(134,176,142)
#97BB9D
(151,187,157)
#A8C6AC
(168,198,172)
#B9D1BB
(185,209,187)
#CADCCA
(202,220,202)
#DBE7D9
(219,231,217)
#ECF2E8
(236,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428452; }

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

This text font color is #428452.


Background Color

.myBgColor { background-color: #428452; }

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

This div background color is #428452.


Border color

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

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

This div border color is #428452.


Opacity

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

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

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

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

This text has shadow with #428452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428452 on black background.


Color preview on white background

This text has color #428452 on white background.



Black color preview on #428452 background

This text has black color on #428452 background.


White color preview on #428452 background

This text has white color on #428452 background.