COLOR #428162

HEX: #428162
RGB: (66,129,98)

Color info

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

RGB color model

#428162 color RGB value is (66,129,98).

  • red value is 66;
  • green value is 129;
  • blue value is 98.
RGB:
(66,129,98)
(26%,51%,38%)

RGB channels and saturation

R 66 of 255 = 26%
G 129 of 255 = 51%
B 98 of 255 = 38%

66
129
98

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

Portions of RGB colors in percentages

R + G + B =
66 + 129 + 98 = 293 (100%)
R 66 of 293 ~ 22.53%
G 129 of 293 ~ 44.03%
B 98 of 293 ~ 33.45%

%22.53
%44.03
%33.45

CMYK color model

#428162 color CMYK value is (49,0,24,49).

  • cyan value is 48.84%
  • magenta value is 0.00%
  • yellow value is 24.03%
  • key color value is 49.41%
CMYK:
(49,0,24,49)
C49M0Y24K49 
(49%,0%,24%,49%)
(0.49/0.00/0.24/0.49)	

CMYK percentages

%48.84
%0
%24.03
%49.41

Codes

Color #428162 in popluar color models

428162
RGB6612998
HSL150°32.31%38.24%
HSB/HSV150°48.84%50.59%
CMYK48.84%0.00%24.03%
49.41%

Color #428162 in popluar number systems.

HEX428162
Decimal6612998
Binary1000010100000011100010
Octal102201142

Shades and tints

Shades of #428162

#428162
(66,129,98)
#3C765A
(60,118,90)
#366B52
(54,107,82)
#30604A
(48,96,74)
#2A5542
(42,85,66)
#244A3A
(36,74,58)
#1E3F32
(30,63,50)
#18342A
(24,52,42)
#122922
(18,41,34)
#0C1E1A
(12,30,26)
#061312
(6,19,18)
#000000
(0,0,0)

Tints of #428162

#428162
(66,129,98)
#538C70
(83,140,112)
#64977E
(100,151,126)
#75A28C
(117,162,140)
#86AD9A
(134,173,154)
#97B8A8
(151,184,168)
#A8C3B6
(168,195,182)
#B9CEC4
(185,206,196)
#CAD9D2
(202,217,210)
#DBE4E0
(219,228,224)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428162; }

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

This text font color is #428162.


Background Color

.myBgColor { background-color: #428162; }

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

This div background color is #428162.


Border color

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

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

This div border color is #428162.


Opacity

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

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

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

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

This text has shadow with #428162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428162 on black background.


Color preview on white background

This text has color #428162 on white background.



Black color preview on #428162 background

This text has black color on #428162 background.


White color preview on #428162 background

This text has white color on #428162 background.