COLOR #47533C

HEX: #47533C
RGB: (71,83,60)

Color info

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

RGB color model

#47533C color RGB value is (71,83,60).

  • red value is 71;
  • green value is 83;
  • blue value is 60.
RGB:
(71,83,60)
(28%,33%,24%)

RGB channels and saturation

R 71 of 255 = 28%
G 83 of 255 = 33%
B 60 of 255 = 24%

71
83
60

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

Portions of RGB colors in percentages

R + G + B =
71 + 83 + 60 = 214 (100%)
R 71 of 214 ~ 33.18%
G 83 of 214 ~ 38.79%
B 60 of 214 ~ 28.04%

%33.18
%38.79
%28.04

CMYK color model

#47533C color CMYK value is (14,0,28,67).

  • cyan value is 14.46%
  • magenta value is 0.00%
  • yellow value is 27.71%
  • key color value is 67.45%
CMYK:
(14,0,28,67)
C14M0Y28K67 
(14%,0%,28%,67%)
(0.14/0.00/0.28/0.67)	

CMYK percentages

%14.46
%0
%27.71
%67.45

Codes

Color #47533C in popluar color models

47533C
RGB718360
HSL91°16.08%28.04%
HSB/HSV91°27.71%32.55%
CMYK14.46%0.00%27.71%
67.45%

Color #47533C in popluar number systems.

HEX47533C
Decimal718360
Binary10001111010011111100
Octal10712374

Shades and tints

Shades of #47533C

#47533C
(71,83,60)
#414C37
(65,76,55)
#3B4532
(59,69,50)
#353E2D
(53,62,45)
#2F3728
(47,55,40)
#293023
(41,48,35)
#23291E
(35,41,30)
#1D2219
(29,34,25)
#171B14
(23,27,20)
#11140F
(17,20,15)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #47533C

#47533C
(71,83,60)
#57624D
(87,98,77)
#67715E
(103,113,94)
#77806F
(119,128,111)
#878F80
(135,143,128)
#979E91
(151,158,145)
#A7ADA2
(167,173,162)
#B7BCB3
(183,188,179)
#C7CBC4
(199,203,196)
#D7DAD5
(215,218,213)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47533C; }

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

This text font color is #47533C.


Background Color

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

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

This div background color is #47533C.


Border color

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

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

This div border color is #47533C.


Opacity

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

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

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

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

This text has shadow with #47533C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47533C on black background.


Color preview on white background

This text has color #47533C on white background.



Black color preview on #47533C background

This text has black color on #47533C background.


White color preview on #47533C background

This text has white color on #47533C background.