COLOR #428B62

HEX: #428B62 RGB: (66,139,98)

Color info

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

RGB color model

#428B62 color RGB value is (66,139,98).

RGB: (66,139,98) (26%, 55%, 38%)

RGB channels and saturation

R 66 of 255 = 26%
G 139 of 255 = 55%
B 98 of 255 = 38%

66
139
98

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

Portions of RGB colors in percentages

R + G + B = 66 + 139 + 98 = 303 (100%)
R 66 of 303 ~ 21.78%
G 139 of 303 ~ 45.87%
B 98 of 303 ~ 32.34'%

%21.78
%45.87
%32.34

CMYK color model

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

  • cyan value is 52.52%
  • magenta value is 0.00%
  • yellow value is 29.50%
  • 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
%29.5
%45.49

Codes

Color #428B62 in popluar color models

42 8B 62
RGB 66 139 98
HSL 146° 35.61% 40.20%
HSB/HSV 146° 52.52% 54.51%
CMYK 52.52% 0.00% 29.50%
45.49%

Color #428B62 in popluar number systems.

HEX 42 8B 62
Decimal 66 139 98
Binary 1000010 10001011 1100010
Octal 102 213 142

Shades and tints

Shades of #428B62

#428B62
(66,139,98)
#3C7F5A
(60,127,90)
#367352
(54,115,82)
#30674A
(48,103,74)
#2A5B42
(42,91,66)
#244F3A
(36,79,58)
#1E4332
(30,67,50)
#18372A
(24,55,42)
#122B22
(18,43,34)
#0C1F1A
(12,31,26)
#061312
(6,19,18)
#000000
(0,0,0)

Tints of #428B62

#428B62
(66,139,98)
#539570
(83,149,112)
#649F7E
(100,159,126)
#75A98C
(117,169,140)
#86B39A
(134,179,154)
#97BDA8
(151,189,168)
#A8C7B6
(168,199,182)
#B9D1C4
(185,209,196)
#CADBD2
(202,219,210)
#DBE5E0
(219,229,224)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428B62; }

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

This text font color is #428B62.

Background Color

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

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

This div background color is #428B62.

Border color

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

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

This div border color is #428B62.

Opacity

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

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

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

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

This text has shadow with #428B62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #428B62.

Preview

Color preview on black background

This text has color #428B62 on black background.


Color preview on white background

This text has color #428B62 on white background.


Black color preview on #428B62 background

This text has black color on #428B62 background.


White color preview on #428B62 background

This text has white color on #428B62 background.


Related colors

Complementary color

Complementary color for #hex is #BD749D.


I love getcolorcode.com

Triadic colors

1 #62428B and #8B6242 with #428B62 are triadic colors.

2 #628B42 and #8B4262 with #428B62 are triadic colors.