COLOR #428258

HEX: #428258
RGB: (66,130,88)

Color info

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

RGB color model

#428258 color RGB value is (66,130,88).

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

RGB channels and saturation

R 66 of 255 = 26%
G 130 of 255 = 51%
B 88 of 255 = 35%

66
130
88

R + G + B ~ 37%. #428258 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 130 + 88 = 284 (100%)
R 66 of 284 ~ 23.24%
G 130 of 284 ~ 45.77%
B 88 of 284 ~ 30.99%

%23.24
%45.77
%30.99

CMYK color model

#428258 color CMYK value is (49,0,32,49).

  • cyan value is 49.23%
  • magenta value is 0.00%
  • yellow value is 32.31%
  • key color value is 49.02%
CMYK:
(49,0,32,49)
C49M0Y32K49 
(49%,0%,32%,49%)
(0.49/0.00/0.32/0.49)	

CMYK percentages

%49.23
%0
%32.31
%49.02

Codes

Color #428258 in popluar color models

428258
RGB6613088
HSL141°32.65%38.43%
HSB/HSV141°49.23%50.98%
CMYK49.23%0.00%32.31%
49.02%

Color #428258 in popluar number systems.

HEX428258
Decimal6613088
Binary1000010100000101011000
Octal102202130

Shades and tints

Shades of #428258

#428258
(66,130,88)
#3C7750
(60,119,80)
#366C48
(54,108,72)
#306140
(48,97,64)
#2A5638
(42,86,56)
#244B30
(36,75,48)
#1E4028
(30,64,40)
#183520
(24,53,32)
#122A18
(18,42,24)
#0C1F10
(12,31,16)
#061408
(6,20,8)
#000000
(0,0,0)

Tints of #428258

#428258
(66,130,88)
#538D67
(83,141,103)
#649876
(100,152,118)
#75A385
(117,163,133)
#86AE94
(134,174,148)
#97B9A3
(151,185,163)
#A8C4B2
(168,196,178)
#B9CFC1
(185,207,193)
#CADAD0
(202,218,208)
#DBE5DF
(219,229,223)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428258; }

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

This text font color is #428258.


Background Color

.myBgColor { background-color: #428258; }

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

This div background color is #428258.


Border color

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

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

This div border color is #428258.


Opacity

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

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

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

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

This text has shadow with #428258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428258 on black background.


Color preview on white background

This text has color #428258 on white background.



Black color preview on #428258 background

This text has black color on #428258 background.


White color preview on #428258 background

This text has white color on #428258 background.