COLOR #428545

HEX: #428545
RGB: (66,133,69)

Color info

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

RGB color model

#428545 color RGB value is (66,133,69).

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

RGB channels and saturation

R 66 of 255 = 26%
G 133 of 255 = 52%
B 69 of 255 = 27%

66
133
69

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

Portions of RGB colors in percentages

R + G + B =
66 + 133 + 69 = 268 (100%)
R 66 of 268 ~ 24.63%
G 133 of 268 ~ 49.63%
B 69 of 268 ~ 25.75%

%24.63
%49.63
%25.75

CMYK color model

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

  • cyan value is 50.38%
  • magenta value is 0.00%
  • yellow value is 48.12%
  • key color value is 47.84%
CMYK:
(50,0,48,48)
C50M0Y48K48 
(50%,0%,48%,48%)
(0.50/0.00/0.48/0.48)	

CMYK percentages

%50.38
%0
%48.12
%47.84

Codes

Color #428545 in popluar color models

428545
RGB6613369
HSL123°33.67%39.02%
HSB/HSV123°50.38%52.16%
CMYK50.38%0.00%48.12%
47.84%

Color #428545 in popluar number systems.

HEX428545
Decimal6613369
Binary1000010100001011000101
Octal102205105

Shades and tints

Shades of #428545

#428545
(66,133,69)
#3C793F
(60,121,63)
#366D39
(54,109,57)
#306133
(48,97,51)
#2A552D
(42,85,45)
#244927
(36,73,39)
#1E3D21
(30,61,33)
#18311B
(24,49,27)
#122515
(18,37,21)
#0C190F
(12,25,15)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #428545

#428545
(66,133,69)
#539055
(83,144,85)
#649B65
(100,155,101)
#75A675
(117,166,117)
#86B185
(134,177,133)
#97BC95
(151,188,149)
#A8C7A5
(168,199,165)
#B9D2B5
(185,210,181)
#CADDC5
(202,221,197)
#DBE8D5
(219,232,213)
#ECF3E5
(236,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428545; }

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

This text font color is #428545.


Background Color

.myBgColor { background-color: #428545; }

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

This div background color is #428545.


Border color

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

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

This div border color is #428545.


Opacity

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

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

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

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

This text has shadow with #428545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428545 on black background.


Color preview on white background

This text has color #428545 on white background.



Black color preview on #428545 background

This text has black color on #428545 background.


White color preview on #428545 background

This text has white color on #428545 background.