COLOR #428575

HEX: #428575
RGB: (66,133,117)

Color info

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

RGB color model

#428575 color RGB value is (66,133,117).

  • red value is 66;
  • green value is 133;
  • blue value is 117.
RGB:
(66,133,117)
(26%,52%,46%)

RGB channels and saturation

R 66 of 255 = 26%
G 133 of 255 = 52%
B 117 of 255 = 46%

66
133
117

R + G + B ~ 41%. #428575 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 133 + 117 = 316 (100%)
R 66 of 316 ~ 20.89%
G 133 of 316 ~ 42.09%
B 117 of 316 ~ 37.03%

%20.89
%42.09
%37.03

CMYK color model

#428575 color CMYK value is (50,0,12,48).

  • cyan value is 50.38%
  • magenta value is 0.00%
  • yellow value is 12.03%
  • key color value is 47.84%
CMYK:
(50,0,12,48)
C50M0Y12K48 
(50%,0%,12%,48%)
(0.50/0.00/0.12/0.48)	

CMYK percentages

%50.38
%0
%12.03
%47.84

Codes

Color #428575 in popluar color models

428575
RGB66133117
HSL166°33.67%39.02%
HSB/HSV166°50.38%52.16%
CMYK50.38%0.00%12.03%
47.84%

Color #428575 in popluar number systems.

HEX428575
Decimal66133117
Binary1000010100001011110101
Octal102205165

Shades and tints

Shades of #428575

#428575
(66,133,117)
#3C796B
(60,121,107)
#366D61
(54,109,97)
#306157
(48,97,87)
#2A554D
(42,85,77)
#244943
(36,73,67)
#1E3D39
(30,61,57)
#18312F
(24,49,47)
#122525
(18,37,37)
#0C191B
(12,25,27)
#060D11
(6,13,17)
#000000
(0,0,0)

Tints of #428575

#428575
(66,133,117)
#539081
(83,144,129)
#649B8D
(100,155,141)
#75A699
(117,166,153)
#86B1A5
(134,177,165)
#97BCB1
(151,188,177)
#A8C7BD
(168,199,189)
#B9D2C9
(185,210,201)
#CADDD5
(202,221,213)
#DBE8E1
(219,232,225)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #428575 color. Also use rgb(66,133,117) instead hex code.

Text Font Color

.myTextColor { color: #428575; }

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

This text font color is #428575.


Background Color

.myBgColor { background-color: #428575; }

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

This div background color is #428575.


Border color

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

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

This div border color is #428575.


Opacity

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

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

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

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

This text has shadow with #428575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428575 on black background.


Color preview on white background

This text has color #428575 on white background.



Black color preview on #428575 background

This text has black color on #428575 background.


White color preview on #428575 background

This text has white color on #428575 background.