COLOR #553542

HEX: #553542
RGB: (85,53,66)

Color info

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

RGB color model

#553542 color RGB value is (85,53,66).

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

RGB channels and saturation

R 85 of 255 = 33%
G 53 of 255 = 21%
B 66 of 255 = 26%

85
53
66

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

Portions of RGB colors in percentages

R + G + B =
85 + 53 + 66 = 204 (100%)
R 85 of 204 ~ 41.67%
G 53 of 204 ~ 25.98%
B 66 of 204 ~ 32.35%

%41.67
%25.98
%32.35

CMYK color model

#553542 color CMYK value is (0,38,22,67).

  • cyan value is 0.00%
  • magenta value is 37.65%
  • yellow value is 22.35%
  • key color value is 66.67%
CMYK:
(0,38,22,67)
C0M38Y22K67 
(0%,38%,22%,67%)
(0.00/0.38/0.22/0.67)	

CMYK percentages

%0
%37.65
%22.35
%66.67

Codes

Color #553542 in popluar color models

553542
RGB855366
HSL336°23.19%27.06%
HSB/HSV336°37.65%33.33%
CMYK0.00%37.65%22.35%
66.67%

Color #553542 in popluar number systems.

HEX553542
Decimal855366
Binary10101011101011000010
Octal12565102

Shades and tints

Shades of #553542

#553542
(85,53,66)
#4E313C
(78,49,60)
#472D36
(71,45,54)
#402930
(64,41,48)
#39252A
(57,37,42)
#322124
(50,33,36)
#2B1D1E
(43,29,30)
#241918
(36,25,24)
#1D1512
(29,21,18)
#16110C
(22,17,12)
#0F0D06
(15,13,6)
#000000
(0,0,0)

Tints of #553542

#553542
(85,53,66)
#644753
(100,71,83)
#735964
(115,89,100)
#826B75
(130,107,117)
#917D86
(145,125,134)
#A08F97
(160,143,151)
#AFA1A8
(175,161,168)
#BEB3B9
(190,179,185)
#CDC5CA
(205,197,202)
#DCD7DB
(220,215,219)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553542; }

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

This text font color is #553542.


Background Color

.myBgColor { background-color: #553542; }

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

This div background color is #553542.


Border color

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

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

This div border color is #553542.


Opacity

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

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

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

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

This text has shadow with #553542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553542 on black background.


Color preview on white background

This text has color #553542 on white background.



Black color preview on #553542 background

This text has black color on #553542 background.


White color preview on #553542 background

This text has white color on #553542 background.