COLOR #553C4B

HEX: #553C4B
RGB: (85,60,75)

Color info

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

RGB color model

#553C4B color RGB value is (85,60,75).

  • red value is 85;
  • green value is 60;
  • blue value is 75.
RGB:
(85,60,75)
(33%,24%,29%)

RGB channels and saturation

R 85 of 255 = 33%
G 60 of 255 = 24%
B 75 of 255 = 29%

85
60
75

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

Portions of RGB colors in percentages

R + G + B =
85 + 60 + 75 = 220 (100%)
R 85 of 220 ~ 38.64%
G 60 of 220 ~ 27.27%
B 75 of 220 ~ 34.09%

%38.64
%27.27
%34.09

CMYK color model

#553C4B color CMYK value is (0,29,12,67).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 11.76%
  • key color value is 66.67%
CMYK:
(0,29,12,67)
C0M29Y12K67 
(0%,29%,12%,67%)
(0.00/0.29/0.12/0.67)	

CMYK percentages

%0
%29.41
%11.76
%66.67

Codes

Color #553C4B in popluar color models

553C4B
RGB856075
HSL324°17.24%28.43%
HSB/HSV324°29.41%33.33%
CMYK0.00%29.41%11.76%
66.67%

Color #553C4B in popluar number systems.

HEX553C4B
Decimal856075
Binary10101011111001001011
Octal12574113

Shades and tints

Shades of #553C4B

#553C4B
(85,60,75)
#4E3745
(78,55,69)
#47323F
(71,50,63)
#402D39
(64,45,57)
#392833
(57,40,51)
#32232D
(50,35,45)
#2B1E27
(43,30,39)
#241921
(36,25,33)
#1D141B
(29,20,27)
#160F15
(22,15,21)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #553C4B

#553C4B
(85,60,75)
#644D5B
(100,77,91)
#735E6B
(115,94,107)
#826F7B
(130,111,123)
#91808B
(145,128,139)
#A0919B
(160,145,155)
#AFA2AB
(175,162,171)
#BEB3BB
(190,179,187)
#CDC4CB
(205,196,203)
#DCD5DB
(220,213,219)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553C4B; }

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

This text font color is #553C4B.


Background Color

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

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

This div background color is #553C4B.


Border color

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

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

This div border color is #553C4B.


Opacity

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

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

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

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

This text has shadow with #553C4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553C4B on black background.


Color preview on white background

This text has color #553C4B on white background.



Black color preview on #553C4B background

This text has black color on #553C4B background.


White color preview on #553C4B background

This text has white color on #553C4B background.