COLOR #479888

HEX: #479888
RGB: (71,152,136)

Color info

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

RGB color model

#479888 color RGB value is (71,152,136).

  • red value is 71;
  • green value is 152;
  • blue value is 136.
RGB:
(71,152,136)
(28%,60%,53%)

RGB channels and saturation

R 71 of 255 = 28%
G 152 of 255 = 60%
B 136 of 255 = 53%

71
152
136

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

Portions of RGB colors in percentages

R + G + B =
71 + 152 + 136 = 359 (100%)
R 71 of 359 ~ 19.78%
G 152 of 359 ~ 42.34%
B 136 of 359 ~ 37.88%

%19.78
%42.34
%37.88

CMYK color model

#479888 color CMYK value is (53,0,11,40).

  • cyan value is 53.29%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 40.39%
CMYK:
(53,0,11,40)
C53M0Y11K40 
(53%,0%,11%,40%)
(0.53/0.00/0.11/0.40)	

CMYK percentages

%53.29
%0
%10.53
%40.39

Codes

Color #479888 in popluar color models

479888
RGB71152136
HSL168°36.32%43.73%
HSB/HSV168°53.29%59.61%
CMYK53.29%0.00%10.53%
40.39%

Color #479888 in popluar number systems.

HEX479888
Decimal71152136
Binary10001111001100010001000
Octal107230210

Shades and tints

Shades of #479888

#479888
(71,152,136)
#418B7C
(65,139,124)
#3B7E70
(59,126,112)
#357164
(53,113,100)
#2F6458
(47,100,88)
#29574C
(41,87,76)
#234A40
(35,74,64)
#1D3D34
(29,61,52)
#173028
(23,48,40)
#11231C
(17,35,28)
#0B1610
(11,22,16)
#000000
(0,0,0)

Tints of #479888

#479888
(71,152,136)
#57A192
(87,161,146)
#67AA9C
(103,170,156)
#77B3A6
(119,179,166)
#87BCB0
(135,188,176)
#97C5BA
(151,197,186)
#A7CEC4
(167,206,196)
#B7D7CE
(183,215,206)
#C7E0D8
(199,224,216)
#D7E9E2
(215,233,226)
#E7F2EC
(231,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479888 color. Also use rgb(71,152,136) instead hex code.

Text Font Color

.myTextColor { color: #479888; }

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

This text font color is #479888.


Background Color

.myBgColor { background-color: #479888; }

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

This div background color is #479888.


Border color

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

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

This div border color is #479888.


Opacity

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

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

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

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

This text has shadow with #479888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479888 on black background.


Color preview on white background

This text has color #479888 on white background.



Black color preview on #479888 background

This text has black color on #479888 background.


White color preview on #479888 background

This text has white color on #479888 background.