COLOR #553A4D

HEX: #553A4D
RGB: (85,58,77)

Color info

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

RGB color model

#553A4D color RGB value is (85,58,77).

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

RGB channels and saturation

R 85 of 255 = 33%
G 58 of 255 = 23%
B 77 of 255 = 30%

85
58
77

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

Portions of RGB colors in percentages

R + G + B =
85 + 58 + 77 = 220 (100%)
R 85 of 220 ~ 38.64%
G 58 of 220 ~ 26.36%
B 77 of 220 ~ 35%

%38.64
%26.36
%35

CMYK color model

#553A4D color CMYK value is (0,32,9,67).

  • cyan value is 0.00%
  • magenta value is 31.76%
  • yellow value is 9.41%
  • key color value is 66.67%
CMYK:
(0,32,9,67)
C0M32Y9K67 
(0%,32%,9%,67%)
(0.00/0.32/0.09/0.67)	

CMYK percentages

%0
%31.76
%9.41
%66.67

Codes

Color #553A4D in popluar color models

553A4D
RGB855877
HSL318°18.88%28.04%
HSB/HSV318°31.76%33.33%
CMYK0.00%31.76%9.41%
66.67%

Color #553A4D in popluar number systems.

HEX553A4D
Decimal855877
Binary10101011110101001101
Octal12572115

Shades and tints

Shades of #553A4D

#553A4D
(85,58,77)
#4E3546
(78,53,70)
#47303F
(71,48,63)
#402B38
(64,43,56)
#392631
(57,38,49)
#32212A
(50,33,42)
#2B1C23
(43,28,35)
#24171C
(36,23,28)
#1D1215
(29,18,21)
#160D0E
(22,13,14)
#0F0807
(15,8,7)
#000000
(0,0,0)

Tints of #553A4D

#553A4D
(85,58,77)
#644B5D
(100,75,93)
#735C6D
(115,92,109)
#826D7D
(130,109,125)
#917E8D
(145,126,141)
#A08F9D
(160,143,157)
#AFA0AD
(175,160,173)
#BEB1BD
(190,177,189)
#CDC2CD
(205,194,205)
#DCD3DD
(220,211,221)
#EBE4ED
(235,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553A4D; }

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

This text font color is #553A4D.


Background Color

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

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

This div background color is #553A4D.


Border color

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

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

This div border color is #553A4D.


Opacity

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

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

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

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

This text has shadow with #553A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553A4D on black background.


Color preview on white background

This text has color #553A4D on white background.



Black color preview on #553A4D background

This text has black color on #553A4D background.


White color preview on #553A4D background

This text has white color on #553A4D background.