COLOR #479981

HEX: #479981
RGB: (71,153,129)

Color info

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

RGB color model

#479981 color RGB value is (71,153,129).

  • red value is 71;
  • green value is 153;
  • blue value is 129.
RGB:
(71,153,129)
(28%,60%,51%)

RGB channels and saturation

R 71 of 255 = 28%
G 153 of 255 = 60%
B 129 of 255 = 51%

71
153
129

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

Portions of RGB colors in percentages

R + G + B =
71 + 153 + 129 = 353 (100%)
R 71 of 353 ~ 20.11%
G 153 of 353 ~ 43.34%
B 129 of 353 ~ 36.54%

%20.11
%43.34
%36.54

CMYK color model

#479981 color CMYK value is (54,0,16,40).

  • cyan value is 53.59%
  • magenta value is 0.00%
  • yellow value is 15.69%
  • key color value is 40.00%
CMYK:
(54,0,16,40)
C54M0Y16K40 
(54%,0%,16%,40%)
(0.54/0.00/0.16/0.40)	

CMYK percentages

%53.59
%0
%15.69
%40

Codes

Color #479981 in popluar color models

479981
RGB71153129
HSL162°36.61%43.92%
HSB/HSV162°53.59%60.00%
CMYK53.59%0.00%15.69%
40.00%

Color #479981 in popluar number systems.

HEX479981
Decimal71153129
Binary10001111001100110000001
Octal107231201

Shades and tints

Shades of #479981

#479981
(71,153,129)
#418C76
(65,140,118)
#3B7F6B
(59,127,107)
#357260
(53,114,96)
#2F6555
(47,101,85)
#29584A
(41,88,74)
#234B3F
(35,75,63)
#1D3E34
(29,62,52)
#173129
(23,49,41)
#11241E
(17,36,30)
#0B1713
(11,23,19)
#000000
(0,0,0)

Tints of #479981

#479981
(71,153,129)
#57A28C
(87,162,140)
#67AB97
(103,171,151)
#77B4A2
(119,180,162)
#87BDAD
(135,189,173)
#97C6B8
(151,198,184)
#A7CFC3
(167,207,195)
#B7D8CE
(183,216,206)
#C7E1D9
(199,225,217)
#D7EAE4
(215,234,228)
#E7F3EF
(231,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479981 color. Also use rgb(71,153,129) instead hex code.

Text Font Color

.myTextColor { color: #479981; }

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

This text font color is #479981.


Background Color

.myBgColor { background-color: #479981; }

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

This div background color is #479981.


Border color

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

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

This div border color is #479981.


Opacity

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

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

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

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

This text has shadow with #479981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479981 on black background.


Color preview on white background

This text has color #479981 on white background.



Black color preview on #479981 background

This text has black color on #479981 background.


White color preview on #479981 background

This text has white color on #479981 background.