COLOR #428F53

HEX: #428F53
RGB: (66,143,83)

Color info

#428F53 contains mainly green color. Web safe color of #428F53 is #339966 (or #396).

RGB color model

#428F53 color RGB value is (66,143,83).

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

RGB channels and saturation

R 66 of 255 = 26%
G 143 of 255 = 56%
B 83 of 255 = 33%

66
143
83

R + G + B ~ 38%. #428F53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 143 + 83 = 292 (100%)
R 66 of 292 ~ 22.6%
G 143 of 292 ~ 48.97%
B 83 of 292 ~ 28.42%

%22.6
%48.97
%28.42

CMYK color model

#428F53 color CMYK value is (54,0,42,44).

  • cyan value is 53.85%
  • magenta value is 0.00%
  • yellow value is 41.96%
  • key color value is 43.92%
CMYK:
(54,0,42,44)
C54M0Y42K44 
(54%,0%,42%,44%)
(0.54/0.00/0.42/0.44)	

CMYK percentages

%53.85
%0
%41.96
%43.92

Codes

Color #428F53 in popluar color models

428F53
RGB6614383
HSL133°36.84%40.98%
HSB/HSV133°53.85%56.08%
CMYK53.85%0.00%41.96%
43.92%

Color #428F53 in popluar number systems.

HEX428F53
Decimal6614383
Binary1000010100011111010011
Octal102217123

Shades and tints

Shades of #428F53

#428F53
(66,143,83)
#3C824C
(60,130,76)
#367545
(54,117,69)
#30683E
(48,104,62)
#2A5B37
(42,91,55)
#244E30
(36,78,48)
#1E4129
(30,65,41)
#183422
(24,52,34)
#12271B
(18,39,27)
#0C1A14
(12,26,20)
#060D0D
(6,13,13)
#000000
(0,0,0)

Tints of #428F53

#428F53
(66,143,83)
#539962
(83,153,98)
#64A371
(100,163,113)
#75AD80
(117,173,128)
#86B78F
(134,183,143)
#97C19E
(151,193,158)
#A8CBAD
(168,203,173)
#B9D5BC
(185,213,188)
#CADFCB
(202,223,203)
#DBE9DA
(219,233,218)
#ECF3E9
(236,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428F53; }

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

This text font color is #428F53.


Background Color

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

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

This div background color is #428F53.


Border color

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

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

This div border color is #428F53.


Opacity

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

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

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

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

This text has shadow with #428F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428F53 on black background.


Color preview on white background

This text has color #428F53 on white background.



Black color preview on #428F53 background

This text has black color on #428F53 background.


White color preview on #428F53 background

This text has white color on #428F53 background.