COLOR #553954

HEX: #553954
RGB: (85,57,84)

Color info

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

RGB color model

#553954 color RGB value is (85,57,84).

  • red value is 85;
  • green value is 57;
  • blue value is 84.
RGB:
(85,57,84)
(33%,22%,33%)

RGB channels and saturation

R 85 of 255 = 33%
G 57 of 255 = 22%
B 84 of 255 = 33%

85
57
84

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

Portions of RGB colors in percentages

R + G + B =
85 + 57 + 84 = 226 (100%)
R 85 of 226 ~ 37.61%
G 57 of 226 ~ 25.22%
B 84 of 226 ~ 37.17%

%37.61
%25.22
%37.17

CMYK color model

#553954 color CMYK value is (0,33,1,67).

  • cyan value is 0.00%
  • magenta value is 32.94%
  • yellow value is 1.18%
  • key color value is 66.67%
CMYK:
(0,33,1,67)
C0M33Y1K67 
(0%,33%,1%,67%)
(0.00/0.33/0.01/0.67)	

CMYK percentages

%0
%32.94
%1.18
%66.67

Codes

Color #553954 in popluar color models

553954
RGB855784
HSL302°19.72%27.84%
HSB/HSV302°32.94%33.33%
CMYK0.00%32.94%1.18%
66.67%

Color #553954 in popluar number systems.

HEX553954
Decimal855784
Binary10101011110011010100
Octal12571124

Shades and tints

Shades of #553954

#553954
(85,57,84)
#4E344D
(78,52,77)
#472F46
(71,47,70)
#402A3F
(64,42,63)
#392538
(57,37,56)
#322031
(50,32,49)
#2B1B2A
(43,27,42)
#241623
(36,22,35)
#1D111C
(29,17,28)
#160C15
(22,12,21)
#0F070E
(15,7,14)
#000000
(0,0,0)

Tints of #553954

#553954
(85,57,84)
#644B63
(100,75,99)
#735D72
(115,93,114)
#826F81
(130,111,129)
#918190
(145,129,144)
#A0939F
(160,147,159)
#AFA5AE
(175,165,174)
#BEB7BD
(190,183,189)
#CDC9CC
(205,201,204)
#DCDBDB
(220,219,219)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553954 color. Also use rgb(85,57,84) instead hex code.

Text Font Color

.myTextColor { color: #553954; }

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

This text font color is #553954.


Background Color

.myBgColor { background-color: #553954; }

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

This div background color is #553954.


Border color

.myBorderColor { border: 1px solid #553954; }

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

This div border color is #553954.


Opacity

.myOpacity80 { color: #553954; opacity: 0.8; }

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

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

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

This text has shadow with #553954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553954 on black background.


Color preview on white background

This text has color #553954 on white background.



Black color preview on #553954 background

This text has black color on #553954 background.


White color preview on #553954 background

This text has white color on #553954 background.