COLOR #553A4E

HEX: #553A4E RGB: (85,58,78)

Color info

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

RGB color model

#553A4E color RGB value is (85,58,78).

RGB: (85,58,78) (33%, 23%, 31%)

RGB channels and saturation

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

85
58
78

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

Portions of RGB colors in percentages

R + G + B = 85 + 58 + 78 = 221 (100%)
R 85 of 221 ~ 38.46%
G 58 of 221 ~ 26.24%
B 78 of 221 ~ 35.29'%

%38.46
%26.24
%35.29

CMYK color model

#553A4E color CMYK value is (0,32,8,67).

  • cyan value is 0.00%
  • magenta value is 31.76%
  • yellow value is 8.24%
  • key color value is 66.67%

CMYK: (0,32,8,67)
C0M32Y8K67 (0%, 32%, 8%, 67%)
(0.00 / 0.32 / 0.08 / 0.67)

CMYK percentages

%0
%31.76
%8.24
%66.67

Codes

Color #553A4E in popluar color models

55 3A 4E
RGB 85 58 78
HSL 316° 18.88% 28.04%
HSB/HSV 316° 31.76% 33.33%
CMYK 0.00% 31.76% 8.24%
66.67%

Color #553A4E in popluar number systems.

HEX 55 3A 4E
Decimal 85 58 78
Binary 1010101 111010 1001110
Octal 125 72 116

Shades and tints

Shades of #553A4E

#553A4E
(85,58,78)
#4E3547
(78,53,71)
#473040
(71,48,64)
#402B39
(64,43,57)
#392632
(57,38,50)
#32212B
(50,33,43)
#2B1C24
(43,28,36)
#24171D
(36,23,29)
#1D1216
(29,18,22)
#160D0F
(22,13,15)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #553A4E

#553A4E
(85,58,78)
#644B5E
(100,75,94)
#735C6E
(115,92,110)
#826D7E
(130,109,126)
#917E8E
(145,126,142)
#A08F9E
(160,143,158)
#AFA0AE
(175,160,174)
#BEB1BE
(190,177,190)
#CDC2CE
(205,194,206)
#DCD3DE
(220,211,222)
#EBE4EE
(235,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553A4E; }

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

This text font color is #553A4E.

Background Color

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

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

This div background color is #553A4E.

Border color

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

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

This div border color is #553A4E.

Opacity

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

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

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

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

This text has shadow with #553A4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #553A4E.

Preview

Color preview on black background

This text has color #553A4E on black background.


Color preview on white background

This text has color #553A4E on white background.


Black color preview on #553A4E background

This text has black color on #553A4E background.


White color preview on #553A4E background

This text has white color on #553A4E background.


Related colors

Complementary color

Complementary color for #hex is #AAC5B1.


I love getcolorcode.com

Triadic colors

1 #4E553A and #3A4E55 with #553A4E are triadic colors.

2 #4E3A55 and #3A554E with #553A4E are triadic colors.