COLOR #553A46

HEX: #553A46
RGB: (85,58,70)

Color info

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

RGB color model

#553A46 color RGB value is (85,58,70).

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

RGB channels and saturation

R 85 of 255 = 33%
G 58 of 255 = 23%
B 70 of 255 = 27%

85
58
70

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

Portions of RGB colors in percentages

R + G + B =
85 + 58 + 70 = 213 (100%)
R 85 of 213 ~ 39.91%
G 58 of 213 ~ 27.23%
B 70 of 213 ~ 32.86%

%39.91
%27.23
%32.86

CMYK color model

#553A46 color CMYK value is (0,32,18,67).

  • cyan value is 0.00%
  • magenta value is 31.76%
  • yellow value is 17.65%
  • key color value is 66.67%
CMYK:
(0,32,18,67)
C0M32Y18K67 
(0%,32%,18%,67%)
(0.00/0.32/0.18/0.67)	

CMYK percentages

%0
%31.76
%17.65
%66.67

Codes

Color #553A46 in popluar color models

553A46
RGB855870
HSL333°18.88%28.04%
HSB/HSV333°31.76%33.33%
CMYK0.00%31.76%17.65%
66.67%

Color #553A46 in popluar number systems.

HEX553A46
Decimal855870
Binary10101011110101000110
Octal12572106

Shades and tints

Shades of #553A46

#553A46
(85,58,70)
#4E3540
(78,53,64)
#47303A
(71,48,58)
#402B34
(64,43,52)
#39262E
(57,38,46)
#322128
(50,33,40)
#2B1C22
(43,28,34)
#24171C
(36,23,28)
#1D1216
(29,18,22)
#160D10
(22,13,16)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #553A46

#553A46
(85,58,70)
#644B56
(100,75,86)
#735C66
(115,92,102)
#826D76
(130,109,118)
#917E86
(145,126,134)
#A08F96
(160,143,150)
#AFA0A6
(175,160,166)
#BEB1B6
(190,177,182)
#CDC2C6
(205,194,198)
#DCD3D6
(220,211,214)
#EBE4E6
(235,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553A46; }

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

This text font color is #553A46.


Background Color

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

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

This div background color is #553A46.


Border color

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

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

This div border color is #553A46.


Opacity

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

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

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

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

This text has shadow with #553A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553A46 on black background.


Color preview on white background

This text has color #553A46 on white background.



Black color preview on #553A46 background

This text has black color on #553A46 background.


White color preview on #553A46 background

This text has white color on #553A46 background.