COLOR #428A3A

HEX: #428A3A
RGB: (66,138,58)

Color info

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

RGB color model

#428A3A color RGB value is (66,138,58).

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

RGB channels and saturation

R 66 of 255 = 26%
G 138 of 255 = 54%
B 58 of 255 = 23%

66
138
58

R + G + B ~ 34%. #428A3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 138 + 58 = 262 (100%)
R 66 of 262 ~ 25.19%
G 138 of 262 ~ 52.67%
B 58 of 262 ~ 22.14%

%25.19
%52.67
%22.14

CMYK color model

#428A3A color CMYK value is (52,0,58,46).

  • cyan value is 52.17%
  • magenta value is 0.00%
  • yellow value is 57.97%
  • key color value is 45.88%
CMYK:
(52,0,58,46)
C52M0Y58K46 
(52%,0%,58%,46%)
(0.52/0.00/0.58/0.46)	

CMYK percentages

%52.17
%0
%57.97
%45.88

Codes

Color #428A3A in popluar color models

428A3A
RGB6613858
HSL114°40.82%38.43%
HSB/HSV114°57.97%54.12%
CMYK52.17%0.00%57.97%
45.88%

Color #428A3A in popluar number systems.

HEX428A3A
Decimal6613858
Binary100001010001010111010
Octal10221272

Shades and tints

Shades of #428A3A

#428A3A
(66,138,58)
#3C7E35
(60,126,53)
#367230
(54,114,48)
#30662B
(48,102,43)
#2A5A26
(42,90,38)
#244E21
(36,78,33)
#1E421C
(30,66,28)
#183617
(24,54,23)
#122A12
(18,42,18)
#0C1E0D
(12,30,13)
#061208
(6,18,8)
#000000
(0,0,0)

Tints of #428A3A

#428A3A
(66,138,58)
#53944B
(83,148,75)
#649E5C
(100,158,92)
#75A86D
(117,168,109)
#86B27E
(134,178,126)
#97BC8F
(151,188,143)
#A8C6A0
(168,198,160)
#B9D0B1
(185,208,177)
#CADAC2
(202,218,194)
#DBE4D3
(219,228,211)
#ECEEE4
(236,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428A3A; }

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

This text font color is #428A3A.


Background Color

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

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

This div background color is #428A3A.


Border color

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

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

This div border color is #428A3A.


Opacity

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

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

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

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

This text has shadow with #428A3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428A3A on black background.


Color preview on white background

This text has color #428A3A on white background.



Black color preview on #428A3A background

This text has black color on #428A3A background.


White color preview on #428A3A background

This text has white color on #428A3A background.