COLOR #428405

HEX: #428405
RGB: (66,132,5)

Color info

#428405 contains mainly green color. Web safe color of #428405 is #339900 (or #390).

RGB color model

#428405 color RGB value is (66,132,5).

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

RGB channels and saturation

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

66
132
5

R + G + B ~ 27%. #428405 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 132 + 5 = 203 (100%)
R 66 of 203 ~ 32.51%
G 132 of 203 ~ 65.02%
B 5 of 203 ~ 2.46%

%32.51
%65.02

CMYK color model

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

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

CMYK percentages

%50
%0
%96.21
%48.24

Codes

Color #428405 in popluar color models

428405
RGB661325
HSL91°92.70%26.86%
HSB/HSV91°96.21%51.76%
CMYK50.00%0.00%96.21%
48.24%

Color #428405 in popluar number systems.

HEX428405
Decimal661325
Binary100001010000100101
Octal1022045

Shades and tints

Shades of #428405

#428405
(66,132,5)
#3C7805
(60,120,5)
#366C05
(54,108,5)
#306005
(48,96,5)
#2A5405
(42,84,5)
#244805
(36,72,5)
#1E3C05
(30,60,5)
#183005
(24,48,5)
#122405
(18,36,5)
#0C1805
(12,24,5)
#060C05
(6,12,5)
#000000
(0,0,0)

Tints of #428405

#428405
(66,132,5)
#538F1B
(83,143,27)
#649A31
(100,154,49)
#75A547
(117,165,71)
#86B05D
(134,176,93)
#97BB73
(151,187,115)
#A8C689
(168,198,137)
#B9D19F
(185,209,159)
#CADCB5
(202,220,181)
#DBE7CB
(219,231,203)
#ECF2E1
(236,242,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428405; }

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

This text font color is #428405.


Background Color

.myBgColor { background-color: #428405; }

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

This div background color is #428405.


Border color

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

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

This div border color is #428405.


Opacity

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

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

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

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

This text has shadow with #428405 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428405 on black background.


Color preview on white background

This text has color #428405 on white background.



Black color preview on #428405 background

This text has black color on #428405 background.


White color preview on #428405 background

This text has white color on #428405 background.