COLOR #47AB49

HEX: #47AB49
RGB: (71,171,73)

Color info

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

RGB color model

#47AB49 color RGB value is (71,171,73).

  • red value is 71;
  • green value is 171;
  • blue value is 73.
RGB:
(71,171,73)
(28%,67%,29%)

RGB channels and saturation

R 71 of 255 = 28%
G 171 of 255 = 67%
B 73 of 255 = 29%

71
171
73

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

Portions of RGB colors in percentages

R + G + B =
71 + 171 + 73 = 315 (100%)
R 71 of 315 ~ 22.54%
G 171 of 315 ~ 54.29%
B 73 of 315 ~ 23.17%

%22.54
%54.29
%23.17

CMYK color model

#47AB49 color CMYK value is (58,0,57,33).

  • cyan value is 58.48%
  • magenta value is 0.00%
  • yellow value is 57.31%
  • key color value is 32.94%
CMYK:
(58,0,57,33)
C58M0Y57K33 
(58%,0%,57%,33%)
(0.58/0.00/0.57/0.33)	

CMYK percentages

%58.48
%0
%57.31
%32.94

Codes

Color #47AB49 in popluar color models

47AB49
RGB7117173
HSL121°41.32%47.45%
HSB/HSV121°58.48%67.06%
CMYK58.48%0.00%57.31%
32.94%

Color #47AB49 in popluar number systems.

HEX47AB49
Decimal7117173
Binary1000111101010111001001
Octal107253111

Shades and tints

Shades of #47AB49

#47AB49
(71,171,73)
#419C43
(65,156,67)
#3B8D3D
(59,141,61)
#357E37
(53,126,55)
#2F6F31
(47,111,49)
#29602B
(41,96,43)
#235125
(35,81,37)
#1D421F
(29,66,31)
#173319
(23,51,25)
#112413
(17,36,19)
#0B150D
(11,21,13)
#000000
(0,0,0)

Tints of #47AB49

#47AB49
(71,171,73)
#57B259
(87,178,89)
#67B969
(103,185,105)
#77C079
(119,192,121)
#87C789
(135,199,137)
#97CE99
(151,206,153)
#A7D5A9
(167,213,169)
#B7DCB9
(183,220,185)
#C7E3C9
(199,227,201)
#D7EAD9
(215,234,217)
#E7F1E9
(231,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47AB49; }

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

This text font color is #47AB49.


Background Color

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

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

This div background color is #47AB49.


Border color

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

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

This div border color is #47AB49.


Opacity

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

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

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

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

This text has shadow with #47AB49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47AB49 on black background.


Color preview on white background

This text has color #47AB49 on white background.



Black color preview on #47AB49 background

This text has black color on #47AB49 background.


White color preview on #47AB49 background

This text has white color on #47AB49 background.