COLOR #47856B

HEX: #47856B
RGB: (71,133,107)

Color info

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

RGB color model

#47856B color RGB value is (71,133,107).

  • red value is 71;
  • green value is 133;
  • blue value is 107.
RGB:
(71,133,107)
(28%,52%,42%)

RGB channels and saturation

R 71 of 255 = 28%
G 133 of 255 = 52%
B 107 of 255 = 42%

71
133
107

R + G + B ~ 41%. #47856B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 133 + 107 = 311 (100%)
R 71 of 311 ~ 22.83%
G 133 of 311 ~ 42.77%
B 107 of 311 ~ 34.41%

%22.83
%42.77
%34.41

CMYK color model

#47856B color CMYK value is (47,0,20,48).

  • cyan value is 46.62%
  • magenta value is 0.00%
  • yellow value is 19.55%
  • key color value is 47.84%
CMYK:
(47,0,20,48)
C47M0Y20K48 
(47%,0%,20%,48%)
(0.47/0.00/0.20/0.48)	

CMYK percentages

%46.62
%0
%19.55
%47.84

Codes

Color #47856B in popluar color models

47856B
RGB71133107
HSL155°30.39%40.00%
HSB/HSV155°46.62%52.16%
CMYK46.62%0.00%19.55%
47.84%

Color #47856B in popluar number systems.

HEX47856B
Decimal71133107
Binary1000111100001011101011
Octal107205153

Shades and tints

Shades of #47856B

#47856B
(71,133,107)
#417962
(65,121,98)
#3B6D59
(59,109,89)
#356150
(53,97,80)
#2F5547
(47,85,71)
#29493E
(41,73,62)
#233D35
(35,61,53)
#1D312C
(29,49,44)
#172523
(23,37,35)
#11191A
(17,25,26)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #47856B

#47856B
(71,133,107)
#579078
(87,144,120)
#679B85
(103,155,133)
#77A692
(119,166,146)
#87B19F
(135,177,159)
#97BCAC
(151,188,172)
#A7C7B9
(167,199,185)
#B7D2C6
(183,210,198)
#C7DDD3
(199,221,211)
#D7E8E0
(215,232,224)
#E7F3ED
(231,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47856B color. Also use rgb(71,133,107) instead hex code.

Text Font Color

.myTextColor { color: #47856B; }

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

This text font color is #47856B.


Background Color

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

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

This div background color is #47856B.


Border color

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

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

This div border color is #47856B.


Opacity

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

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

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

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

This text has shadow with #47856B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47856B on black background.


Color preview on white background

This text has color #47856B on white background.



Black color preview on #47856B background

This text has black color on #47856B background.


White color preview on #47856B background

This text has white color on #47856B background.