COLOR #47703C

HEX: #47703C
RGB: (71,112,60)

Color info

#47703C contains red, green and blue colors in about the same proportion. Web safe color of #47703C is #336633 (or #363).

RGB color model

#47703C color RGB value is (71,112,60).

  • red value is 71;
  • green value is 112;
  • blue value is 60.
RGB:
(71,112,60)
(28%,44%,24%)

RGB channels and saturation

R 71 of 255 = 28%
G 112 of 255 = 44%
B 60 of 255 = 24%

71
112
60

R + G + B ~ 32%. #47703C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 112 + 60 = 243 (100%)
R 71 of 243 ~ 29.22%
G 112 of 243 ~ 46.09%
B 60 of 243 ~ 24.69%

%29.22
%46.09
%24.69

CMYK color model

#47703C color CMYK value is (37,0,46,56).

  • cyan value is 36.61%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 56.08%
CMYK:
(37,0,46,56)
C37M0Y46K56 
(37%,0%,46%,56%)
(0.37/0.00/0.46/0.56)	

CMYK percentages

%36.61
%0
%46.43
%56.08

Codes

Color #47703C in popluar color models

47703C
RGB7111260
HSL107°30.23%33.73%
HSB/HSV107°46.43%43.92%
CMYK36.61%0.00%46.43%
56.08%

Color #47703C in popluar number systems.

HEX47703C
Decimal7111260
Binary10001111110000111100
Octal10716074

Shades and tints

Shades of #47703C

#47703C
(71,112,60)
#416637
(65,102,55)
#3B5C32
(59,92,50)
#35522D
(53,82,45)
#2F4828
(47,72,40)
#293E23
(41,62,35)
#23341E
(35,52,30)
#1D2A19
(29,42,25)
#172014
(23,32,20)
#11160F
(17,22,15)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #47703C

#47703C
(71,112,60)
#577D4D
(87,125,77)
#678A5E
(103,138,94)
#77976F
(119,151,111)
#87A480
(135,164,128)
#97B191
(151,177,145)
#A7BEA2
(167,190,162)
#B7CBB3
(183,203,179)
#C7D8C4
(199,216,196)
#D7E5D5
(215,229,213)
#E7F2E6
(231,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47703C color. Also use rgb(71,112,60) instead hex code.

Text Font Color

.myTextColor { color: #47703C; }

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

This text font color is #47703C.


Background Color

.myBgColor { background-color: #47703C; }

<div style="background-color:#47703C">Inner text</div>

This div background color is #47703C.


Border color

.myBorderColor { border: 1px solid #47703C; }

<div style="border:3px solid #47703C">Div</div>

This div border color is #47703C.


Opacity

.myOpacity80 { color: #47703C; opacity: 0.8; }

<p style="color:#47703C;opacity:0.8;">80%</p>

Text with #47703C 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 #47703C;}

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

This text has shadow with #47703C color.

.textShadow {text-shadow: 3px 3px 1px #47703C, 3px 3px 1px red;}

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

This text has shadow with #47703C primary color and red secondary color.


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

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

This text has shadow with #47703C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47703C on black background.


Color preview on white background

This text has color #47703C on white background.



Black color preview on #47703C background

This text has black color on #47703C background.


White color preview on #47703C background

This text has white color on #47703C background.