COLOR #553F51

HEX: #553F51 RGB: (85,63,81)

Color info

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

RGB color model

#553F51 color RGB value is (85,63,81).

RGB: (85,63,81) (33%, 25%, 32%)

RGB channels and saturation

R 85 of 255 = 33%
G 63 of 255 = 25%
B 81 of 255 = 32%

85
63
81

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

Portions of RGB colors in percentages

R + G + B = 85 + 63 + 81 = 229 (100%)
R 85 of 229 ~ 37.12%
G 63 of 229 ~ 27.51%
B 81 of 229 ~ 35.37'%

%37.12
%27.51
%35.37

CMYK color model

#553F51 color CMYK value is (0,26,5,67).

  • cyan value is 0.00%
  • magenta value is 25.88%
  • yellow value is 4.71%
  • key color value is 66.67%
CMYK: (0,26,5,67) C0M26Y5K67 (0%,26%,5%,67%) (0.00/0.26/0.05/0.67) 

CMYK percentages

%0
%25.88
%4.71
%66.67

Codes

Color #553F51 in popluar color models

55 3F 51
RGB 85 63 81
HSL 311° 14.86% 29.02%
HSB/HSV 311° 25.88% 33.33%
CMYK 0.00% 25.88% 4.71%
66.67%

Color #553F51 in popluar number systems.

HEX 55 3F 51
Decimal 85 63 81
Binary 1010101 111111 1010001
Octal 125 77 121

Shades and tints

Shades of #553F51

#553F51
(85,63,81)
#4E3A4A
(78,58,74)
#473543
(71,53,67)
#40303C
(64,48,60)
#392B35
(57,43,53)
#32262E
(50,38,46)
#2B2127
(43,33,39)
#241C20
(36,28,32)
#1D1719
(29,23,25)
#161212
(22,18,18)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #553F51

#553F51
(85,63,81)
#645060
(100,80,96)
#73616F
(115,97,111)
#82727E
(130,114,126)
#91838D
(145,131,141)
#A0949C
(160,148,156)
#AFA5AB
(175,165,171)
#BEB6BA
(190,182,186)
#CDC7C9
(205,199,201)
#DCD8D8
(220,216,216)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553F51 color. Also use rgb(85,63,81) instead hex code.

Text Font Color

.myTextColor { color: #553F51; }

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

This text font color is #553F51.

Background Color

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

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

This div background color is #553F51.

Border color

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

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

This div border color is #553F51.

Opacity

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

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

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

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

This text has shadow with #553F51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #553F51.

Preview

Color preview on black background

This text has color #553F51 on black background.


Color preview on white background

This text has color #553F51 on white background.


Black color preview on #553F51 background

This text has black color on #553F51 background.


White color preview on #553F51 background

This text has white color on #553F51 background.


Related colors

Complementary color

Complementary color for #hex is #AAC0AE.


I love getcolorcode.com

Triadic colors

1 #51553F and #3F5155 with #553F51 are triadic colors.

2 #513F55 and #3F5551 with #553F51 are triadic colors.