COLOR #428A3C

HEX: #428A3C
RGB: (66,138,60)

Color info

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

RGB color model

#428A3C color RGB value is (66,138,60).

  • red value is 66;
  • green value is 138;
  • blue value is 60.
RGB:
(66,138,60)
(26%,54%,24%)

RGB channels and saturation

R 66 of 255 = 26%
G 138 of 255 = 54%
B 60 of 255 = 24%

66
138
60

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

Portions of RGB colors in percentages

R + G + B =
66 + 138 + 60 = 264 (100%)
R 66 of 264 ~ 25%
G 138 of 264 ~ 52.27%
B 60 of 264 ~ 22.73%

%25
%52.27
%22.73

CMYK color model

#428A3C color CMYK value is (52,0,57,46).

  • cyan value is 52.17%
  • magenta value is 0.00%
  • yellow value is 56.52%
  • key color value is 45.88%
CMYK:
(52,0,57,46)
C52M0Y57K46 
(52%,0%,57%,46%)
(0.52/0.00/0.57/0.46)	

CMYK percentages

%52.17
%0
%56.52
%45.88

Codes

Color #428A3C in popluar color models

428A3C
RGB6613860
HSL115°39.39%38.82%
HSB/HSV115°56.52%54.12%
CMYK52.17%0.00%56.52%
45.88%

Color #428A3C in popluar number systems.

HEX428A3C
Decimal6613860
Binary100001010001010111100
Octal10221274

Shades and tints

Shades of #428A3C

#428A3C
(66,138,60)
#3C7E37
(60,126,55)
#367232
(54,114,50)
#30662D
(48,102,45)
#2A5A28
(42,90,40)
#244E23
(36,78,35)
#1E421E
(30,66,30)
#183619
(24,54,25)
#122A14
(18,42,20)
#0C1E0F
(12,30,15)
#06120A
(6,18,10)
#000000
(0,0,0)

Tints of #428A3C

#428A3C
(66,138,60)
#53944D
(83,148,77)
#649E5E
(100,158,94)
#75A86F
(117,168,111)
#86B280
(134,178,128)
#97BC91
(151,188,145)
#A8C6A2
(168,198,162)
#B9D0B3
(185,208,179)
#CADAC4
(202,218,196)
#DBE4D5
(219,228,213)
#ECEEE6
(236,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428A3C color. Also use rgb(66,138,60) instead hex code.

Text Font Color

.myTextColor { color: #428A3C; }

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

This text font color is #428A3C.


Background Color

.myBgColor { background-color: #428A3C; }

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

This div background color is #428A3C.


Border color

.myBorderColor { border: 1px solid #428A3C; }

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

This div border color is #428A3C.


Opacity

.myOpacity80 { color: #428A3C; opacity: 0.8; }

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

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

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

This text has shadow with #428A3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428A3C on black background.


Color preview on white background

This text has color #428A3C on white background.



Black color preview on #428A3C background

This text has black color on #428A3C background.


White color preview on #428A3C background

This text has white color on #428A3C background.