COLOR #553B44

HEX: #553B44 RGB: (85,59,68)

Color info

#553B44 contains red, green and blue colors in about the same proportion. Web safe color of #553B44 is #663333 (or #633).

RGB color model

#553B44 color RGB value is (85,59,68).

RGB: (85,59,68) (33%, 23%, 27%)

RGB channels and saturation

R 85 of 255 = 33%
G 59 of 255 = 23%
B 68 of 255 = 27%

85
59
68

R + G + B ~ 28%. #553B44 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 59 + 68 = 212 (100%)
R 85 of 212 ~ 40.09%
G 59 of 212 ~ 27.83%
B 68 of 212 ~ 32.08'%

%40.09
%27.83
%32.08

CMYK color model

#553B44 color CMYK value is (0,31,20,67).

  • cyan value is 0.00%
  • magenta value is 30.59%
  • yellow value is 20.00%
  • key color value is 66.67%

CMYK: (0,31,20,67)
C0M31Y20K67 (0%, 31%, 20%, 67%)
(0.00 / 0.31 / 0.20 / 0.67)

CMYK percentages

%0
%30.59
%20
%66.67

Codes

Color #553B44 in popluar color models

55 3B 44
RGB 85 59 68
HSL 339° 18.06% 28.24%
HSB/HSV 339° 30.59% 33.33%
CMYK 0.00% 30.59% 20.00%
66.67%

Color #553B44 in popluar number systems.

HEX 55 3B 44
Decimal 85 59 68
Binary 1010101 111011 1000100
Octal 125 73 104

Shades and tints

Shades of #553B44

#553B44
(85,59,68)
#4E363E
(78,54,62)
#473138
(71,49,56)
#402C32
(64,44,50)
#39272C
(57,39,44)
#322226
(50,34,38)
#2B1D20
(43,29,32)
#24181A
(36,24,26)
#1D1314
(29,19,20)
#160E0E
(22,14,14)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #553B44

#553B44
(85,59,68)
#644C55
(100,76,85)
#735D66
(115,93,102)
#826E77
(130,110,119)
#917F88
(145,127,136)
#A09099
(160,144,153)
#AFA1AA
(175,161,170)
#BEB2BB
(190,178,187)
#CDC3CC
(205,195,204)
#DCD4DD
(220,212,221)
#EBE5EE
(235,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553B44 color. Also use rgb(85,59,68) instead hex code.

Text Font Color

.myTextColor { color: #553B44; }

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

This text font color is #553B44.

Background Color

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

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

This div background color is #553B44.

Border color

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

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

This div border color is #553B44.

Opacity

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

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

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

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

This text has shadow with #553B44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #553B44.

Preview

Color preview on black background

This text has color #553B44 on black background.


Color preview on white background

This text has color #553B44 on white background.


Black color preview on #553B44 background

This text has black color on #553B44 background.


White color preview on #553B44 background

This text has white color on #553B44 background.


Related colors

Complementary color

Complementary color for #hex is #AAC4BB.


I love getcolorcode.com

Triadic colors

1 #44553B and #3B4455 with #553B44 are triadic colors.

2 #443B55 and #3B5544 with #553B44 are triadic colors.