COLOR #47832E

HEX: #47832E
RGB: (71,131,46)

Color info

#47832E contains mainly green color. Web safe color of #47832E is #339933 (or #393).

RGB color model

#47832E color RGB value is (71,131,46).

  • red value is 71;
  • green value is 131;
  • blue value is 46.
RGB:
(71,131,46)
(28%,51%,18%)

RGB channels and saturation

R 71 of 255 = 28%
G 131 of 255 = 51%
B 46 of 255 = 18%

71
131
46

R + G + B ~ 32%. #47832E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 131 + 46 = 248 (100%)
R 71 of 248 ~ 28.63%
G 131 of 248 ~ 52.82%
B 46 of 248 ~ 18.55%

%28.63
%52.82
%18.55

CMYK color model

#47832E color CMYK value is (46,0,65,49).

  • cyan value is 45.80%
  • magenta value is 0.00%
  • yellow value is 64.89%
  • key color value is 48.63%
CMYK:
(46,0,65,49)
C46M0Y65K49 
(46%,0%,65%,49%)
(0.46/0.00/0.65/0.49)	

CMYK percentages

%45.8
%0
%64.89
%48.63

Codes

Color #47832E in popluar color models

47832E
RGB7113146
HSL102°48.02%34.71%
HSB/HSV102°64.89%51.37%
CMYK45.80%0.00%64.89%
48.63%

Color #47832E in popluar number systems.

HEX47832E
Decimal7113146
Binary100011110000011101110
Octal10720356

Shades and tints

Shades of #47832E

#47832E
(71,131,46)
#41782A
(65,120,42)
#3B6D26
(59,109,38)
#356222
(53,98,34)
#2F571E
(47,87,30)
#294C1A
(41,76,26)
#234116
(35,65,22)
#1D3612
(29,54,18)
#172B0E
(23,43,14)
#11200A
(17,32,10)
#0B1506
(11,21,6)
#000000
(0,0,0)

Tints of #47832E

#47832E
(71,131,46)
#578E41
(87,142,65)
#679954
(103,153,84)
#77A467
(119,164,103)
#87AF7A
(135,175,122)
#97BA8D
(151,186,141)
#A7C5A0
(167,197,160)
#B7D0B3
(183,208,179)
#C7DBC6
(199,219,198)
#D7E6D9
(215,230,217)
#E7F1EC
(231,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47832E color. Also use rgb(71,131,46) instead hex code.

Text Font Color

.myTextColor { color: #47832E; }

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

This text font color is #47832E.


Background Color

.myBgColor { background-color: #47832E; }

<div style="background-color:#47832E">Inner text</div>

This div background color is #47832E.


Border color

.myBorderColor { border: 1px solid #47832E; }

<div style="border:3px solid #47832E">Div</div>

This div border color is #47832E.


Opacity

.myOpacity80 { color: #47832E; opacity: 0.8; }

<p style="color:#47832E;opacity:0.8;">80%</p>

Text with #47832E 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 #47832E;}

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

This text has shadow with #47832E color.

.textShadow {text-shadow: 3px 3px 1px #47832E, 3px 3px 1px red;}

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

This text has shadow with #47832E primary color and red secondary color.


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

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

This text has shadow with #47832E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47832E on black background.


Color preview on white background

This text has color #47832E on white background.



Black color preview on #47832E background

This text has black color on #47832E background.


White color preview on #47832E background

This text has white color on #47832E background.