COLOR #55473A

HEX: #55473A
RGB: (85,71,58)

Color info

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

RGB color model

#55473A color RGB value is (85,71,58).

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

RGB channels and saturation

R 85 of 255 = 33%
G 71 of 255 = 28%
B 58 of 255 = 23%

85
71
58

R + G + B ~ 28%. #55473A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 71 + 58 = 214 (100%)
R 85 of 214 ~ 39.72%
G 71 of 214 ~ 33.18%
B 58 of 214 ~ 27.1%

%39.72
%33.18
%27.1

CMYK color model

#55473A color CMYK value is (0,16,32,67).

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 31.76%
  • key color value is 66.67%
CMYK:
(0,16,32,67)
C0M16Y32K67 
(0%,16%,32%,67%)
(0.00/0.16/0.32/0.67)	

CMYK percentages

%0
%16.47
%31.76
%66.67

Codes

Color #55473A in popluar color models

55473A
RGB857158
HSL29°18.88%28.04%
HSB/HSV29°31.76%33.33%
CMYK0.00%16.47%31.76%
66.67%

Color #55473A in popluar number systems.

HEX55473A
Decimal857158
Binary10101011000111111010
Octal12510772

Shades and tints

Shades of #55473A

#55473A
(85,71,58)
#4E4135
(78,65,53)
#473B30
(71,59,48)
#40352B
(64,53,43)
#392F26
(57,47,38)
#322921
(50,41,33)
#2B231C
(43,35,28)
#241D17
(36,29,23)
#1D1712
(29,23,18)
#16110D
(22,17,13)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #55473A

#55473A
(85,71,58)
#64574B
(100,87,75)
#73675C
(115,103,92)
#82776D
(130,119,109)
#91877E
(145,135,126)
#A0978F
(160,151,143)
#AFA7A0
(175,167,160)
#BEB7B1
(190,183,177)
#CDC7C2
(205,199,194)
#DCD7D3
(220,215,211)
#EBE7E4
(235,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55473A color. Also use rgb(85,71,58) instead hex code.

Text Font Color

.myTextColor { color: #55473A; }

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

This text font color is #55473A.


Background Color

.myBgColor { background-color: #55473A; }

<div style="background-color:#55473A">Inner text</div>

This div background color is #55473A.


Border color

.myBorderColor { border: 1px solid #55473A; }

<div style="border:3px solid #55473A">Div</div>

This div border color is #55473A.


Opacity

.myOpacity80 { color: #55473A; opacity: 0.8; }

<p style="color:#55473A;opacity:0.8;">80%</p>

Text with #55473A 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 #55473A;}

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

This text has shadow with #55473A color.

.textShadow {text-shadow: 3px 3px 1px #55473A, 3px 3px 1px red;}

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

This text has shadow with #55473A primary color and red secondary color.


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

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

This text has shadow with #55473A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55473A on black background.


Color preview on white background

This text has color #55473A on white background.



Black color preview on #55473A background

This text has black color on #55473A background.


White color preview on #55473A background

This text has white color on #55473A background.