COLOR #47B077

HEX: #47B077
RGB: (71,176,119)

Color info

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

RGB color model

#47B077 color RGB value is (71,176,119).

  • red value is 71;
  • green value is 176;
  • blue value is 119.
RGB:
(71,176,119)
(28%,69%,47%)

RGB channels and saturation

R 71 of 255 = 28%
G 176 of 255 = 69%
B 119 of 255 = 47%

71
176
119

R + G + B ~ 48%. #47B077 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 176 + 119 = 366 (100%)
R 71 of 366 ~ 19.4%
G 176 of 366 ~ 48.09%
B 119 of 366 ~ 32.51%

%19.4
%48.09
%32.51

CMYK color model

#47B077 color CMYK value is (60,0,32,31).

  • cyan value is 59.66%
  • magenta value is 0.00%
  • yellow value is 32.39%
  • key color value is 30.98%
CMYK:
(60,0,32,31)
C60M0Y32K31 
(60%,0%,32%,31%)
(0.60/0.00/0.32/0.31)	

CMYK percentages

%59.66
%0
%32.39
%30.98

Codes

Color #47B077 in popluar color models

47B077
RGB71176119
HSL147°42.51%48.43%
HSB/HSV147°59.66%69.02%
CMYK59.66%0.00%32.39%
30.98%

Color #47B077 in popluar number systems.

HEX47B077
Decimal71176119
Binary1000111101100001110111
Octal107260167

Shades and tints

Shades of #47B077

#47B077
(71,176,119)
#41A06D
(65,160,109)
#3B9063
(59,144,99)
#358059
(53,128,89)
#2F704F
(47,112,79)
#296045
(41,96,69)
#23503B
(35,80,59)
#1D4031
(29,64,49)
#173027
(23,48,39)
#11201D
(17,32,29)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #47B077

#47B077
(71,176,119)
#57B783
(87,183,131)
#67BE8F
(103,190,143)
#77C59B
(119,197,155)
#87CCA7
(135,204,167)
#97D3B3
(151,211,179)
#A7DABF
(167,218,191)
#B7E1CB
(183,225,203)
#C7E8D7
(199,232,215)
#D7EFE3
(215,239,227)
#E7F6EF
(231,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47B077 color. Also use rgb(71,176,119) instead hex code.

Text Font Color

.myTextColor { color: #47B077; }

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

This text font color is #47B077.


Background Color

.myBgColor { background-color: #47B077; }

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

This div background color is #47B077.


Border color

.myBorderColor { border: 1px solid #47B077; }

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

This div border color is #47B077.


Opacity

.myOpacity80 { color: #47B077; opacity: 0.8; }

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

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

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

This text has shadow with #47B077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47B077 on black background.


Color preview on white background

This text has color #47B077 on white background.



Black color preview on #47B077 background

This text has black color on #47B077 background.


White color preview on #47B077 background

This text has white color on #47B077 background.