COLOR #47552C

HEX: #47552C
RGB: (71,85,44)

Color info

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

RGB color model

#47552C color RGB value is (71,85,44).

  • red value is 71;
  • green value is 85;
  • blue value is 44.
RGB:
(71,85,44)
(28%,33%,17%)

RGB channels and saturation

R 71 of 255 = 28%
G 85 of 255 = 33%
B 44 of 255 = 17%

71
85
44

R + G + B ~ 26%. #47552C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 85 + 44 = 200 (100%)
R 71 of 200 ~ 35.5%
G 85 of 200 ~ 42.5%
B 44 of 200 ~ 22%

%35.5
%42.5
%22

CMYK color model

#47552C color CMYK value is (16,0,48,67).

  • cyan value is 16.47%
  • magenta value is 0.00%
  • yellow value is 48.24%
  • key color value is 66.67%
CMYK:
(16,0,48,67)
C16M0Y48K67 
(16%,0%,48%,67%)
(0.16/0.00/0.48/0.67)	

CMYK percentages

%16.47
%0
%48.24
%66.67

Codes

Color #47552C in popluar color models

47552C
RGB718544
HSL80°31.78%25.29%
HSB/HSV80°48.24%33.33%
CMYK16.47%0.00%48.24%
66.67%

Color #47552C in popluar number systems.

HEX47552C
Decimal718544
Binary10001111010101101100
Octal10712554

Shades and tints

Shades of #47552C

#47552C
(71,85,44)
#414E28
(65,78,40)
#3B4724
(59,71,36)
#354020
(53,64,32)
#2F391C
(47,57,28)
#293218
(41,50,24)
#232B14
(35,43,20)
#1D2410
(29,36,16)
#171D0C
(23,29,12)
#111608
(17,22,8)
#0B0F04
(11,15,4)
#000000
(0,0,0)

Tints of #47552C

#47552C
(71,85,44)
#57643F
(87,100,63)
#677352
(103,115,82)
#778265
(119,130,101)
#879178
(135,145,120)
#97A08B
(151,160,139)
#A7AF9E
(167,175,158)
#B7BEB1
(183,190,177)
#C7CDC4
(199,205,196)
#D7DCD7
(215,220,215)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47552C color. Also use rgb(71,85,44) instead hex code.

Text Font Color

.myTextColor { color: #47552C; }

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

This text font color is #47552C.


Background Color

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

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

This div background color is #47552C.


Border color

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

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

This div border color is #47552C.


Opacity

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

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

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

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

This text has shadow with #47552C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47552C on black background.


Color preview on white background

This text has color #47552C on white background.



Black color preview on #47552C background

This text has black color on #47552C background.


White color preview on #47552C background

This text has white color on #47552C background.