COLOR #553A47

HEX: #553A47
RGB: (85,58,71)

Color info

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

RGB color model

#553A47 color RGB value is (85,58,71).

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

RGB channels and saturation

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

85
58
71

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

Portions of RGB colors in percentages

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

%39.72
%27.1
%33.18

CMYK color model

#553A47 color CMYK value is (0,32,16,67).

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

CMYK percentages

%0
%31.76
%16.47
%66.67

Codes

Color #553A47 in popluar color models

553A47
RGB855871
HSL331°18.88%28.04%
HSB/HSV331°31.76%33.33%
CMYK0.00%31.76%16.47%
66.67%

Color #553A47 in popluar number systems.

HEX553A47
Decimal855871
Binary10101011110101000111
Octal12572107

Shades and tints

Shades of #553A47

#553A47
(85,58,71)
#4E3541
(78,53,65)
#47303B
(71,48,59)
#402B35
(64,43,53)
#39262F
(57,38,47)
#322129
(50,33,41)
#2B1C23
(43,28,35)
#24171D
(36,23,29)
#1D1217
(29,18,23)
#160D11
(22,13,17)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #553A47

#553A47
(85,58,71)
#644B57
(100,75,87)
#735C67
(115,92,103)
#826D77
(130,109,119)
#917E87
(145,126,135)
#A08F97
(160,143,151)
#AFA0A7
(175,160,167)
#BEB1B7
(190,177,183)
#CDC2C7
(205,194,199)
#DCD3D7
(220,211,215)
#EBE4E7
(235,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553A47; }

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

This text font color is #553A47.


Background Color

.myBgColor { background-color: #553A47; }

<div style="background-color:#553A47">Inner text</div>

This div background color is #553A47.


Border color

.myBorderColor { border: 1px solid #553A47; }

<div style="border:3px solid #553A47">Div</div>

This div border color is #553A47.


Opacity

.myOpacity80 { color: #553A47; opacity: 0.8; }

<p style="color:#553A47;opacity:0.8;">80%</p>

Text with #553A47 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 #553A47;}

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

This text has shadow with #553A47 color.

.textShadow {text-shadow: 3px 3px 1px #553A47, 3px 3px 1px red;}

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

This text has shadow with #553A47 primary color and red secondary color.


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

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

This text has shadow with #553A47 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553A47 on black background.


Color preview on white background

This text has color #553A47 on white background.



Black color preview on #553A47 background

This text has black color on #553A47 background.


White color preview on #553A47 background

This text has white color on #553A47 background.