COLOR #428A3F

HEX: #428A3F
RGB: (66,138,63)

Color info

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

RGB color model

#428A3F color RGB value is (66,138,63).

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

RGB channels and saturation

R 66 of 255 = 26%
G 138 of 255 = 54%
B 63 of 255 = 25%

66
138
63

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

Portions of RGB colors in percentages

R + G + B =
66 + 138 + 63 = 267 (100%)
R 66 of 267 ~ 24.72%
G 138 of 267 ~ 51.69%
B 63 of 267 ~ 23.6%

%24.72
%51.69
%23.6

CMYK color model

#428A3F color CMYK value is (52,0,54,46).

  • cyan value is 52.17%
  • magenta value is 0.00%
  • yellow value is 54.35%
  • key color value is 45.88%
CMYK:
(52,0,54,46)
C52M0Y54K46 
(52%,0%,54%,46%)
(0.52/0.00/0.54/0.46)	

CMYK percentages

%52.17
%0
%54.35
%45.88

Codes

Color #428A3F in popluar color models

428A3F
RGB6613863
HSL118°37.31%39.41%
HSB/HSV118°54.35%54.12%
CMYK52.17%0.00%54.35%
45.88%

Color #428A3F in popluar number systems.

HEX428A3F
Decimal6613863
Binary100001010001010111111
Octal10221277

Shades and tints

Shades of #428A3F

#428A3F
(66,138,63)
#3C7E3A
(60,126,58)
#367235
(54,114,53)
#306630
(48,102,48)
#2A5A2B
(42,90,43)
#244E26
(36,78,38)
#1E4221
(30,66,33)
#18361C
(24,54,28)
#122A17
(18,42,23)
#0C1E12
(12,30,18)
#06120D
(6,18,13)
#000000
(0,0,0)

Tints of #428A3F

#428A3F
(66,138,63)
#539450
(83,148,80)
#649E61
(100,158,97)
#75A872
(117,168,114)
#86B283
(134,178,131)
#97BC94
(151,188,148)
#A8C6A5
(168,198,165)
#B9D0B6
(185,208,182)
#CADAC7
(202,218,199)
#DBE4D8
(219,228,216)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428A3F; }

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

This text font color is #428A3F.


Background Color

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

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

This div background color is #428A3F.


Border color

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

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

This div border color is #428A3F.


Opacity

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

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

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

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

This text has shadow with #428A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428A3F on black background.


Color preview on white background

This text has color #428A3F on white background.



Black color preview on #428A3F background

This text has black color on #428A3F background.


White color preview on #428A3F background

This text has white color on #428A3F background.