COLOR #47513D

HEX: #47513D
RGB: (71,81,61)

Color info

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

RGB color model

#47513D color RGB value is (71,81,61).

  • red value is 71;
  • green value is 81;
  • blue value is 61.
RGB:
(71,81,61)
(28%,32%,24%)

RGB channels and saturation

R 71 of 255 = 28%
G 81 of 255 = 32%
B 61 of 255 = 24%

71
81
61

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

Portions of RGB colors in percentages

R + G + B =
71 + 81 + 61 = 213 (100%)
R 71 of 213 ~ 33.33%
G 81 of 213 ~ 38.03%
B 61 of 213 ~ 28.64%

%33.33
%38.03
%28.64

CMYK color model

#47513D color CMYK value is (12,0,25,68).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 24.69%
  • key color value is 68.24%
CMYK:
(12,0,25,68)
C12M0Y25K68 
(12%,0%,25%,68%)
(0.12/0.00/0.25/0.68)	

CMYK percentages

%12.35
%0
%24.69
%68.24

Codes

Color #47513D in popluar color models

47513D
RGB718161
HSL90°14.08%27.84%
HSB/HSV90°24.69%31.76%
CMYK12.35%0.00%24.69%
68.24%

Color #47513D in popluar number systems.

HEX47513D
Decimal718161
Binary10001111010001111101
Octal10712175

Shades and tints

Shades of #47513D

#47513D
(71,81,61)
#414A38
(65,74,56)
#3B4333
(59,67,51)
#353C2E
(53,60,46)
#2F3529
(47,53,41)
#292E24
(41,46,36)
#23271F
(35,39,31)
#1D201A
(29,32,26)
#171915
(23,25,21)
#111210
(17,18,16)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #47513D

#47513D
(71,81,61)
#57604E
(87,96,78)
#676F5F
(103,111,95)
#777E70
(119,126,112)
#878D81
(135,141,129)
#979C92
(151,156,146)
#A7ABA3
(167,171,163)
#B7BAB4
(183,186,180)
#C7C9C5
(199,201,197)
#D7D8D6
(215,216,214)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47513D color. Also use rgb(71,81,61) instead hex code.

Text Font Color

.myTextColor { color: #47513D; }

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

This text font color is #47513D.


Background Color

.myBgColor { background-color: #47513D; }

<div style="background-color:#47513D">Inner text</div>

This div background color is #47513D.


Border color

.myBorderColor { border: 1px solid #47513D; }

<div style="border:3px solid #47513D">Div</div>

This div border color is #47513D.


Opacity

.myOpacity80 { color: #47513D; opacity: 0.8; }

<p style="color:#47513D;opacity:0.8;">80%</p>

Text with #47513D 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 #47513D;}

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

This text has shadow with #47513D color.

.textShadow {text-shadow: 3px 3px 1px #47513D, 3px 3px 1px red;}

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

This text has shadow with #47513D primary color and red secondary color.


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

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

This text has shadow with #47513D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47513D on black background.


Color preview on white background

This text has color #47513D on white background.



Black color preview on #47513D background

This text has black color on #47513D background.


White color preview on #47513D background

This text has white color on #47513D background.