COLOR #553E5E

HEX: #553E5E
RGB: (85,62,94)

Color info

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

RGB color model

#553E5E color RGB value is (85,62,94).

  • red value is 85;
  • green value is 62;
  • blue value is 94.
RGB:
(85,62,94)
(33%,24%,37%)

RGB channels and saturation

R 85 of 255 = 33%
G 62 of 255 = 24%
B 94 of 255 = 37%

85
62
94

R + G + B ~ 31%. #553E5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 62 + 94 = 241 (100%)
R 85 of 241 ~ 35.27%
G 62 of 241 ~ 25.73%
B 94 of 241 ~ 39%

%35.27
%25.73
%39

CMYK color model

#553E5E color CMYK value is (10,34,0,63).

  • cyan value is 9.57%
  • magenta value is 34.04%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(10,34,0,63)
C10M34Y0K63 
(10%,34%,0%,63%)
(0.10/0.34/0.00/0.63)	

CMYK percentages

%9.57
%34.04
%0
%63.14

Codes

Color #553E5E in popluar color models

553E5E
RGB856294
HSL283°20.51%30.59%
HSB/HSV283°34.04%36.86%
CMYK9.57%34.04%0.00%
63.14%

Color #553E5E in popluar number systems.

HEX553E5E
Decimal856294
Binary10101011111101011110
Octal12576136

Shades and tints

Shades of #553E5E

#553E5E
(85,62,94)
#4E3956
(78,57,86)
#47344E
(71,52,78)
#402F46
(64,47,70)
#392A3E
(57,42,62)
#322536
(50,37,54)
#2B202E
(43,32,46)
#241B26
(36,27,38)
#1D161E
(29,22,30)
#161116
(22,17,22)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #553E5E

#553E5E
(85,62,94)
#644F6C
(100,79,108)
#73607A
(115,96,122)
#827188
(130,113,136)
#918296
(145,130,150)
#A093A4
(160,147,164)
#AFA4B2
(175,164,178)
#BEB5C0
(190,181,192)
#CDC6CE
(205,198,206)
#DCD7DC
(220,215,220)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553E5E color. Also use rgb(85,62,94) instead hex code.

Text Font Color

.myTextColor { color: #553E5E; }

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

This text font color is #553E5E.


Background Color

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

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

This div background color is #553E5E.


Border color

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

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

This div border color is #553E5E.


Opacity

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

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

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

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

This text has shadow with #553E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553E5E on black background.


Color preview on white background

This text has color #553E5E on white background.



Black color preview on #553E5E background

This text has black color on #553E5E background.


White color preview on #553E5E background

This text has white color on #553E5E background.