COLOR #428063

HEX: #428063
RGB: (66,128,99)

Color info

#428063 contains mainly green and blue colors. Web safe color of #428063 is #336666 (or #366).

RGB color model

#428063 color RGB value is (66,128,99).

  • red value is 66;
  • green value is 128;
  • blue value is 99.
RGB:
(66,128,99)
(26%,50%,39%)

RGB channels and saturation

R 66 of 255 = 26%
G 128 of 255 = 50%
B 99 of 255 = 39%

66
128
99

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

Portions of RGB colors in percentages

R + G + B =
66 + 128 + 99 = 293 (100%)
R 66 of 293 ~ 22.53%
G 128 of 293 ~ 43.69%
B 99 of 293 ~ 33.79%

%22.53
%43.69
%33.79

CMYK color model

#428063 color CMYK value is (48,0,23,50).

  • cyan value is 48.44%
  • magenta value is 0.00%
  • yellow value is 22.66%
  • key color value is 49.80%
CMYK:
(48,0,23,50)
C48M0Y23K50 
(48%,0%,23%,50%)
(0.48/0.00/0.23/0.50)	

CMYK percentages

%48.44
%0
%22.66
%49.8

Codes

Color #428063 in popluar color models

428063
RGB6612899
HSL152°31.96%38.04%
HSB/HSV152°48.44%50.20%
CMYK48.44%0.00%22.66%
49.80%

Color #428063 in popluar number systems.

HEX428063
Decimal6612899
Binary1000010100000001100011
Octal102200143

Shades and tints

Shades of #428063

#428063
(66,128,99)
#3C755A
(60,117,90)
#366A51
(54,106,81)
#305F48
(48,95,72)
#2A543F
(42,84,63)
#244936
(36,73,54)
#1E3E2D
(30,62,45)
#183324
(24,51,36)
#12281B
(18,40,27)
#0C1D12
(12,29,18)
#061209
(6,18,9)
#000000
(0,0,0)

Tints of #428063

#428063
(66,128,99)
#538B71
(83,139,113)
#64967F
(100,150,127)
#75A18D
(117,161,141)
#86AC9B
(134,172,155)
#97B7A9
(151,183,169)
#A8C2B7
(168,194,183)
#B9CDC5
(185,205,197)
#CAD8D3
(202,216,211)
#DBE3E1
(219,227,225)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428063 color. Also use rgb(66,128,99) instead hex code.

Text Font Color

.myTextColor { color: #428063; }

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

This text font color is #428063.


Background Color

.myBgColor { background-color: #428063; }

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

This div background color is #428063.


Border color

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

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

This div border color is #428063.


Opacity

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

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

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

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

This text has shadow with #428063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428063 on black background.


Color preview on white background

This text has color #428063 on white background.



Black color preview on #428063 background

This text has black color on #428063 background.


White color preview on #428063 background

This text has white color on #428063 background.