COLOR #428558

HEX: #428558
RGB: (66,133,88)

Color info

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

RGB color model

#428558 color RGB value is (66,133,88).

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

RGB channels and saturation

R 66 of 255 = 26%
G 133 of 255 = 52%
B 88 of 255 = 35%

66
133
88

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

Portions of RGB colors in percentages

R + G + B =
66 + 133 + 88 = 287 (100%)
R 66 of 287 ~ 23%
G 133 of 287 ~ 46.34%
B 88 of 287 ~ 30.66%

%23
%46.34
%30.66

CMYK color model

#428558 color CMYK value is (50,0,34,48).

  • cyan value is 50.38%
  • magenta value is 0.00%
  • yellow value is 33.83%
  • key color value is 47.84%
CMYK:
(50,0,34,48)
C50M0Y34K48 
(50%,0%,34%,48%)
(0.50/0.00/0.34/0.48)	

CMYK percentages

%50.38
%0
%33.83
%47.84

Codes

Color #428558 in popluar color models

428558
RGB6613388
HSL140°33.67%39.02%
HSB/HSV140°50.38%52.16%
CMYK50.38%0.00%33.83%
47.84%

Color #428558 in popluar number systems.

HEX428558
Decimal6613388
Binary1000010100001011011000
Octal102205130

Shades and tints

Shades of #428558

#428558
(66,133,88)
#3C7950
(60,121,80)
#366D48
(54,109,72)
#306140
(48,97,64)
#2A5538
(42,85,56)
#244930
(36,73,48)
#1E3D28
(30,61,40)
#183120
(24,49,32)
#122518
(18,37,24)
#0C1910
(12,25,16)
#060D08
(6,13,8)
#000000
(0,0,0)

Tints of #428558

#428558
(66,133,88)
#539067
(83,144,103)
#649B76
(100,155,118)
#75A685
(117,166,133)
#86B194
(134,177,148)
#97BCA3
(151,188,163)
#A8C7B2
(168,199,178)
#B9D2C1
(185,210,193)
#CADDD0
(202,221,208)
#DBE8DF
(219,232,223)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428558; }

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

This text font color is #428558.


Background Color

.myBgColor { background-color: #428558; }

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

This div background color is #428558.


Border color

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

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

This div border color is #428558.


Opacity

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

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

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

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

This text has shadow with #428558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428558 on black background.


Color preview on white background

This text has color #428558 on white background.



Black color preview on #428558 background

This text has black color on #428558 background.


White color preview on #428558 background

This text has white color on #428558 background.