COLOR #428484

HEX: #428484
RGB: (66,132,132)

Color info

#428484 contains mainly green and blue colors. Web safe color of #428484 is #339999 (or #399).

RGB color model

#428484 color RGB value is (66,132,132).

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

RGB channels and saturation

R 66 of 255 = 26%
G 132 of 255 = 52%
B 132 of 255 = 52%

66
132
132

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

Portions of RGB colors in percentages

R + G + B =
66 + 132 + 132 = 330 (100%)
R 66 of 330 ~ 20%
G 132 of 330 ~ 40%
B 132 of 330 ~ 40%

%20
%40
%40

CMYK color model

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

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(50,0,0,48)
C50M0Y0K48 
(50%,0%,0%,48%)
(0.50/0.00/0.00/0.48)	

CMYK percentages

%50
%0
%0
%48.24

Codes

Color #428484 in popluar color models

428484
RGB66132132
HSL180°33.33%38.82%
HSB/HSV180°50.00%51.76%
CMYK50.00%0.00%0.00%
48.24%

Color #428484 in popluar number systems.

HEX428484
Decimal66132132
Binary10000101000010010000100
Octal102204204

Shades and tints

Shades of #428484

#428484
(66,132,132)
#3C7878
(60,120,120)
#366C6C
(54,108,108)
#306060
(48,96,96)
#2A5454
(42,84,84)
#244848
(36,72,72)
#1E3C3C
(30,60,60)
#183030
(24,48,48)
#122424
(18,36,36)
#0C1818
(12,24,24)
#060C0C
(6,12,12)
#000000
(0,0,0)

Tints of #428484

#428484
(66,132,132)
#538F8F
(83,143,143)
#649A9A
(100,154,154)
#75A5A5
(117,165,165)
#86B0B0
(134,176,176)
#97BBBB
(151,187,187)
#A8C6C6
(168,198,198)
#B9D1D1
(185,209,209)
#CADCDC
(202,220,220)
#DBE7E7
(219,231,231)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #428484; }

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

This text font color is #428484.


Background Color

.myBgColor { background-color: #428484; }

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

This div background color is #428484.


Border color

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

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

This div border color is #428484.


Opacity

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

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

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

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

This text has shadow with #428484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #428484 on black background.


Color preview on white background

This text has color #428484 on white background.



Black color preview on #428484 background

This text has black color on #428484 background.


White color preview on #428484 background

This text has white color on #428484 background.