COLOR #47503C

HEX: #47503C RGB: (71,80,60)

Color info

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

RGB color model

#47503C color RGB value is (71,80,60).

RGB: (71,80,60) (28%, 31%, 24%)

RGB channels and saturation

R 71 of 255 = 28%
G 80 of 255 = 31%
B 60 of 255 = 24%

71
80
60

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

Portions of RGB colors in percentages

R + G + B = 71 + 80 + 60 = 211 (100%)
R 71 of 211 ~ 33.65%
G 80 of 211 ~ 37.91%
B 60 of 211 ~ 28.44'%

%33.65
%37.91
%28.44

CMYK color model

#47503C color CMYK value is (11,0,25,69).

  • cyan value is 11.25%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 68.63%
CMYK: (11,0,25,69) C11M0Y25K69 (11%,0%,25%,69%) (0.11/0.00/0.25/0.69) 

CMYK percentages

%11.25
%0
%25
%68.63

Codes

Color #47503C in popluar color models

47 50 3C
RGB 71 80 60
HSL 87° 14.29% 27.45%
HSB/HSV 87° 25.00% 31.37%
CMYK 11.25% 0.00% 25.00%
68.63%

Color #47503C in popluar number systems.

HEX 47 50 3C
Decimal 71 80 60
Binary 1000111 1010000 111100
Octal 107 120 74

Shades and tints

Shades of #47503C

#47503C
(71,80,60)
#414937
(65,73,55)
#3B4232
(59,66,50)
#353B2D
(53,59,45)
#2F3428
(47,52,40)
#292D23
(41,45,35)
#23261E
(35,38,30)
#1D1F19
(29,31,25)
#171814
(23,24,20)
#11110F
(17,17,15)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #47503C

#47503C
(71,80,60)
#575F4D
(87,95,77)
#676E5E
(103,110,94)
#777D6F
(119,125,111)
#878C80
(135,140,128)
#979B91
(151,155,145)
#A7AAA2
(167,170,162)
#B7B9B3
(183,185,179)
#C7C8C4
(199,200,196)
#D7D7D5
(215,215,213)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47503C color. Also use rgb(71,80,60) instead hex code.

Text Font Color

.myTextColor { color: #47503C; }

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

This text font color is #47503C.

Background Color

.myBgColor { background-color: #47503C; }

<div style="background-color:#47503C">Inner text</div>

This div background color is #47503C.

Border color

.myBorderColor { border: 1px solid #47503C; }

<div style="border:3px solid #47503C">Div</div>

This div border color is #47503C.

Opacity

.myOpacity80 { color: #47503C; opacity: 0.8; }

<p style="color:#47503C;opacity:0.8;">80%</p>

Text with #47503C 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 #47503C;}

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

This text has shadow with #47503C color.


.textShadow {text-shadow: 3px 3px 1px #47503C', 3px 3px 1px red;}

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

This text has shadow with #47503C primary color and red secondary color.


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

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

This text has shadow with #47503C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47503C; -webkit-box-shadow: 1px 1px 3px 2px #47503C; box-shadow:1px 1px 3px 2px #47503C;">
Div content here
</div>

This div box has shadow with color #47503C.

Preview

Color preview on black background

This text has color #47503C on black background.


Color preview on white background

This text has color #47503C on white background.


Black color preview on #47503C background

This text has black color on #47503C background.


White color preview on #47503C background

This text has white color on #47503C background.


Related colors

Complementary color

Complementary color for #hex is #B8AFC3.


I love getcolorcode.com

Triadic colors

1 #3C4750 and #503C47 with #47503C are triadic colors.

2 #3C5047 and #50473C with #47503C are triadic colors.