COLOR #479670

HEX: #479670
RGB: (71,150,112)

Color info

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

RGB color model

#479670 color RGB value is (71,150,112).

  • red value is 71;
  • green value is 150;
  • blue value is 112.
RGB:
(71,150,112)
(28%,59%,44%)

RGB channels and saturation

R 71 of 255 = 28%
G 150 of 255 = 59%
B 112 of 255 = 44%

71
150
112

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

Portions of RGB colors in percentages

R + G + B =
71 + 150 + 112 = 333 (100%)
R 71 of 333 ~ 21.32%
G 150 of 333 ~ 45.05%
B 112 of 333 ~ 33.63%

%21.32
%45.05
%33.63

CMYK color model

#479670 color CMYK value is (53,0,25,41).

  • cyan value is 52.67%
  • magenta value is 0.00%
  • yellow value is 25.33%
  • key color value is 41.18%
CMYK:
(53,0,25,41)
C53M0Y25K41 
(53%,0%,25%,41%)
(0.53/0.00/0.25/0.41)	

CMYK percentages

%52.67
%0
%25.33
%41.18

Codes

Color #479670 in popluar color models

479670
RGB71150112
HSL151°35.75%43.33%
HSB/HSV151°52.67%58.82%
CMYK52.67%0.00%25.33%
41.18%

Color #479670 in popluar number systems.

HEX479670
Decimal71150112
Binary1000111100101101110000
Octal107226160

Shades and tints

Shades of #479670

#479670
(71,150,112)
#418966
(65,137,102)
#3B7C5C
(59,124,92)
#356F52
(53,111,82)
#2F6248
(47,98,72)
#29553E
(41,85,62)
#234834
(35,72,52)
#1D3B2A
(29,59,42)
#172E20
(23,46,32)
#112116
(17,33,22)
#0B140C
(11,20,12)
#000000
(0,0,0)

Tints of #479670

#479670
(71,150,112)
#579F7D
(87,159,125)
#67A88A
(103,168,138)
#77B197
(119,177,151)
#87BAA4
(135,186,164)
#97C3B1
(151,195,177)
#A7CCBE
(167,204,190)
#B7D5CB
(183,213,203)
#C7DED8
(199,222,216)
#D7E7E5
(215,231,229)
#E7F0F2
(231,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479670 color. Also use rgb(71,150,112) instead hex code.

Text Font Color

.myTextColor { color: #479670; }

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

This text font color is #479670.


Background Color

.myBgColor { background-color: #479670; }

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

This div background color is #479670.


Border color

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

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

This div border color is #479670.


Opacity

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

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

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

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

This text has shadow with #479670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479670 on black background.


Color preview on white background

This text has color #479670 on white background.



Black color preview on #479670 background

This text has black color on #479670 background.


White color preview on #479670 background

This text has white color on #479670 background.