COLOR #47550F

HEX: #47550F
RGB: (71,85,15)

Color info

#47550F contains mainly red and green colors. Web safe color of #47550F is #336600 (or #360).

RGB color model

#47550F color RGB value is (71,85,15).

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

RGB channels and saturation

R 71 of 255 = 28%
G 85 of 255 = 33%
B 15 of 255 = 6%

71
85
15

R + G + B ~ 22%. #47550F is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 85 + 15 = 171 (100%)
R 71 of 171 ~ 41.52%
G 85 of 171 ~ 49.71%
B 15 of 171 ~ 8.77%

%41.52
%49.71

CMYK color model

#47550F color CMYK value is (16,0,82,67).

  • cyan value is 16.47%
  • magenta value is 0.00%
  • yellow value is 82.35%
  • key color value is 66.67%
CMYK:
(16,0,82,67)
C16M0Y82K67 
(16%,0%,82%,67%)
(0.16/0.00/0.82/0.67)	

CMYK percentages

%16.47
%0
%82.35
%66.67

Codes

Color #47550F in popluar color models

47550F
RGB718515
HSL72°70.00%19.61%
HSB/HSV72°82.35%33.33%
CMYK16.47%0.00%82.35%
66.67%

Color #47550F in popluar number systems.

HEX47550F
Decimal718515
Binary100011110101011111
Octal10712517

Shades and tints

Shades of #47550F

#47550F
(71,85,15)
#414E0E
(65,78,14)
#3B470D
(59,71,13)
#35400C
(53,64,12)
#2F390B
(47,57,11)
#29320A
(41,50,10)
#232B09
(35,43,9)
#1D2408
(29,36,8)
#171D07
(23,29,7)
#111606
(17,22,6)
#0B0F05
(11,15,5)
#000000
(0,0,0)

Tints of #47550F

#47550F
(71,85,15)
#576424
(87,100,36)
#677339
(103,115,57)
#77824E
(119,130,78)
#879163
(135,145,99)
#97A078
(151,160,120)
#A7AF8D
(167,175,141)
#B7BEA2
(183,190,162)
#C7CDB7
(199,205,183)
#D7DCCC
(215,220,204)
#E7EBE1
(231,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47550F color. Also use rgb(71,85,15) instead hex code.

Text Font Color

.myTextColor { color: #47550F; }

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

This text font color is #47550F.


Background Color

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

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

This div background color is #47550F.


Border color

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

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

This div border color is #47550F.


Opacity

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

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

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

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

This text has shadow with #47550F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47550F on black background.


Color preview on white background

This text has color #47550F on white background.



Black color preview on #47550F background

This text has black color on #47550F background.


White color preview on #47550F background

This text has white color on #47550F background.