COLOR #553546

HEX: #553546
RGB: (85,53,70)

Color info

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

RGB color model

#553546 color RGB value is (85,53,70).

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

RGB channels and saturation

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

85
53
70

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

Portions of RGB colors in percentages

R + G + B =
85 + 53 + 70 = 208 (100%)
R 85 of 208 ~ 40.87%
G 53 of 208 ~ 25.48%
B 70 of 208 ~ 33.65%

%40.87
%25.48
%33.65

CMYK color model

#553546 color CMYK value is (0,38,18,67).

  • cyan value is 0.00%
  • magenta value is 37.65%
  • yellow value is 17.65%
  • key color value is 66.67%
CMYK:
(0,38,18,67)
C0M38Y18K67 
(0%,38%,18%,67%)
(0.00/0.38/0.18/0.67)	

CMYK percentages

%0
%37.65
%17.65
%66.67

Codes

Color #553546 in popluar color models

553546
RGB855370
HSL328°23.19%27.06%
HSB/HSV328°37.65%33.33%
CMYK0.00%37.65%17.65%
66.67%

Color #553546 in popluar number systems.

HEX553546
Decimal855370
Binary10101011101011000110
Octal12565106

Shades and tints

Shades of #553546

#553546
(85,53,70)
#4E3140
(78,49,64)
#472D3A
(71,45,58)
#402934
(64,41,52)
#39252E
(57,37,46)
#322128
(50,33,40)
#2B1D22
(43,29,34)
#24191C
(36,25,28)
#1D1516
(29,21,22)
#161110
(22,17,16)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #553546

#553546
(85,53,70)
#644756
(100,71,86)
#735966
(115,89,102)
#826B76
(130,107,118)
#917D86
(145,125,134)
#A08F96
(160,143,150)
#AFA1A6
(175,161,166)
#BEB3B6
(190,179,182)
#CDC5C6
(205,197,198)
#DCD7D6
(220,215,214)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553546; }

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

This text font color is #553546.


Background Color

.myBgColor { background-color: #553546; }

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

This div background color is #553546.


Border color

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

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

This div border color is #553546.


Opacity

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

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

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

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

This text has shadow with #553546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553546 on black background.


Color preview on white background

This text has color #553546 on white background.



Black color preview on #553546 background

This text has black color on #553546 background.


White color preview on #553546 background

This text has white color on #553546 background.