COLOR #47A841

HEX: #47A841
RGB: (71,168,65)

Color info

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

RGB color model

#47A841 color RGB value is (71,168,65).

  • red value is 71;
  • green value is 168;
  • blue value is 65.
RGB:
(71,168,65)
(28%,66%,25%)

RGB channels and saturation

R 71 of 255 = 28%
G 168 of 255 = 66%
B 65 of 255 = 25%

71
168
65

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

Portions of RGB colors in percentages

R + G + B =
71 + 168 + 65 = 304 (100%)
R 71 of 304 ~ 23.36%
G 168 of 304 ~ 55.26%
B 65 of 304 ~ 21.38%

%23.36
%55.26
%21.38

CMYK color model

#47A841 color CMYK value is (58,0,61,34).

  • cyan value is 57.74%
  • magenta value is 0.00%
  • yellow value is 61.31%
  • key color value is 34.12%
CMYK:
(58,0,61,34)
C58M0Y61K34 
(58%,0%,61%,34%)
(0.58/0.00/0.61/0.34)	

CMYK percentages

%57.74
%0
%61.31
%34.12

Codes

Color #47A841 in popluar color models

47A841
RGB7116865
HSL117°44.21%45.69%
HSB/HSV117°61.31%65.88%
CMYK57.74%0.00%61.31%
34.12%

Color #47A841 in popluar number systems.

HEX47A841
Decimal7116865
Binary1000111101010001000001
Octal107250101

Shades and tints

Shades of #47A841

#47A841
(71,168,65)
#41993C
(65,153,60)
#3B8A37
(59,138,55)
#357B32
(53,123,50)
#2F6C2D
(47,108,45)
#295D28
(41,93,40)
#234E23
(35,78,35)
#1D3F1E
(29,63,30)
#173019
(23,48,25)
#112114
(17,33,20)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #47A841

#47A841
(71,168,65)
#57AF52
(87,175,82)
#67B663
(103,182,99)
#77BD74
(119,189,116)
#87C485
(135,196,133)
#97CB96
(151,203,150)
#A7D2A7
(167,210,167)
#B7D9B8
(183,217,184)
#C7E0C9
(199,224,201)
#D7E7DA
(215,231,218)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47A841 color. Also use rgb(71,168,65) instead hex code.

Text Font Color

.myTextColor { color: #47A841; }

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

This text font color is #47A841.


Background Color

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

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

This div background color is #47A841.


Border color

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

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

This div border color is #47A841.


Opacity

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

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

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

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

This text has shadow with #47A841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47A841 on black background.


Color preview on white background

This text has color #47A841 on white background.



Black color preview on #47A841 background

This text has black color on #47A841 background.


White color preview on #47A841 background

This text has white color on #47A841 background.