COLOR #479F6C

HEX: #479F6C
RGB: (71,159,108)

Color info

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

RGB color model

#479F6C color RGB value is (71,159,108).

  • red value is 71;
  • green value is 159;
  • blue value is 108.
RGB:
(71,159,108)
(28%,62%,42%)

RGB channels and saturation

R 71 of 255 = 28%
G 159 of 255 = 62%
B 108 of 255 = 42%

71
159
108

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

Portions of RGB colors in percentages

R + G + B =
71 + 159 + 108 = 338 (100%)
R 71 of 338 ~ 21.01%
G 159 of 338 ~ 47.04%
B 108 of 338 ~ 31.95%

%21.01
%47.04
%31.95

CMYK color model

#479F6C color CMYK value is (55,0,32,38).

  • cyan value is 55.35%
  • magenta value is 0.00%
  • yellow value is 32.08%
  • key color value is 37.65%
CMYK:
(55,0,32,38)
C55M0Y32K38 
(55%,0%,32%,38%)
(0.55/0.00/0.32/0.38)	

CMYK percentages

%55.35
%0
%32.08
%37.65

Codes

Color #479F6C in popluar color models

479F6C
RGB71159108
HSL145°38.26%45.10%
HSB/HSV145°55.35%62.35%
CMYK55.35%0.00%32.08%
37.65%

Color #479F6C in popluar number systems.

HEX479F6C
Decimal71159108
Binary1000111100111111101100
Octal107237154

Shades and tints

Shades of #479F6C

#479F6C
(71,159,108)
#419163
(65,145,99)
#3B835A
(59,131,90)
#357551
(53,117,81)
#2F6748
(47,103,72)
#29593F
(41,89,63)
#234B36
(35,75,54)
#1D3D2D
(29,61,45)
#172F24
(23,47,36)
#11211B
(17,33,27)
#0B1312
(11,19,18)
#000000
(0,0,0)

Tints of #479F6C

#479F6C
(71,159,108)
#57A779
(87,167,121)
#67AF86
(103,175,134)
#77B793
(119,183,147)
#87BFA0
(135,191,160)
#97C7AD
(151,199,173)
#A7CFBA
(167,207,186)
#B7D7C7
(183,215,199)
#C7DFD4
(199,223,212)
#D7E7E1
(215,231,225)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479F6C color. Also use rgb(71,159,108) instead hex code.

Text Font Color

.myTextColor { color: #479F6C; }

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

This text font color is #479F6C.


Background Color

.myBgColor { background-color: #479F6C; }

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

This div background color is #479F6C.


Border color

.myBorderColor { border: 1px solid #479F6C; }

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

This div border color is #479F6C.


Opacity

.myOpacity80 { color: #479F6C; opacity: 0.8; }

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

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

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

This text has shadow with #479F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479F6C on black background.


Color preview on white background

This text has color #479F6C on white background.



Black color preview on #479F6C background

This text has black color on #479F6C background.


White color preview on #479F6C background

This text has white color on #479F6C background.