COLOR #428636

HEX: #428636
RGB: (66,134,54)

Color info

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

RGB color model

#428636 color RGB value is (66,134,54).

  • red value is 66;
  • green value is 134;
  • blue value is 54.
RGB:
(66,134,54)
(26%,53%,21%)

RGB channels and saturation

R 66 of 255 = 26%
G 134 of 255 = 53%
B 54 of 255 = 21%

66
134
54

R + G + B ~ 33%. #428636 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 134 + 54 = 254 (100%)
R 66 of 254 ~ 25.98%
G 134 of 254 ~ 52.76%
B 54 of 254 ~ 21.26%

%25.98
%52.76
%21.26

CMYK color model

#428636 color CMYK value is (51,0,60,47).

  • cyan value is 50.75%
  • magenta value is 0.00%
  • yellow value is 59.70%
  • key color value is 47.45%
CMYK:
(51,0,60,47)
C51M0Y60K47 
(51%,0%,60%,47%)
(0.51/0.00/0.60/0.47)	

CMYK percentages

%50.75
%0
%59.7
%47.45

Codes

Color #428636 in popluar color models

428636
RGB6613454
HSL111°42.55%36.86%
HSB/HSV111°59.70%52.55%
CMYK50.75%0.00%59.70%
47.45%

Color #428636 in popluar number systems.

HEX428636
Decimal6613454
Binary100001010000110110110
Octal10220666

Shades and tints

Shades of #428636

#428636
(66,134,54)
#3C7A32
(60,122,50)
#366E2E
(54,110,46)
#30622A
(48,98,42)
#2A5626
(42,86,38)
#244A22
(36,74,34)
#1E3E1E
(30,62,30)
#18321A
(24,50,26)
#122616
(18,38,22)
#0C1A12
(12,26,18)
#060E0E
(6,14,14)
#000000
(0,0,0)

Tints of #428636

#428636
(66,134,54)
#539148
(83,145,72)
#649C5A
(100,156,90)
#75A76C
(117,167,108)
#86B27E
(134,178,126)
#97BD90
(151,189,144)
#A8C8A2
(168,200,162)
#B9D3B4
(185,211,180)
#CADEC6
(202,222,198)
#DBE9D8
(219,233,216)
#ECF4EA
(236,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428636; }

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

This text font color is #428636.


Background Color

.myBgColor { background-color: #428636; }

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

This div background color is #428636.


Border color

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

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

This div border color is #428636.


Opacity

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

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

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

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

This text has shadow with #428636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428636 on black background.


Color preview on white background

This text has color #428636 on white background.



Black color preview on #428636 background

This text has black color on #428636 background.


White color preview on #428636 background

This text has white color on #428636 background.