COLOR #428268

HEX: #428268
RGB: (66,130,104)

Color info

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

RGB color model

#428268 color RGB value is (66,130,104).

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

RGB channels and saturation

R 66 of 255 = 26%
G 130 of 255 = 51%
B 104 of 255 = 41%

66
130
104

R + G + B ~ 39%. #428268 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 130 + 104 = 300 (100%)
R 66 of 300 ~ 22%
G 130 of 300 ~ 43.33%
B 104 of 300 ~ 34.67%

%22
%43.33
%34.67

CMYK color model

#428268 color CMYK value is (49,0,20,49).

  • cyan value is 49.23%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 49.02%
CMYK:
(49,0,20,49)
C49M0Y20K49 
(49%,0%,20%,49%)
(0.49/0.00/0.20/0.49)	

CMYK percentages

%49.23
%0
%20
%49.02

Codes

Color #428268 in popluar color models

428268
RGB66130104
HSL156°32.65%38.43%
HSB/HSV156°49.23%50.98%
CMYK49.23%0.00%20.00%
49.02%

Color #428268 in popluar number systems.

HEX428268
Decimal66130104
Binary1000010100000101101000
Octal102202150

Shades and tints

Shades of #428268

#428268
(66,130,104)
#3C775F
(60,119,95)
#366C56
(54,108,86)
#30614D
(48,97,77)
#2A5644
(42,86,68)
#244B3B
(36,75,59)
#1E4032
(30,64,50)
#183529
(24,53,41)
#122A20
(18,42,32)
#0C1F17
(12,31,23)
#06140E
(6,20,14)
#000000
(0,0,0)

Tints of #428268

#428268
(66,130,104)
#538D75
(83,141,117)
#649882
(100,152,130)
#75A38F
(117,163,143)
#86AE9C
(134,174,156)
#97B9A9
(151,185,169)
#A8C4B6
(168,196,182)
#B9CFC3
(185,207,195)
#CADAD0
(202,218,208)
#DBE5DD
(219,229,221)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428268; }

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

This text font color is #428268.


Background Color

.myBgColor { background-color: #428268; }

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

This div background color is #428268.


Border color

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

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

This div border color is #428268.


Opacity

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

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

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

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

This text has shadow with #428268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428268 on black background.


Color preview on white background

This text has color #428268 on white background.



Black color preview on #428268 background

This text has black color on #428268 background.


White color preview on #428268 background

This text has white color on #428268 background.