COLOR #553C47

HEX: #553C47 RGB: (85,60,71)

Color info

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

RGB color model

#553C47 color RGB value is (85,60,71).

RGB: (85,60,71) (33%, 24%, 28%)

RGB channels and saturation

R 85 of 255 = 33%
G 60 of 255 = 24%
B 71 of 255 = 28%

85
60
71

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

Portions of RGB colors in percentages

R + G + B = 85 + 60 + 71 = 216 (100%)
R 85 of 216 ~ 39.35%
G 60 of 216 ~ 27.78%
B 71 of 216 ~ 32.87'%

%39.35
%27.78
%32.87

CMYK color model

#553C47 color CMYK value is (0,29,16,67).

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

CMYK: (0,29,16,67)
C0M29Y16K67 (0%, 29%, 16%, 67%)
(0.00 / 0.29 / 0.16 / 0.67)

CMYK percentages

%0
%29.41
%16.47
%66.67

Codes

Color #553C47 in popluar color models

55 3C 47
RGB 85 60 71
HSL 334° 17.24% 28.43%
HSB/HSV 334° 29.41% 33.33%
CMYK 0.00% 29.41% 16.47%
66.67%

Color #553C47 in popluar number systems.

HEX 55 3C 47
Decimal 85 60 71
Binary 1010101 111100 1000111
Octal 125 74 107

Shades and tints

Shades of #553C47

#553C47
(85,60,71)
#4E3741
(78,55,65)
#47323B
(71,50,59)
#402D35
(64,45,53)
#39282F
(57,40,47)
#322329
(50,35,41)
#2B1E23
(43,30,35)
#24191D
(36,25,29)
#1D1417
(29,20,23)
#160F11
(22,15,17)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #553C47

#553C47
(85,60,71)
#644D57
(100,77,87)
#735E67
(115,94,103)
#826F77
(130,111,119)
#918087
(145,128,135)
#A09197
(160,145,151)
#AFA2A7
(175,162,167)
#BEB3B7
(190,179,183)
#CDC4C7
(205,196,199)
#DCD5D7
(220,213,215)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553C47; }

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

This text font color is #553C47.

Background Color

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

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

This div background color is #553C47.

Border color

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

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

This div border color is #553C47.

Opacity

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

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

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

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

This text has shadow with #553C47 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #553C47.

Preview

Color preview on black background

This text has color #553C47 on black background.


Color preview on white background

This text has color #553C47 on white background.


Black color preview on #553C47 background

This text has black color on #553C47 background.


White color preview on #553C47 background

This text has white color on #553C47 background.


Related colors

Complementary color

Complementary color for #hex is #AAC3B8.


I love getcolorcode.com

Triadic colors

1 #47553C and #3C4755 with #553C47 are triadic colors.

2 #473C55 and #3C5547 with #553C47 are triadic colors.