COLOR #428442

HEX: #428442
RGB: (66,132,66)

Color info

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

RGB color model

#428442 color RGB value is (66,132,66).

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

RGB channels and saturation

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

66
132
66

R + G + B ~ 35%. #428442 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 132 + 66 = 264 (100%)
R 66 of 264 ~ 25%
G 132 of 264 ~ 50%
B 66 of 264 ~ 25%

%25
%50
%25

CMYK color model

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

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

CMYK percentages

%50
%0
%50
%48.24

Codes

Color #428442 in popluar color models

428442
RGB6613266
HSL120°33.33%38.82%
HSB/HSV120°50.00%51.76%
CMYK50.00%0.00%50.00%
48.24%

Color #428442 in popluar number systems.

HEX428442
Decimal6613266
Binary1000010100001001000010
Octal102204102

Shades and tints

Shades of #428442

#428442
(66,132,66)
#3C783C
(60,120,60)
#366C36
(54,108,54)
#306030
(48,96,48)
#2A542A
(42,84,42)
#244824
(36,72,36)
#1E3C1E
(30,60,30)
#183018
(24,48,24)
#122412
(18,36,18)
#0C180C
(12,24,12)
#060C06
(6,12,6)
#000000
(0,0,0)

Tints of #428442

#428442
(66,132,66)
#538F53
(83,143,83)
#649A64
(100,154,100)
#75A575
(117,165,117)
#86B086
(134,176,134)
#97BB97
(151,187,151)
#A8C6A8
(168,198,168)
#B9D1B9
(185,209,185)
#CADCCA
(202,220,202)
#DBE7DB
(219,231,219)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428442; }

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

This text font color is #428442.


Background Color

.myBgColor { background-color: #428442; }

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

This div background color is #428442.


Border color

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

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

This div border color is #428442.


Opacity

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

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

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

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

This text has shadow with #428442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428442 on black background.


Color preview on white background

This text has color #428442 on white background.



Black color preview on #428442 background

This text has black color on #428442 background.


White color preview on #428442 background

This text has white color on #428442 background.