COLOR #55471F

HEX: #55471F
RGB: (85,71,31)

Color info

#55471F contains red, green and blue colors in about the same proportion. Web safe color of #55471F is #663333 (or #633).

RGB color model

#55471F color RGB value is (85,71,31).

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

RGB channels and saturation

R 85 of 255 = 33%
G 71 of 255 = 28%
B 31 of 255 = 12%

85
71
31

R + G + B ~ 24%. #55471F is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 71 + 31 = 187 (100%)
R 85 of 187 ~ 45.45%
G 71 of 187 ~ 37.97%
B 31 of 187 ~ 16.58%

%45.45
%37.97
%16.58

CMYK color model

#55471F color CMYK value is (0,16,64,67).

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 63.53%
  • key color value is 66.67%
CMYK:
(0,16,64,67)
C0M16Y64K67 
(0%,16%,64%,67%)
(0.00/0.16/0.64/0.67)	

CMYK percentages

%0
%16.47
%63.53
%66.67

Codes

Color #55471F in popluar color models

55471F
RGB857131
HSL44°46.55%22.75%
HSB/HSV44°63.53%33.33%
CMYK0.00%16.47%63.53%
66.67%

Color #55471F in popluar number systems.

HEX55471F
Decimal857131
Binary1010101100011111111
Octal12510737

Shades and tints

Shades of #55471F

#55471F
(85,71,31)
#4E411D
(78,65,29)
#473B1B
(71,59,27)
#403519
(64,53,25)
#392F17
(57,47,23)
#322915
(50,41,21)
#2B2313
(43,35,19)
#241D11
(36,29,17)
#1D170F
(29,23,15)
#16110D
(22,17,13)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #55471F

#55471F
(85,71,31)
#645733
(100,87,51)
#736747
(115,103,71)
#82775B
(130,119,91)
#91876F
(145,135,111)
#A09783
(160,151,131)
#AFA797
(175,167,151)
#BEB7AB
(190,183,171)
#CDC7BF
(205,199,191)
#DCD7D3
(220,215,211)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55471F; }

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

This text font color is #55471F.


Background Color

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

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

This div background color is #55471F.


Border color

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

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

This div border color is #55471F.


Opacity

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

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

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

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

This text has shadow with #55471F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55471F on black background.


Color preview on white background

This text has color #55471F on white background.



Black color preview on #55471F background

This text has black color on #55471F background.


White color preview on #55471F background

This text has white color on #55471F background.