COLOR #428C4A

HEX: #428C4A
RGB: (66,140,74)

Color info

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

RGB color model

#428C4A color RGB value is (66,140,74).

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

RGB channels and saturation

R 66 of 255 = 26%
G 140 of 255 = 55%
B 74 of 255 = 29%

66
140
74

R + G + B ~ 37%. #428C4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 140 + 74 = 280 (100%)
R 66 of 280 ~ 23.57%
G 140 of 280 ~ 50%
B 74 of 280 ~ 26.43%

%23.57
%50
%26.43

CMYK color model

#428C4A color CMYK value is (53,0,47,45).

  • cyan value is 52.86%
  • magenta value is 0.00%
  • yellow value is 47.14%
  • key color value is 45.10%
CMYK:
(53,0,47,45)
C53M0Y47K45 
(53%,0%,47%,45%)
(0.53/0.00/0.47/0.45)	

CMYK percentages

%52.86
%0
%47.14
%45.1

Codes

Color #428C4A in popluar color models

428C4A
RGB6614074
HSL126°35.92%40.39%
HSB/HSV126°52.86%54.90%
CMYK52.86%0.00%47.14%
45.10%

Color #428C4A in popluar number systems.

HEX428C4A
Decimal6614074
Binary1000010100011001001010
Octal102214112

Shades and tints

Shades of #428C4A

#428C4A
(66,140,74)
#3C8044
(60,128,68)
#36743E
(54,116,62)
#306838
(48,104,56)
#2A5C32
(42,92,50)
#24502C
(36,80,44)
#1E4426
(30,68,38)
#183820
(24,56,32)
#122C1A
(18,44,26)
#0C2014
(12,32,20)
#06140E
(6,20,14)
#000000
(0,0,0)

Tints of #428C4A

#428C4A
(66,140,74)
#53965A
(83,150,90)
#64A06A
(100,160,106)
#75AA7A
(117,170,122)
#86B48A
(134,180,138)
#97BE9A
(151,190,154)
#A8C8AA
(168,200,170)
#B9D2BA
(185,210,186)
#CADCCA
(202,220,202)
#DBE6DA
(219,230,218)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428C4A; }

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

This text font color is #428C4A.


Background Color

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

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

This div background color is #428C4A.


Border color

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

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

This div border color is #428C4A.


Opacity

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

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

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

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

This text has shadow with #428C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428C4A on black background.


Color preview on white background

This text has color #428C4A on white background.



Black color preview on #428C4A background

This text has black color on #428C4A background.


White color preview on #428C4A background

This text has white color on #428C4A background.