COLOR #479A6D

HEX: #479A6D
RGB: (71,154,109)

Color info

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

RGB color model

#479A6D color RGB value is (71,154,109).

  • red value is 71;
  • green value is 154;
  • blue value is 109.
RGB:
(71,154,109)
(28%,60%,43%)

RGB channels and saturation

R 71 of 255 = 28%
G 154 of 255 = 60%
B 109 of 255 = 43%

71
154
109

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

Portions of RGB colors in percentages

R + G + B =
71 + 154 + 109 = 334 (100%)
R 71 of 334 ~ 21.26%
G 154 of 334 ~ 46.11%
B 109 of 334 ~ 32.63%

%21.26
%46.11
%32.63

CMYK color model

#479A6D color CMYK value is (54,0,29,40).

  • cyan value is 53.90%
  • magenta value is 0.00%
  • yellow value is 29.22%
  • key color value is 39.61%
CMYK:
(54,0,29,40)
C54M0Y29K40 
(54%,0%,29%,40%)
(0.54/0.00/0.29/0.40)	

CMYK percentages

%53.9
%0
%29.22
%39.61

Codes

Color #479A6D in popluar color models

479A6D
RGB71154109
HSL147°36.89%44.12%
HSB/HSV147°53.90%60.39%
CMYK53.90%0.00%29.22%
39.61%

Color #479A6D in popluar number systems.

HEX479A6D
Decimal71154109
Binary1000111100110101101101
Octal107232155

Shades and tints

Shades of #479A6D

#479A6D
(71,154,109)
#418C64
(65,140,100)
#3B7E5B
(59,126,91)
#357052
(53,112,82)
#2F6249
(47,98,73)
#295440
(41,84,64)
#234637
(35,70,55)
#1D382E
(29,56,46)
#172A25
(23,42,37)
#111C1C
(17,28,28)
#0B0E13
(11,14,19)
#000000
(0,0,0)

Tints of #479A6D

#479A6D
(71,154,109)
#57A37A
(87,163,122)
#67AC87
(103,172,135)
#77B594
(119,181,148)
#87BEA1
(135,190,161)
#97C7AE
(151,199,174)
#A7D0BB
(167,208,187)
#B7D9C8
(183,217,200)
#C7E2D5
(199,226,213)
#D7EBE2
(215,235,226)
#E7F4EF
(231,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479A6D color. Also use rgb(71,154,109) instead hex code.

Text Font Color

.myTextColor { color: #479A6D; }

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

This text font color is #479A6D.


Background Color

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

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

This div background color is #479A6D.


Border color

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

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

This div border color is #479A6D.


Opacity

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

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

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

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

This text has shadow with #479A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479A6D on black background.


Color preview on white background

This text has color #479A6D on white background.



Black color preview on #479A6D background

This text has black color on #479A6D background.


White color preview on #479A6D background

This text has white color on #479A6D background.