COLOR #47A55D

HEX: #47A55D
RGB: (71,165,93)

Color info

#47A55D contains mainly green color. Web safe color of #47A55D is #339966 (or #396).

RGB color model

#47A55D color RGB value is (71,165,93).

  • red value is 71;
  • green value is 165;
  • blue value is 93.
RGB:
(71,165,93)
(28%,65%,36%)

RGB channels and saturation

R 71 of 255 = 28%
G 165 of 255 = 65%
B 93 of 255 = 36%

71
165
93

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

Portions of RGB colors in percentages

R + G + B =
71 + 165 + 93 = 329 (100%)
R 71 of 329 ~ 21.58%
G 165 of 329 ~ 50.15%
B 93 of 329 ~ 28.27%

%21.58
%50.15
%28.27

CMYK color model

#47A55D color CMYK value is (57,0,44,35).

  • cyan value is 56.97%
  • magenta value is 0.00%
  • yellow value is 43.64%
  • key color value is 35.29%
CMYK:
(57,0,44,35)
C57M0Y44K35 
(57%,0%,44%,35%)
(0.57/0.00/0.44/0.35)	

CMYK percentages

%56.97
%0
%43.64
%35.29

Codes

Color #47A55D in popluar color models

47A55D
RGB7116593
HSL134°39.83%46.27%
HSB/HSV134°56.97%64.71%
CMYK56.97%0.00%43.64%
35.29%

Color #47A55D in popluar number systems.

HEX47A55D
Decimal7116593
Binary1000111101001011011101
Octal107245135

Shades and tints

Shades of #47A55D

#47A55D
(71,165,93)
#419655
(65,150,85)
#3B874D
(59,135,77)
#357845
(53,120,69)
#2F693D
(47,105,61)
#295A35
(41,90,53)
#234B2D
(35,75,45)
#1D3C25
(29,60,37)
#172D1D
(23,45,29)
#111E15
(17,30,21)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #47A55D

#47A55D
(71,165,93)
#57AD6B
(87,173,107)
#67B579
(103,181,121)
#77BD87
(119,189,135)
#87C595
(135,197,149)
#97CDA3
(151,205,163)
#A7D5B1
(167,213,177)
#B7DDBF
(183,221,191)
#C7E5CD
(199,229,205)
#D7EDDB
(215,237,219)
#E7F5E9
(231,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47A55D color. Also use rgb(71,165,93) instead hex code.

Text Font Color

.myTextColor { color: #47A55D; }

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

This text font color is #47A55D.


Background Color

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

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

This div background color is #47A55D.


Border color

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

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

This div border color is #47A55D.


Opacity

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

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

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

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

This text has shadow with #47A55D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47A55D on black background.


Color preview on white background

This text has color #47A55D on white background.



Black color preview on #47A55D background

This text has black color on #47A55D background.


White color preview on #47A55D background

This text has white color on #47A55D background.