COLOR #47563B

HEX: #47563B
RGB: (71,86,59)

Color info

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

RGB color model

#47563B color RGB value is (71,86,59).

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

RGB channels and saturation

R 71 of 255 = 28%
G 86 of 255 = 34%
B 59 of 255 = 23%

71
86
59

R + G + B ~ 28%. #47563B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 86 + 59 = 216 (100%)
R 71 of 216 ~ 32.87%
G 86 of 216 ~ 39.81%
B 59 of 216 ~ 27.31%

%32.87
%39.81
%27.31

CMYK color model

#47563B color CMYK value is (17,0,31,66).

  • cyan value is 17.44%
  • magenta value is 0.00%
  • yellow value is 31.40%
  • key color value is 66.27%
CMYK:
(17,0,31,66)
C17M0Y31K66 
(17%,0%,31%,66%)
(0.17/0.00/0.31/0.66)	

CMYK percentages

%17.44
%0
%31.4
%66.27

Codes

Color #47563B in popluar color models

47563B
RGB718659
HSL93°18.62%28.43%
HSB/HSV93°31.40%33.73%
CMYK17.44%0.00%31.40%
66.27%

Color #47563B in popluar number systems.

HEX47563B
Decimal718659
Binary10001111010110111011
Octal10712673

Shades and tints

Shades of #47563B

#47563B
(71,86,59)
#414F36
(65,79,54)
#3B4831
(59,72,49)
#35412C
(53,65,44)
#2F3A27
(47,58,39)
#293322
(41,51,34)
#232C1D
(35,44,29)
#1D2518
(29,37,24)
#171E13
(23,30,19)
#11170E
(17,23,14)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #47563B

#47563B
(71,86,59)
#57654C
(87,101,76)
#67745D
(103,116,93)
#77836E
(119,131,110)
#87927F
(135,146,127)
#97A190
(151,161,144)
#A7B0A1
(167,176,161)
#B7BFB2
(183,191,178)
#C7CEC3
(199,206,195)
#D7DDD4
(215,221,212)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47563B; }

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

This text font color is #47563B.


Background Color

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

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

This div background color is #47563B.


Border color

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

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

This div border color is #47563B.


Opacity

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

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

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

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

This text has shadow with #47563B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47563B on black background.


Color preview on white background

This text has color #47563B on white background.



Black color preview on #47563B background

This text has black color on #47563B background.


White color preview on #47563B background

This text has white color on #47563B background.