COLOR #553544

HEX: #553544
RGB: (85,53,68)

Color info

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

RGB color model

#553544 color RGB value is (85,53,68).

  • red value is 85;
  • green value is 53;
  • blue value is 68.
RGB:
(85,53,68)
(33%,21%,27%)

RGB channels and saturation

R 85 of 255 = 33%
G 53 of 255 = 21%
B 68 of 255 = 27%

85
53
68

R + G + B ~ 27%. #553544 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 53 + 68 = 206 (100%)
R 85 of 206 ~ 41.26%
G 53 of 206 ~ 25.73%
B 68 of 206 ~ 33.01%

%41.26
%25.73
%33.01

CMYK color model

#553544 color CMYK value is (0,38,20,67).

  • cyan value is 0.00%
  • magenta value is 37.65%
  • yellow value is 20.00%
  • key color value is 66.67%
CMYK:
(0,38,20,67)
C0M38Y20K67 
(0%,38%,20%,67%)
(0.00/0.38/0.20/0.67)	

CMYK percentages

%0
%37.65
%20
%66.67

Codes

Color #553544 in popluar color models

553544
RGB855368
HSL332°23.19%27.06%
HSB/HSV332°37.65%33.33%
CMYK0.00%37.65%20.00%
66.67%

Color #553544 in popluar number systems.

HEX553544
Decimal855368
Binary10101011101011000100
Octal12565104

Shades and tints

Shades of #553544

#553544
(85,53,68)
#4E313E
(78,49,62)
#472D38
(71,45,56)
#402932
(64,41,50)
#39252C
(57,37,44)
#322126
(50,33,38)
#2B1D20
(43,29,32)
#24191A
(36,25,26)
#1D1514
(29,21,20)
#16110E
(22,17,14)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #553544

#553544
(85,53,68)
#644755
(100,71,85)
#735966
(115,89,102)
#826B77
(130,107,119)
#917D88
(145,125,136)
#A08F99
(160,143,153)
#AFA1AA
(175,161,170)
#BEB3BB
(190,179,187)
#CDC5CC
(205,197,204)
#DCD7DD
(220,215,221)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553544; }

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

This text font color is #553544.


Background Color

.myBgColor { background-color: #553544; }

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

This div background color is #553544.


Border color

.myBorderColor { border: 1px solid #553544; }

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

This div border color is #553544.


Opacity

.myOpacity80 { color: #553544; opacity: 0.8; }

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

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

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

This text has shadow with #553544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553544 on black background.


Color preview on white background

This text has color #553544 on white background.



Black color preview on #553544 background

This text has black color on #553544 background.


White color preview on #553544 background

This text has white color on #553544 background.