COLOR #428C31

HEX: #428C31
RGB: (66,140,49)

Color info

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

RGB color model

#428C31 color RGB value is (66,140,49).

  • red value is 66;
  • green value is 140;
  • blue value is 49.
RGB:
(66,140,49)
(26%,55%,19%)

RGB channels and saturation

R 66 of 255 = 26%
G 140 of 255 = 55%
B 49 of 255 = 19%

66
140
49

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

Portions of RGB colors in percentages

R + G + B =
66 + 140 + 49 = 255 (100%)
R 66 of 255 ~ 25.88%
G 140 of 255 ~ 54.9%
B 49 of 255 ~ 19.22%

%25.88
%54.9
%19.22

CMYK color model

#428C31 color CMYK value is (53,0,65,45).

  • cyan value is 52.86%
  • magenta value is 0.00%
  • yellow value is 65.00%
  • key color value is 45.10%
CMYK:
(53,0,65,45)
C53M0Y65K45 
(53%,0%,65%,45%)
(0.53/0.00/0.65/0.45)	

CMYK percentages

%52.86
%0
%65
%45.1

Codes

Color #428C31 in popluar color models

428C31
RGB6614049
HSL109°48.15%37.06%
HSB/HSV109°65.00%54.90%
CMYK52.86%0.00%65.00%
45.10%

Color #428C31 in popluar number systems.

HEX428C31
Decimal6614049
Binary100001010001100110001
Octal10221461

Shades and tints

Shades of #428C31

#428C31
(66,140,49)
#3C802D
(60,128,45)
#367429
(54,116,41)
#306825
(48,104,37)
#2A5C21
(42,92,33)
#24501D
(36,80,29)
#1E4419
(30,68,25)
#183815
(24,56,21)
#122C11
(18,44,17)
#0C200D
(12,32,13)
#061409
(6,20,9)
#000000
(0,0,0)

Tints of #428C31

#428C31
(66,140,49)
#539643
(83,150,67)
#64A055
(100,160,85)
#75AA67
(117,170,103)
#86B479
(134,180,121)
#97BE8B
(151,190,139)
#A8C89D
(168,200,157)
#B9D2AF
(185,210,175)
#CADCC1
(202,220,193)
#DBE6D3
(219,230,211)
#ECF0E5
(236,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428C31 color. Also use rgb(66,140,49) instead hex code.

Text Font Color

.myTextColor { color: #428C31; }

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

This text font color is #428C31.


Background Color

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

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

This div background color is #428C31.


Border color

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

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

This div border color is #428C31.


Opacity

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

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

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

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

This text has shadow with #428C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428C31 on black background.


Color preview on white background

This text has color #428C31 on white background.



Black color preview on #428C31 background

This text has black color on #428C31 background.


White color preview on #428C31 background

This text has white color on #428C31 background.