COLOR #47735B

HEX: #47735B
RGB: (71,115,91)

Color info

#47735B contains red, green and blue colors in about the same proportion. Web safe color of #47735B is #336666 (or #366).

RGB color model

#47735B color RGB value is (71,115,91).

  • red value is 71;
  • green value is 115;
  • blue value is 91.
RGB:
(71,115,91)
(28%,45%,36%)

RGB channels and saturation

R 71 of 255 = 28%
G 115 of 255 = 45%
B 91 of 255 = 36%

71
115
91

R + G + B ~ 36%. #47735B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 115 + 91 = 277 (100%)
R 71 of 277 ~ 25.63%
G 115 of 277 ~ 41.52%
B 91 of 277 ~ 32.85%

%25.63
%41.52
%32.85

CMYK color model

#47735B color CMYK value is (38,0,21,55).

  • cyan value is 38.26%
  • magenta value is 0.00%
  • yellow value is 20.87%
  • key color value is 54.90%
CMYK:
(38,0,21,55)
C38M0Y21K55 
(38%,0%,21%,55%)
(0.38/0.00/0.21/0.55)	

CMYK percentages

%38.26
%0
%20.87
%54.9

Codes

Color #47735B in popluar color models

47735B
RGB7111591
HSL147°23.66%36.47%
HSB/HSV147°38.26%45.10%
CMYK38.26%0.00%20.87%
54.90%

Color #47735B in popluar number systems.

HEX47735B
Decimal7111591
Binary100011111100111011011
Octal107163133

Shades and tints

Shades of #47735B

#47735B
(71,115,91)
#416953
(65,105,83)
#3B5F4B
(59,95,75)
#355543
(53,85,67)
#2F4B3B
(47,75,59)
#294133
(41,65,51)
#23372B
(35,55,43)
#1D2D23
(29,45,35)
#17231B
(23,35,27)
#111913
(17,25,19)
#0B0F0B
(11,15,11)
#000000
(0,0,0)

Tints of #47735B

#47735B
(71,115,91)
#577F69
(87,127,105)
#678B77
(103,139,119)
#779785
(119,151,133)
#87A393
(135,163,147)
#97AFA1
(151,175,161)
#A7BBAF
(167,187,175)
#B7C7BD
(183,199,189)
#C7D3CB
(199,211,203)
#D7DFD9
(215,223,217)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47735B color. Also use rgb(71,115,91) instead hex code.

Text Font Color

.myTextColor { color: #47735B; }

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

This text font color is #47735B.


Background Color

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

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

This div background color is #47735B.


Border color

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

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

This div border color is #47735B.


Opacity

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

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

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

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

This text has shadow with #47735B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47735B on black background.


Color preview on white background

This text has color #47735B on white background.



Black color preview on #47735B background

This text has black color on #47735B background.


White color preview on #47735B background

This text has white color on #47735B background.