COLOR #47B476

HEX: #47B476
RGB: (71,180,118)

Color info

#47B476 contains mainly green color. Web safe color of #47B476 is #33CC66 (or #3C6).

RGB color model

#47B476 color RGB value is (71,180,118).

  • red value is 71;
  • green value is 180;
  • blue value is 118.
RGB:
(71,180,118)
(28%,71%,46%)

RGB channels and saturation

R 71 of 255 = 28%
G 180 of 255 = 71%
B 118 of 255 = 46%

71
180
118

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

Portions of RGB colors in percentages

R + G + B =
71 + 180 + 118 = 369 (100%)
R 71 of 369 ~ 19.24%
G 180 of 369 ~ 48.78%
B 118 of 369 ~ 31.98%

%19.24
%48.78
%31.98

CMYK color model

#47B476 color CMYK value is (61,0,34,29).

  • cyan value is 60.56%
  • magenta value is 0.00%
  • yellow value is 34.44%
  • key color value is 29.41%
CMYK:
(61,0,34,29)
C61M0Y34K29 
(61%,0%,34%,29%)
(0.61/0.00/0.34/0.29)	

CMYK percentages

%60.56
%0
%34.44
%29.41

Codes

Color #47B476 in popluar color models

47B476
RGB71180118
HSL146°43.43%49.22%
HSB/HSV146°60.56%70.59%
CMYK60.56%0.00%34.44%
29.41%

Color #47B476 in popluar number systems.

HEX47B476
Decimal71180118
Binary1000111101101001110110
Octal107264166

Shades and tints

Shades of #47B476

#47B476
(71,180,118)
#41A46C
(65,164,108)
#3B9462
(59,148,98)
#358458
(53,132,88)
#2F744E
(47,116,78)
#296444
(41,100,68)
#23543A
(35,84,58)
#1D4430
(29,68,48)
#173426
(23,52,38)
#11241C
(17,36,28)
#0B1412
(11,20,18)
#000000
(0,0,0)

Tints of #47B476

#47B476
(71,180,118)
#57BA82
(87,186,130)
#67C08E
(103,192,142)
#77C69A
(119,198,154)
#87CCA6
(135,204,166)
#97D2B2
(151,210,178)
#A7D8BE
(167,216,190)
#B7DECA
(183,222,202)
#C7E4D6
(199,228,214)
#D7EAE2
(215,234,226)
#E7F0EE
(231,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47B476 color. Also use rgb(71,180,118) instead hex code.

Text Font Color

.myTextColor { color: #47B476; }

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

This text font color is #47B476.


Background Color

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

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

This div background color is #47B476.


Border color

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

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

This div border color is #47B476.


Opacity

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

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

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

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

This text has shadow with #47B476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47B476 on black background.


Color preview on white background

This text has color #47B476 on white background.



Black color preview on #47B476 background

This text has black color on #47B476 background.


White color preview on #47B476 background

This text has white color on #47B476 background.