COLOR #428F3A

HEX: #428F3A
RGB: (66,143,58)

Color info

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

RGB color model

#428F3A color RGB value is (66,143,58).

  • red value is 66;
  • green value is 143;
  • blue value is 58.
RGB:
(66,143,58)
(26%,56%,23%)

RGB channels and saturation

R 66 of 255 = 26%
G 143 of 255 = 56%
B 58 of 255 = 23%

66
143
58

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

Portions of RGB colors in percentages

R + G + B =
66 + 143 + 58 = 267 (100%)
R 66 of 267 ~ 24.72%
G 143 of 267 ~ 53.56%
B 58 of 267 ~ 21.72%

%24.72
%53.56
%21.72

CMYK color model

#428F3A color CMYK value is (54,0,59,44).

  • cyan value is 53.85%
  • magenta value is 0.00%
  • yellow value is 59.44%
  • key color value is 43.92%
CMYK:
(54,0,59,44)
C54M0Y59K44 
(54%,0%,59%,44%)
(0.54/0.00/0.59/0.44)	

CMYK percentages

%53.85
%0
%59.44
%43.92

Codes

Color #428F3A in popluar color models

428F3A
RGB6614358
HSL114°42.29%39.41%
HSB/HSV114°59.44%56.08%
CMYK53.85%0.00%59.44%
43.92%

Color #428F3A in popluar number systems.

HEX428F3A
Decimal6614358
Binary100001010001111111010
Octal10221772

Shades and tints

Shades of #428F3A

#428F3A
(66,143,58)
#3C8235
(60,130,53)
#367530
(54,117,48)
#30682B
(48,104,43)
#2A5B26
(42,91,38)
#244E21
(36,78,33)
#1E411C
(30,65,28)
#183417
(24,52,23)
#122712
(18,39,18)
#0C1A0D
(12,26,13)
#060D08
(6,13,8)
#000000
(0,0,0)

Tints of #428F3A

#428F3A
(66,143,58)
#53994B
(83,153,75)
#64A35C
(100,163,92)
#75AD6D
(117,173,109)
#86B77E
(134,183,126)
#97C18F
(151,193,143)
#A8CBA0
(168,203,160)
#B9D5B1
(185,213,177)
#CADFC2
(202,223,194)
#DBE9D3
(219,233,211)
#ECF3E4
(236,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428F3A color. Also use rgb(66,143,58) instead hex code.

Text Font Color

.myTextColor { color: #428F3A; }

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

This text font color is #428F3A.


Background Color

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

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

This div background color is #428F3A.


Border color

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

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

This div border color is #428F3A.


Opacity

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

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

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

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

This text has shadow with #428F3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428F3A on black background.


Color preview on white background

This text has color #428F3A on white background.



Black color preview on #428F3A background

This text has black color on #428F3A background.


White color preview on #428F3A background

This text has white color on #428F3A background.