COLOR #55473B

HEX: #55473B RGB: (85,71,59)

Color info

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

RGB color model

#55473B color RGB value is (85,71,59).

RGB: (85,71,59) (33%, 28%, 23%)

RGB channels and saturation

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

85
71
59

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

Portions of RGB colors in percentages

R + G + B = 85 + 71 + 59 = 215 (100%)
R 85 of 215 ~ 39.53%
G 71 of 215 ~ 33.02%
B 59 of 215 ~ 27.44'%

%39.53
%33.02
%27.44

CMYK color model

#55473B color CMYK value is (0,16,31,67).

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 30.59%
  • key color value is 66.67%
CMYK: (0,16,31,67) C0M16Y31K67 (0%,16%,31%,67%) (0.00/0.16/0.31/0.67) 

CMYK percentages

%0
%16.47
%30.59
%66.67

Codes

Color #55473B in popluar color models

55 47 3B
RGB 85 71 59
HSL 28° 18.06% 28.24%
HSB/HSV 28° 30.59% 33.33%
CMYK 0.00% 16.47% 30.59%
66.67%

Color #55473B in popluar number systems.

HEX 55 47 3B
Decimal 85 71 59
Binary 1010101 1000111 111011
Octal 125 107 73

Shades and tints

Shades of #55473B

#55473B
(85,71,59)
#4E4136
(78,65,54)
#473B31
(71,59,49)
#40352C
(64,53,44)
#392F27
(57,47,39)
#322922
(50,41,34)
#2B231D
(43,35,29)
#241D18
(36,29,24)
#1D1713
(29,23,19)
#16110E
(22,17,14)
#0F0B09
(15,11,9)
#000000
(0,0,0)

Tints of #55473B

#55473B
(85,71,59)
#64574C
(100,87,76)
#73675D
(115,103,93)
#82776E
(130,119,110)
#91877F
(145,135,127)
#A09790
(160,151,144)
#AFA7A1
(175,167,161)
#BEB7B2
(190,183,178)
#CDC7C3
(205,199,195)
#DCD7D4
(220,215,212)
#EBE7E5
(235,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55473B; }

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

This text font color is #55473B.

Background Color

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

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

This div background color is #55473B.

Border color

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

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

This div border color is #55473B.

Opacity

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

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

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

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

This text has shadow with #55473B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55473B.

Preview

Color preview on black background

This text has color #55473B on black background.


Color preview on white background

This text has color #55473B on white background.


Black color preview on #55473B background

This text has black color on #55473B background.


White color preview on #55473B background

This text has white color on #55473B background.


Related colors

Complementary color

Complementary color for #hex is #AAB8C4.


I love getcolorcode.com

Triadic colors

1 #3B5547 and #473B55 with #55473B are triadic colors.

2 #3B4755 and #47553B with #55473B are triadic colors.