COLOR #553756

HEX: #553756
RGB: (85,55,86)

Color info

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

RGB color model

#553756 color RGB value is (85,55,86).

  • red value is 85;
  • green value is 55;
  • blue value is 86.
RGB:
(85,55,86)
(33%,22%,34%)

RGB channels and saturation

R 85 of 255 = 33%
G 55 of 255 = 22%
B 86 of 255 = 34%

85
55
86

R + G + B ~ 30%. #553756 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 55 + 86 = 226 (100%)
R 85 of 226 ~ 37.61%
G 55 of 226 ~ 24.34%
B 86 of 226 ~ 38.05%

%37.61
%24.34
%38.05

CMYK color model

#553756 color CMYK value is (1,36,0,66).

  • cyan value is 1.16%
  • magenta value is 36.05%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(1,36,0,66)
C1M36Y0K66 
(1%,36%,0%,66%)
(0.01/0.36/0.00/0.66)	

CMYK percentages

%1.16
%36.05
%0
%66.27

Codes

Color #553756 in popluar color models

553756
RGB855586
HSL298°21.99%27.65%
HSB/HSV298°36.05%33.73%
CMYK1.16%36.05%0.00%
66.27%

Color #553756 in popluar number systems.

HEX553756
Decimal855586
Binary10101011101111010110
Octal12567126

Shades and tints

Shades of #553756

#553756
(85,55,86)
#4E324F
(78,50,79)
#472D48
(71,45,72)
#402841
(64,40,65)
#39233A
(57,35,58)
#321E33
(50,30,51)
#2B192C
(43,25,44)
#241425
(36,20,37)
#1D0F1E
(29,15,30)
#160A17
(22,10,23)
#0F0510
(15,5,16)
#000000
(0,0,0)

Tints of #553756

#553756
(85,55,86)
#644965
(100,73,101)
#735B74
(115,91,116)
#826D83
(130,109,131)
#917F92
(145,127,146)
#A091A1
(160,145,161)
#AFA3B0
(175,163,176)
#BEB5BF
(190,181,191)
#CDC7CE
(205,199,206)
#DCD9DD
(220,217,221)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553756 color. Also use rgb(85,55,86) instead hex code.

Text Font Color

.myTextColor { color: #553756; }

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

This text font color is #553756.


Background Color

.myBgColor { background-color: #553756; }

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

This div background color is #553756.


Border color

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

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

This div border color is #553756.


Opacity

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

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

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

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

This text has shadow with #553756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553756 on black background.


Color preview on white background

This text has color #553756 on white background.



Black color preview on #553756 background

This text has black color on #553756 background.


White color preview on #553756 background

This text has white color on #553756 background.