COLOR #553B4E

HEX: #553B4E
RGB: (85,59,78)

Color info

#553B4E contains red, green and blue colors in about the same proportion. Web safe color of #553B4E is #663366 (or #636).

RGB color model

#553B4E color RGB value is (85,59,78).

  • red value is 85;
  • green value is 59;
  • blue value is 78.
RGB:
(85,59,78)
(33%,23%,31%)

RGB channels and saturation

R 85 of 255 = 33%
G 59 of 255 = 23%
B 78 of 255 = 31%

85
59
78

R + G + B ~ 29%. #553B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 59 + 78 = 222 (100%)
R 85 of 222 ~ 38.29%
G 59 of 222 ~ 26.58%
B 78 of 222 ~ 35.14%

%38.29
%26.58
%35.14

CMYK color model

#553B4E color CMYK value is (0,31,8,67).

  • cyan value is 0.00%
  • magenta value is 30.59%
  • yellow value is 8.24%
  • key color value is 66.67%
CMYK:
(0,31,8,67)
C0M31Y8K67 
(0%,31%,8%,67%)
(0.00/0.31/0.08/0.67)	

CMYK percentages

%0
%30.59
%8.24
%66.67

Codes

Color #553B4E in popluar color models

553B4E
RGB855978
HSL316°18.06%28.24%
HSB/HSV316°30.59%33.33%
CMYK0.00%30.59%8.24%
66.67%

Color #553B4E in popluar number systems.

HEX553B4E
Decimal855978
Binary10101011110111001110
Octal12573116

Shades and tints

Shades of #553B4E

#553B4E
(85,59,78)
#4E3647
(78,54,71)
#473140
(71,49,64)
#402C39
(64,44,57)
#392732
(57,39,50)
#32222B
(50,34,43)
#2B1D24
(43,29,36)
#24181D
(36,24,29)
#1D1316
(29,19,22)
#160E0F
(22,14,15)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #553B4E

#553B4E
(85,59,78)
#644C5E
(100,76,94)
#735D6E
(115,93,110)
#826E7E
(130,110,126)
#917F8E
(145,127,142)
#A0909E
(160,144,158)
#AFA1AE
(175,161,174)
#BEB2BE
(190,178,190)
#CDC3CE
(205,195,206)
#DCD4DE
(220,212,222)
#EBE5EE
(235,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553B4E color. Also use rgb(85,59,78) instead hex code.

Text Font Color

.myTextColor { color: #553B4E; }

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

This text font color is #553B4E.


Background Color

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

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

This div background color is #553B4E.


Border color

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

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

This div border color is #553B4E.


Opacity

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

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

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

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

This text has shadow with #553B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553B4E on black background.


Color preview on white background

This text has color #553B4E on white background.



Black color preview on #553B4E background

This text has black color on #553B4E background.


White color preview on #553B4E background

This text has white color on #553B4E background.