COLOR #47873B

HEX: #47873B
RGB: (71,135,59)

Color info

#47873B contains mainly green color. Web safe color of #47873B is #339933 (or #393).

RGB color model

#47873B color RGB value is (71,135,59).

  • red value is 71;
  • green value is 135;
  • blue value is 59.
RGB:
(71,135,59)
(28%,53%,23%)

RGB channels and saturation

R 71 of 255 = 28%
G 135 of 255 = 53%
B 59 of 255 = 23%

71
135
59

R + G + B ~ 35%. #47873B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 135 + 59 = 265 (100%)
R 71 of 265 ~ 26.79%
G 135 of 265 ~ 50.94%
B 59 of 265 ~ 22.26%

%26.79
%50.94
%22.26

CMYK color model

#47873B color CMYK value is (47,0,56,47).

  • cyan value is 47.41%
  • magenta value is 0.00%
  • yellow value is 56.30%
  • key color value is 47.06%
CMYK:
(47,0,56,47)
C47M0Y56K47 
(47%,0%,56%,47%)
(0.47/0.00/0.56/0.47)	

CMYK percentages

%47.41
%0
%56.3
%47.06

Codes

Color #47873B in popluar color models

47873B
RGB7113559
HSL111°39.18%38.04%
HSB/HSV111°56.30%52.94%
CMYK47.41%0.00%56.30%
47.06%

Color #47873B in popluar number systems.

HEX47873B
Decimal7113559
Binary100011110000111111011
Octal10720773

Shades and tints

Shades of #47873B

#47873B
(71,135,59)
#417B36
(65,123,54)
#3B6F31
(59,111,49)
#35632C
(53,99,44)
#2F5727
(47,87,39)
#294B22
(41,75,34)
#233F1D
(35,63,29)
#1D3318
(29,51,24)
#172713
(23,39,19)
#111B0E
(17,27,14)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #47873B

#47873B
(71,135,59)
#57914C
(87,145,76)
#679B5D
(103,155,93)
#77A56E
(119,165,110)
#87AF7F
(135,175,127)
#97B990
(151,185,144)
#A7C3A1
(167,195,161)
#B7CDB2
(183,205,178)
#C7D7C3
(199,215,195)
#D7E1D4
(215,225,212)
#E7EBE5
(231,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47873B color. Also use rgb(71,135,59) instead hex code.

Text Font Color

.myTextColor { color: #47873B; }

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

This text font color is #47873B.


Background Color

.myBgColor { background-color: #47873B; }

<div style="background-color:#47873B">Inner text</div>

This div background color is #47873B.


Border color

.myBorderColor { border: 1px solid #47873B; }

<div style="border:3px solid #47873B">Div</div>

This div border color is #47873B.


Opacity

.myOpacity80 { color: #47873B; opacity: 0.8; }

<p style="color:#47873B;opacity:0.8;">80%</p>

Text with #47873B 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 #47873B;}

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

This text has shadow with #47873B color.

.textShadow {text-shadow: 3px 3px 1px #47873B, 3px 3px 1px red;}

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

This text has shadow with #47873B primary color and red secondary color.


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

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

This text has shadow with #47873B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47873B on black background.


Color preview on white background

This text has color #47873B on white background.



Black color preview on #47873B background

This text has black color on #47873B background.


White color preview on #47873B background

This text has white color on #47873B background.