COLOR #428941

HEX: #428941
RGB: (66,137,65)

Color info

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

RGB color model

#428941 color RGB value is (66,137,65).

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

RGB channels and saturation

R 66 of 255 = 26%
G 137 of 255 = 54%
B 65 of 255 = 25%

66
137
65

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

Portions of RGB colors in percentages

R + G + B =
66 + 137 + 65 = 268 (100%)
R 66 of 268 ~ 24.63%
G 137 of 268 ~ 51.12%
B 65 of 268 ~ 24.25%

%24.63
%51.12
%24.25

CMYK color model

#428941 color CMYK value is (52,0,53,46).

  • cyan value is 51.82%
  • magenta value is 0.00%
  • yellow value is 52.55%
  • key color value is 46.27%
CMYK:
(52,0,53,46)
C52M0Y53K46 
(52%,0%,53%,46%)
(0.52/0.00/0.53/0.46)	

CMYK percentages

%51.82
%0
%52.55
%46.27

Codes

Color #428941 in popluar color models

428941
RGB6613765
HSL119°35.64%39.61%
HSB/HSV119°52.55%53.73%
CMYK51.82%0.00%52.55%
46.27%

Color #428941 in popluar number systems.

HEX428941
Decimal6613765
Binary1000010100010011000001
Octal102211101

Shades and tints

Shades of #428941

#428941
(66,137,65)
#3C7D3C
(60,125,60)
#367137
(54,113,55)
#306532
(48,101,50)
#2A592D
(42,89,45)
#244D28
(36,77,40)
#1E4123
(30,65,35)
#18351E
(24,53,30)
#122919
(18,41,25)
#0C1D14
(12,29,20)
#06110F
(6,17,15)
#000000
(0,0,0)

Tints of #428941

#428941
(66,137,65)
#539352
(83,147,82)
#649D63
(100,157,99)
#75A774
(117,167,116)
#86B185
(134,177,133)
#97BB96
(151,187,150)
#A8C5A7
(168,197,167)
#B9CFB8
(185,207,184)
#CAD9C9
(202,217,201)
#DBE3DA
(219,227,218)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428941 color. Also use rgb(66,137,65) instead hex code.

Text Font Color

.myTextColor { color: #428941; }

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

This text font color is #428941.


Background Color

.myBgColor { background-color: #428941; }

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

This div background color is #428941.


Border color

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

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

This div border color is #428941.


Opacity

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

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

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

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

This text has shadow with #428941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428941 on black background.


Color preview on white background

This text has color #428941 on white background.



Black color preview on #428941 background

This text has black color on #428941 background.


White color preview on #428941 background

This text has white color on #428941 background.