COLOR #47885F

HEX: #47885F
RGB: (71,136,95)

Color info

#47885F contains mainly green and blue colors. Web safe color of #47885F is #339966 (or #396).

RGB color model

#47885F color RGB value is (71,136,95).

  • red value is 71;
  • green value is 136;
  • blue value is 95.
RGB:
(71,136,95)
(28%,53%,37%)

RGB channels and saturation

R 71 of 255 = 28%
G 136 of 255 = 53%
B 95 of 255 = 37%

71
136
95

R + G + B ~ 39%. #47885F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 136 + 95 = 302 (100%)
R 71 of 302 ~ 23.51%
G 136 of 302 ~ 45.03%
B 95 of 302 ~ 31.46%

%23.51
%45.03
%31.46

CMYK color model

#47885F color CMYK value is (48,0,30,47).

  • cyan value is 47.79%
  • magenta value is 0.00%
  • yellow value is 30.15%
  • key color value is 46.67%
CMYK:
(48,0,30,47)
C48M0Y30K47 
(48%,0%,30%,47%)
(0.48/0.00/0.30/0.47)	

CMYK percentages

%47.79
%0
%30.15
%46.67

Codes

Color #47885F in popluar color models

47885F
RGB7113695
HSL142°31.40%40.59%
HSB/HSV142°47.79%53.33%
CMYK47.79%0.00%30.15%
46.67%

Color #47885F in popluar number systems.

HEX47885F
Decimal7113695
Binary1000111100010001011111
Octal107210137

Shades and tints

Shades of #47885F

#47885F
(71,136,95)
#417C57
(65,124,87)
#3B704F
(59,112,79)
#356447
(53,100,71)
#2F583F
(47,88,63)
#294C37
(41,76,55)
#23402F
(35,64,47)
#1D3427
(29,52,39)
#17281F
(23,40,31)
#111C17
(17,28,23)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #47885F

#47885F
(71,136,95)
#57926D
(87,146,109)
#679C7B
(103,156,123)
#77A689
(119,166,137)
#87B097
(135,176,151)
#97BAA5
(151,186,165)
#A7C4B3
(167,196,179)
#B7CEC1
(183,206,193)
#C7D8CF
(199,216,207)
#D7E2DD
(215,226,221)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47885F color. Also use rgb(71,136,95) instead hex code.

Text Font Color

.myTextColor { color: #47885F; }

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

This text font color is #47885F.


Background Color

.myBgColor { background-color: #47885F; }

<div style="background-color:#47885F">Inner text</div>

This div background color is #47885F.


Border color

.myBorderColor { border: 1px solid #47885F; }

<div style="border:3px solid #47885F">Div</div>

This div border color is #47885F.


Opacity

.myOpacity80 { color: #47885F; opacity: 0.8; }

<p style="color:#47885F;opacity:0.8;">80%</p>

Text with #47885F 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 #47885F;}

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

This text has shadow with #47885F color.

.textShadow {text-shadow: 3px 3px 1px #47885F, 3px 3px 1px red;}

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

This text has shadow with #47885F primary color and red secondary color.


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

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

This text has shadow with #47885F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47885F on black background.


Color preview on white background

This text has color #47885F on white background.



Black color preview on #47885F background

This text has black color on #47885F background.


White color preview on #47885F background

This text has white color on #47885F background.