COLOR #47A549

HEX: #47A549 RGB: (71,165,73)

Color info

#47A549 contains mainly green color. Web safe color of #47A549 is #339933 (or #393).

RGB color model

#47A549 color RGB value is (71,165,73).

RGB: (71,165,73) (28%, 65%, 29%)

RGB channels and saturation

R 71 of 255 = 28%
G 165 of 255 = 65%
B 73 of 255 = 29%

71
165
73

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

Portions of RGB colors in percentages

R + G + B = 71 + 165 + 73 = 309 (100%)
R 71 of 309 ~ 22.98%
G 165 of 309 ~ 53.4%
B 73 of 309 ~ 23.62'%

%22.98
%53.4
%23.62

CMYK color model

#47A549 color CMYK value is (57,0,56,35).

  • cyan value is 56.97%
  • magenta value is 0.00%
  • yellow value is 55.76%
  • key color value is 35.29%

CMYK: (57,0,56,35)
C57M0Y56K35 (57%, 0%, 56%, 35%)
(0.57 / 0.00 / 0.56 / 0.35)

CMYK percentages

%56.97
%0
%55.76
%35.29

Codes

Color #47A549 in popluar color models

47 A5 49
RGB 71 165 73
HSL 121° 39.83% 46.27%
HSB/HSV 121° 56.97% 64.71%
CMYK 56.97% 0.00% 55.76%
35.29%

Color #47A549 in popluar number systems.

HEX 47 A5 49
Decimal 71 165 73
Binary 1000111 10100101 1001001
Octal 107 245 111

Shades and tints

Shades of #47A549

#47A549
(71,165,73)
#419643
(65,150,67)
#3B873D
(59,135,61)
#357837
(53,120,55)
#2F6931
(47,105,49)
#295A2B
(41,90,43)
#234B25
(35,75,37)
#1D3C1F
(29,60,31)
#172D19
(23,45,25)
#111E13
(17,30,19)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #47A549

#47A549
(71,165,73)
#57AD59
(87,173,89)
#67B569
(103,181,105)
#77BD79
(119,189,121)
#87C589
(135,197,137)
#97CD99
(151,205,153)
#A7D5A9
(167,213,169)
#B7DDB9
(183,221,185)
#C7E5C9
(199,229,201)
#D7EDD9
(215,237,217)
#E7F5E9
(231,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47A549; }

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

This text font color is #47A549.

Background Color

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

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

This div background color is #47A549.

Border color

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

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

This div border color is #47A549.

Opacity

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

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

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

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

This text has shadow with #47A549 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47A549.

Preview

Color preview on black background

This text has color #47A549 on black background.


Color preview on white background

This text has color #47A549 on white background.


Black color preview on #47A549 background

This text has black color on #47A549 background.


White color preview on #47A549 background

This text has white color on #47A549 background.


Related colors

Complementary color

Complementary color for #hex is #B85AB6.


I love getcolorcode.com

Triadic colors

1 #4947A5 and #A54947 with #47A549 are triadic colors.

2 #49A547 and #A54749 with #47A549 are triadic colors.