COLOR #47A36B

HEX: #47A36B RGB: (71,163,107)

Color info

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

RGB color model

#47A36B color RGB value is (71,163,107).

RGB: (71,163,107) (28%, 64%, 42%)

RGB channels and saturation

R 71 of 255 = 28%
G 163 of 255 = 64%
B 107 of 255 = 42%

71
163
107

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

Portions of RGB colors in percentages

R + G + B = 71 + 163 + 107 = 341 (100%)
R 71 of 341 ~ 20.82%
G 163 of 341 ~ 47.8%
B 107 of 341 ~ 31.38'%

%20.82
%47.8
%31.38

CMYK color model

#47A36B color CMYK value is (56,0,34,36).

  • cyan value is 56.44%
  • magenta value is 0.00%
  • yellow value is 34.36%
  • key color value is 36.08%

CMYK: (56,0,34,36)
C56M0Y34K36 (56%, 0%, 34%, 36%)
(0.56 / 0.00 / 0.34 / 0.36)

CMYK percentages

%56.44
%0
%34.36
%36.08

Codes

Color #47A36B in popluar color models

47 A3 6B
RGB 71 163 107
HSL 143° 39.32% 45.88%
HSB/HSV 143° 56.44% 63.92%
CMYK 56.44% 0.00% 34.36%
36.08%

Color #47A36B in popluar number systems.

HEX 47 A3 6B
Decimal 71 163 107
Binary 1000111 10100011 1101011
Octal 107 243 153

Shades and tints

Shades of #47A36B

#47A36B
(71,163,107)
#419562
(65,149,98)
#3B8759
(59,135,89)
#357950
(53,121,80)
#2F6B47
(47,107,71)
#295D3E
(41,93,62)
#234F35
(35,79,53)
#1D412C
(29,65,44)
#173323
(23,51,35)
#11251A
(17,37,26)
#0B1711
(11,23,17)
#000000
(0,0,0)

Tints of #47A36B

#47A36B
(71,163,107)
#57AB78
(87,171,120)
#67B385
(103,179,133)
#77BB92
(119,187,146)
#87C39F
(135,195,159)
#97CBAC
(151,203,172)
#A7D3B9
(167,211,185)
#B7DBC6
(183,219,198)
#C7E3D3
(199,227,211)
#D7EBE0
(215,235,224)
#E7F3ED
(231,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47A36B color. Also use rgb(71,163,107) instead hex code.

Text Font Color

.myTextColor { color: #47A36B; }

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

This text font color is #47A36B.

Background Color

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

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

This div background color is #47A36B.

Border color

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

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

This div border color is #47A36B.

Opacity

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

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

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

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

This text has shadow with #47A36B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47A36B.

Preview

Color preview on black background

This text has color #47A36B on black background.


Color preview on white background

This text has color #47A36B on white background.


Black color preview on #47A36B background

This text has black color on #47A36B background.


White color preview on #47A36B background

This text has white color on #47A36B background.


Related colors

Complementary color

Complementary color for #hex is #B85C94.


I love getcolorcode.com

Triadic colors

1 #6B47A3 and #A36B47 with #47A36B are triadic colors.

2 #6BA347 and #A3476B with #47A36B are triadic colors.