COLOR #428B63

HEX: #428B63
RGB: (66,139,99)

Color info

#428B63 contains mainly green and blue colors. Web safe color of #428B63 is #339966 (or #396).

RGB color model

#428B63 color RGB value is (66,139,99).

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

RGB channels and saturation

R 66 of 255 = 26%
G 139 of 255 = 55%
B 99 of 255 = 39%

66
139
99

R + G + B ~ 40%. #428B63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 139 + 99 = 304 (100%)
R 66 of 304 ~ 21.71%
G 139 of 304 ~ 45.72%
B 99 of 304 ~ 32.57%

%21.71
%45.72
%32.57

CMYK color model

#428B63 color CMYK value is (53,0,29,45).

  • cyan value is 52.52%
  • magenta value is 0.00%
  • yellow value is 28.78%
  • key color value is 45.49%
CMYK:
(53,0,29,45)
C53M0Y29K45 
(53%,0%,29%,45%)
(0.53/0.00/0.29/0.45)	

CMYK percentages

%52.52
%0
%28.78
%45.49

Codes

Color #428B63 in popluar color models

428B63
RGB6613999
HSL147°35.61%40.20%
HSB/HSV147°52.52%54.51%
CMYK52.52%0.00%28.78%
45.49%

Color #428B63 in popluar number systems.

HEX428B63
Decimal6613999
Binary1000010100010111100011
Octal102213143

Shades and tints

Shades of #428B63

#428B63
(66,139,99)
#3C7F5A
(60,127,90)
#367351
(54,115,81)
#306748
(48,103,72)
#2A5B3F
(42,91,63)
#244F36
(36,79,54)
#1E432D
(30,67,45)
#183724
(24,55,36)
#122B1B
(18,43,27)
#0C1F12
(12,31,18)
#061309
(6,19,9)
#000000
(0,0,0)

Tints of #428B63

#428B63
(66,139,99)
#539571
(83,149,113)
#649F7F
(100,159,127)
#75A98D
(117,169,141)
#86B39B
(134,179,155)
#97BDA9
(151,189,169)
#A8C7B7
(168,199,183)
#B9D1C5
(185,209,197)
#CADBD3
(202,219,211)
#DBE5E1
(219,229,225)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428B63; }

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

This text font color is #428B63.


Background Color

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

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

This div background color is #428B63.


Border color

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

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

This div border color is #428B63.


Opacity

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

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

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

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

This text has shadow with #428B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428B63 on black background.


Color preview on white background

This text has color #428B63 on white background.



Black color preview on #428B63 background

This text has black color on #428B63 background.


White color preview on #428B63 background

This text has white color on #428B63 background.