COLOR #428421

HEX: #428421
RGB: (66,132,33)

Color info

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

RGB color model

#428421 color RGB value is (66,132,33).

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

RGB channels and saturation

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

66
132
33

R + G + B ~ 30%. #428421 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 132 + 33 = 231 (100%)
R 66 of 231 ~ 28.57%
G 132 of 231 ~ 57.14%
B 33 of 231 ~ 14.29%

%28.57
%57.14
%14.29

CMYK color model

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

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

CMYK percentages

%50
%0
%75
%48.24

Codes

Color #428421 in popluar color models

428421
RGB6613233
HSL100°60.00%32.35%
HSB/HSV100°75.00%51.76%
CMYK50.00%0.00%75.00%
48.24%

Color #428421 in popluar number systems.

HEX428421
Decimal6613233
Binary100001010000100100001
Octal10220441

Shades and tints

Shades of #428421

#428421
(66,132,33)
#3C781E
(60,120,30)
#366C1B
(54,108,27)
#306018
(48,96,24)
#2A5415
(42,84,21)
#244812
(36,72,18)
#1E3C0F
(30,60,15)
#18300C
(24,48,12)
#122409
(18,36,9)
#0C1806
(12,24,6)
#060C03
(6,12,3)
#000000
(0,0,0)

Tints of #428421

#428421
(66,132,33)
#538F35
(83,143,53)
#649A49
(100,154,73)
#75A55D
(117,165,93)
#86B071
(134,176,113)
#97BB85
(151,187,133)
#A8C699
(168,198,153)
#B9D1AD
(185,209,173)
#CADCC1
(202,220,193)
#DBE7D5
(219,231,213)
#ECF2E9
(236,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428421; }

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

This text font color is #428421.


Background Color

.myBgColor { background-color: #428421; }

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

This div background color is #428421.


Border color

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

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

This div border color is #428421.


Opacity

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

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

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

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

This text has shadow with #428421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428421 on black background.


Color preview on white background

This text has color #428421 on white background.



Black color preview on #428421 background

This text has black color on #428421 background.


White color preview on #428421 background

This text has white color on #428421 background.