COLOR #428C65

HEX: #428C65 RGB: (66,140,101)

Color info

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

RGB color model

#428C65 color RGB value is (66,140,101).

RGB: (66,140,101) (26%, 55%, 40%)

RGB channels and saturation

R 66 of 255 = 26%
G 140 of 255 = 55%
B 101 of 255 = 40%

66
140
101

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

Portions of RGB colors in percentages

R + G + B = 66 + 140 + 101 = 307 (100%)
R 66 of 307 ~ 21.5%
G 140 of 307 ~ 45.6%
B 101 of 307 ~ 32.9'%

%21.5
%45.6
%32.9

CMYK color model

#428C65 color CMYK value is (53,0,28,45).

  • cyan value is 52.86%
  • magenta value is 0.00%
  • yellow value is 27.86%
  • key color value is 45.10%

CMYK: (53,0,28,45)
C53M0Y28K45 (53%, 0%, 28%, 45%)
(0.53 / 0.00 / 0.28 / 0.45)

CMYK percentages

%52.86
%0
%27.86
%45.1

Codes

Color #428C65 in popluar color models

42 8C 65
RGB 66 140 101
HSL 148° 35.92% 40.39%
HSB/HSV 148° 52.86% 54.90%
CMYK 52.86% 0.00% 27.86%
45.10%

Color #428C65 in popluar number systems.

HEX 42 8C 65
Decimal 66 140 101
Binary 1000010 10001100 1100101
Octal 102 214 145

Shades and tints

Shades of #428C65

#428C65
(66,140,101)
#3C805C
(60,128,92)
#367453
(54,116,83)
#30684A
(48,104,74)
#2A5C41
(42,92,65)
#245038
(36,80,56)
#1E442F
(30,68,47)
#183826
(24,56,38)
#122C1D
(18,44,29)
#0C2014
(12,32,20)
#06140B
(6,20,11)
#000000
(0,0,0)

Tints of #428C65

#428C65
(66,140,101)
#539673
(83,150,115)
#64A081
(100,160,129)
#75AA8F
(117,170,143)
#86B49D
(134,180,157)
#97BEAB
(151,190,171)
#A8C8B9
(168,200,185)
#B9D2C7
(185,210,199)
#CADCD5
(202,220,213)
#DBE6E3
(219,230,227)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428C65 color. Also use rgb(66,140,101) instead hex code.

Text Font Color

.myTextColor { color: #428C65; }

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

This text font color is #428C65.

Background Color

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

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

This div background color is #428C65.

Border color

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

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

This div border color is #428C65.

Opacity

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

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

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

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

This text has shadow with #428C65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #428C65.

Preview

Color preview on black background

This text has color #428C65 on black background.


Color preview on white background

This text has color #428C65 on white background.


Black color preview on #428C65 background

This text has black color on #428C65 background.


White color preview on #428C65 background

This text has white color on #428C65 background.


Related colors

Complementary color

Complementary color for #hex is #BD739A.


I love getcolorcode.com

Triadic colors

1 #65428C and #8C6542 with #428C65 are triadic colors.

2 #658C42 and #8C4265 with #428C65 are triadic colors.