COLOR #553C44

HEX: #553C44 RGB: (85,60,68)

Color info

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

RGB color model

#553C44 color RGB value is (85,60,68).

RGB: (85,60,68) (33%, 24%, 27%)

RGB channels and saturation

R 85 of 255 = 33%
G 60 of 255 = 24%
B 68 of 255 = 27%

85
60
68

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

Portions of RGB colors in percentages

R + G + B = 85 + 60 + 68 = 213 (100%)
R 85 of 213 ~ 39.91%
G 60 of 213 ~ 28.17%
B 68 of 213 ~ 31.92'%

%39.91
%28.17
%31.92

CMYK color model

#553C44 color CMYK value is (0,29,20,67).

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

CMYK: (0,29,20,67)
C0M29Y20K67 (0%, 29%, 20%, 67%)
(0.00 / 0.29 / 0.20 / 0.67)

CMYK percentages

%0
%29.41
%20
%66.67

Codes

Color #553C44 in popluar color models

55 3C 44
RGB 85 60 68
HSL 341° 17.24% 28.43%
HSB/HSV 341° 29.41% 33.33%
CMYK 0.00% 29.41% 20.00%
66.67%

Color #553C44 in popluar number systems.

HEX 55 3C 44
Decimal 85 60 68
Binary 1010101 111100 1000100
Octal 125 74 104

Shades and tints

Shades of #553C44

#553C44
(85,60,68)
#4E373E
(78,55,62)
#473238
(71,50,56)
#402D32
(64,45,50)
#39282C
(57,40,44)
#322326
(50,35,38)
#2B1E20
(43,30,32)
#24191A
(36,25,26)
#1D1414
(29,20,20)
#160F0E
(22,15,14)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #553C44

#553C44
(85,60,68)
#644D55
(100,77,85)
#735E66
(115,94,102)
#826F77
(130,111,119)
#918088
(145,128,136)
#A09199
(160,145,153)
#AFA2AA
(175,162,170)
#BEB3BB
(190,179,187)
#CDC4CC
(205,196,204)
#DCD5DD
(220,213,221)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553C44; }

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

This text font color is #553C44.

Background Color

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

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

This div background color is #553C44.

Border color

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

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

This div border color is #553C44.

Opacity

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

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

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

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

This text has shadow with #553C44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #553C44.

Preview

Color preview on black background

This text has color #553C44 on black background.


Color preview on white background

This text has color #553C44 on white background.


Black color preview on #553C44 background

This text has black color on #553C44 background.


White color preview on #553C44 background

This text has white color on #553C44 background.


Related colors

Complementary color

Complementary color for #hex is #AAC3BB.


I love getcolorcode.com

Triadic colors

1 #44553C and #3C4455 with #553C44 are triadic colors.

2 #443C55 and #3C5544 with #553C44 are triadic colors.