COLOR #553C50

HEX: #553C50 RGB: (85,60,80)

Color info

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

RGB color model

#553C50 color RGB value is (85,60,80).

RGB: (85,60,80) (33%, 24%, 31%)

RGB channels and saturation

R 85 of 255 = 33%
G 60 of 255 = 24%
B 80 of 255 = 31%

85
60
80

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

Portions of RGB colors in percentages

R + G + B = 85 + 60 + 80 = 225 (100%)
R 85 of 225 ~ 37.78%
G 60 of 225 ~ 26.67%
B 80 of 225 ~ 35.56'%

%37.78
%26.67
%35.56

CMYK color model

#553C50 color CMYK value is (0,29,6,67).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 5.88%
  • key color value is 66.67%
CMYK: (0,29,6,67) C0M29Y6K67 (0%,29%,6%,67%) (0.00/0.29/0.06/0.67) 

CMYK percentages

%0
%29.41
%5.88
%66.67

Codes

Color #553C50 in popluar color models

55 3C 50
RGB 85 60 80
HSL 312° 17.24% 28.43%
HSB/HSV 312° 29.41% 33.33%
CMYK 0.00% 29.41% 5.88%
66.67%

Color #553C50 in popluar number systems.

HEX 55 3C 50
Decimal 85 60 80
Binary 1010101 111100 1010000
Octal 125 74 120

Shades and tints

Shades of #553C50

#553C50
(85,60,80)
#4E3749
(78,55,73)
#473242
(71,50,66)
#402D3B
(64,45,59)
#392834
(57,40,52)
#32232D
(50,35,45)
#2B1E26
(43,30,38)
#24191F
(36,25,31)
#1D1418
(29,20,24)
#160F11
(22,15,17)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #553C50

#553C50
(85,60,80)
#644D5F
(100,77,95)
#735E6E
(115,94,110)
#826F7D
(130,111,125)
#91808C
(145,128,140)
#A0919B
(160,145,155)
#AFA2AA
(175,162,170)
#BEB3B9
(190,179,185)
#CDC4C8
(205,196,200)
#DCD5D7
(220,213,215)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553C50 color. Also use rgb(85,60,80) instead hex code.

Text Font Color

.myTextColor { color: #553C50; }

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

This text font color is #553C50.

Background Color

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

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

This div background color is #553C50.

Border color

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

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

This div border color is #553C50.

Opacity

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

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

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

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

This text has shadow with #553C50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #553C50.

Preview

Color preview on black background

This text has color #553C50 on black background.


Color preview on white background

This text has color #553C50 on white background.


Black color preview on #553C50 background

This text has black color on #553C50 background.


White color preview on #553C50 background

This text has white color on #553C50 background.


Related colors

Complementary color

Complementary color for #hex is #AAC3AF.


I love getcolorcode.com

Triadic colors

1 #50553C and #3C5055 with #553C50 are triadic colors.

2 #503C55 and #3C5550 with #553C50 are triadic colors.