COLOR #47543F

HEX: #47543F
RGB: (71,84,63)

Color info

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

RGB color model

#47543F color RGB value is (71,84,63).

  • red value is 71;
  • green value is 84;
  • blue value is 63.
RGB:
(71,84,63)
(28%,33%,25%)

RGB channels and saturation

R 71 of 255 = 28%
G 84 of 255 = 33%
B 63 of 255 = 25%

71
84
63

R + G + B ~ 29%. #47543F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 84 + 63 = 218 (100%)
R 71 of 218 ~ 32.57%
G 84 of 218 ~ 38.53%
B 63 of 218 ~ 28.9%

%32.57
%38.53
%28.9

CMYK color model

#47543F color CMYK value is (15,0,25,67).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 67.06%
CMYK:
(15,0,25,67)
C15M0Y25K67 
(15%,0%,25%,67%)
(0.15/0.00/0.25/0.67)	

CMYK percentages

%15.48
%0
%25
%67.06

Codes

Color #47543F in popluar color models

47543F
RGB718463
HSL97°14.29%28.82%
HSB/HSV97°25.00%32.94%
CMYK15.48%0.00%25.00%
67.06%

Color #47543F in popluar number systems.

HEX47543F
Decimal718463
Binary10001111010100111111
Octal10712477

Shades and tints

Shades of #47543F

#47543F
(71,84,63)
#414D3A
(65,77,58)
#3B4635
(59,70,53)
#353F30
(53,63,48)
#2F382B
(47,56,43)
#293126
(41,49,38)
#232A21
(35,42,33)
#1D231C
(29,35,28)
#171C17
(23,28,23)
#111512
(17,21,18)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #47543F

#47543F
(71,84,63)
#576350
(87,99,80)
#677261
(103,114,97)
#778172
(119,129,114)
#879083
(135,144,131)
#979F94
(151,159,148)
#A7AEA5
(167,174,165)
#B7BDB6
(183,189,182)
#C7CCC7
(199,204,199)
#D7DBD8
(215,219,216)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47543F color. Also use rgb(71,84,63) instead hex code.

Text Font Color

.myTextColor { color: #47543F; }

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

This text font color is #47543F.


Background Color

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

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

This div background color is #47543F.


Border color

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

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

This div border color is #47543F.


Opacity

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

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

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

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

This text has shadow with #47543F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47543F on black background.


Color preview on white background

This text has color #47543F on white background.



Black color preview on #47543F background

This text has black color on #47543F background.


White color preview on #47543F background

This text has white color on #47543F background.