COLOR #553E4F

HEX: #553E4F RGB: (85,62,79)

Color info

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

RGB color model

#553E4F color RGB value is (85,62,79).

RGB: (85,62,79) (33%, 24%, 31%)

RGB channels and saturation

R 85 of 255 = 33%
G 62 of 255 = 24%
B 79 of 255 = 31%

85
62
79

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

Portions of RGB colors in percentages

R + G + B = 85 + 62 + 79 = 226 (100%)
R 85 of 226 ~ 37.61%
G 62 of 226 ~ 27.43%
B 79 of 226 ~ 34.96'%

%37.61
%27.43
%34.96

CMYK color model

#553E4F color CMYK value is (0,27,7,67).

  • cyan value is 0.00%
  • magenta value is 27.06%
  • yellow value is 7.06%
  • key color value is 66.67%

CMYK: (0,27,7,67)
C0M27Y7K67 (0%, 27%, 7%, 67%)
(0.00 / 0.27 / 0.07 / 0.67)

CMYK percentages

%0
%27.06
%7.06
%66.67

Codes

Color #553E4F in popluar color models

55 3E 4F
RGB 85 62 79
HSL 316° 15.65% 28.82%
HSB/HSV 316° 27.06% 33.33%
CMYK 0.00% 27.06% 7.06%
66.67%

Color #553E4F in popluar number systems.

HEX 55 3E 4F
Decimal 85 62 79
Binary 1010101 111110 1001111
Octal 125 76 117

Shades and tints

Shades of #553E4F

#553E4F
(85,62,79)
#4E3948
(78,57,72)
#473441
(71,52,65)
#402F3A
(64,47,58)
#392A33
(57,42,51)
#32252C
(50,37,44)
#2B2025
(43,32,37)
#241B1E
(36,27,30)
#1D1617
(29,22,23)
#161110
(22,17,16)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #553E4F

#553E4F
(85,62,79)
#644F5F
(100,79,95)
#73606F
(115,96,111)
#82717F
(130,113,127)
#91828F
(145,130,143)
#A0939F
(160,147,159)
#AFA4AF
(175,164,175)
#BEB5BF
(190,181,191)
#CDC6CF
(205,198,207)
#DCD7DF
(220,215,223)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553E4F; }

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

This text font color is #553E4F.

Background Color

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

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

This div background color is #553E4F.

Border color

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

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

This div border color is #553E4F.

Opacity

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

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

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

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

This text has shadow with #553E4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #553E4F.

Preview

Color preview on black background

This text has color #553E4F on black background.


Color preview on white background

This text has color #553E4F on white background.


Black color preview on #553E4F background

This text has black color on #553E4F background.


White color preview on #553E4F background

This text has white color on #553E4F background.


Related colors

Complementary color

Complementary color for #hex is #AAC1B0.


I love getcolorcode.com

Triadic colors

1 #4F553E and #3E4F55 with #553E4F are triadic colors.

2 #4F3E55 and #3E554F with #553E4F are triadic colors.