COLOR #479873

HEX: #479873
RGB: (71,152,115)

Color info

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

RGB color model

#479873 color RGB value is (71,152,115).

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

RGB channels and saturation

R 71 of 255 = 28%
G 152 of 255 = 60%
B 115 of 255 = 45%

71
152
115

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

Portions of RGB colors in percentages

R + G + B =
71 + 152 + 115 = 338 (100%)
R 71 of 338 ~ 21.01%
G 152 of 338 ~ 44.97%
B 115 of 338 ~ 34.02%

%21.01
%44.97
%34.02

CMYK color model

#479873 color CMYK value is (53,0,24,40).

  • cyan value is 53.29%
  • magenta value is 0.00%
  • yellow value is 24.34%
  • key color value is 40.39%
CMYK:
(53,0,24,40)
C53M0Y24K40 
(53%,0%,24%,40%)
(0.53/0.00/0.24/0.40)	

CMYK percentages

%53.29
%0
%24.34
%40.39

Codes

Color #479873 in popluar color models

479873
RGB71152115
HSL153°36.32%43.73%
HSB/HSV153°53.29%59.61%
CMYK53.29%0.00%24.34%
40.39%

Color #479873 in popluar number systems.

HEX479873
Decimal71152115
Binary1000111100110001110011
Octal107230163

Shades and tints

Shades of #479873

#479873
(71,152,115)
#418B69
(65,139,105)
#3B7E5F
(59,126,95)
#357155
(53,113,85)
#2F644B
(47,100,75)
#295741
(41,87,65)
#234A37
(35,74,55)
#1D3D2D
(29,61,45)
#173023
(23,48,35)
#112319
(17,35,25)
#0B160F
(11,22,15)
#000000
(0,0,0)

Tints of #479873

#479873
(71,152,115)
#57A17F
(87,161,127)
#67AA8B
(103,170,139)
#77B397
(119,179,151)
#87BCA3
(135,188,163)
#97C5AF
(151,197,175)
#A7CEBB
(167,206,187)
#B7D7C7
(183,215,199)
#C7E0D3
(199,224,211)
#D7E9DF
(215,233,223)
#E7F2EB
(231,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #479873; }

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

This text font color is #479873.


Background Color

.myBgColor { background-color: #479873; }

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

This div background color is #479873.


Border color

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

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

This div border color is #479873.


Opacity

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

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

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

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

This text has shadow with #479873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479873 on black background.


Color preview on white background

This text has color #479873 on white background.



Black color preview on #479873 background

This text has black color on #479873 background.


White color preview on #479873 background

This text has white color on #479873 background.