COLOR #47A745

HEX: #47A745 RGB: (71,167,69)

Color info

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

RGB color model

#47A745 color RGB value is (71,167,69).

RGB: (71,167,69) (28%, 65%, 27%)

RGB channels and saturation

R 71 of 255 = 28%
G 167 of 255 = 65%
B 69 of 255 = 27%

71
167
69

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

Portions of RGB colors in percentages

R + G + B = 71 + 167 + 69 = 307 (100%)
R 71 of 307 ~ 23.13%
G 167 of 307 ~ 54.4%
B 69 of 307 ~ 22.48'%

%23.13
%54.4
%22.48

CMYK color model

#47A745 color CMYK value is (57,0,59,35).

  • cyan value is 57.49%
  • magenta value is 0.00%
  • yellow value is 58.68%
  • key color value is 34.51%

CMYK: (57,0,59,35)
C57M0Y59K35 (57%, 0%, 59%, 35%)
(0.57 / 0.00 / 0.59 / 0.35)

CMYK percentages

%57.49
%0
%58.68
%34.51

Codes

Color #47A745 in popluar color models

47 A7 45
RGB 71 167 69
HSL 119° 41.53% 46.27%
HSB/HSV 119° 58.68% 65.49%
CMYK 57.49% 0.00% 58.68%
34.51%

Color #47A745 in popluar number systems.

HEX 47 A7 45
Decimal 71 167 69
Binary 1000111 10100111 1000101
Octal 107 247 105

Shades and tints

Shades of #47A745

#47A745
(71,167,69)
#41983F
(65,152,63)
#3B8939
(59,137,57)
#357A33
(53,122,51)
#2F6B2D
(47,107,45)
#295C27
(41,92,39)
#234D21
(35,77,33)
#1D3E1B
(29,62,27)
#172F15
(23,47,21)
#11200F
(17,32,15)
#0B1109
(11,17,9)
#000000
(0,0,0)

Tints of #47A745

#47A745
(71,167,69)
#57AF55
(87,175,85)
#67B765
(103,183,101)
#77BF75
(119,191,117)
#87C785
(135,199,133)
#97CF95
(151,207,149)
#A7D7A5
(167,215,165)
#B7DFB5
(183,223,181)
#C7E7C5
(199,231,197)
#D7EFD5
(215,239,213)
#E7F7E5
(231,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47A745 color. Also use rgb(71,167,69) instead hex code.

Text Font Color

.myTextColor { color: #47A745; }

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

This text font color is #47A745.

Background Color

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

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

This div background color is #47A745.

Border color

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

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

This div border color is #47A745.

Opacity

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

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

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

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

This text has shadow with #47A745 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #47A745.

Preview

Color preview on black background

This text has color #47A745 on black background.


Color preview on white background

This text has color #47A745 on white background.


Black color preview on #47A745 background

This text has black color on #47A745 background.


White color preview on #47A745 background

This text has white color on #47A745 background.


Related colors

Complementary color

Complementary color for #hex is #B858BA.


I love getcolorcode.com

Triadic colors

1 #4547A7 and #A74547 with #47A745 are triadic colors.

2 #45A747 and #A74745 with #47A745 are triadic colors.