COLOR #553332

HEX: #553332
RGB: (85,51,50)

Color info

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

RGB color model

#553332 color RGB value is (85,51,50).

  • red value is 85;
  • green value is 51;
  • blue value is 50.
RGB:
(85,51,50)
(33%,20%,20%)

RGB channels and saturation

R 85 of 255 = 33%
G 51 of 255 = 20%
B 50 of 255 = 20%

85
51
50

R + G + B ~ 24%. #553332 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 51 + 50 = 186 (100%)
R 85 of 186 ~ 45.7%
G 51 of 186 ~ 27.42%
B 50 of 186 ~ 26.88%

%45.7
%27.42
%26.88

CMYK color model

#553332 color CMYK value is (0,40,41,67).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 41.18%
  • key color value is 66.67%
CMYK:
(0,40,41,67)
C0M40Y41K67 
(0%,40%,41%,67%)
(0.00/0.40/0.41/0.67)	

CMYK percentages

%0
%40
%41.18
%66.67

Codes

Color #553332 in popluar color models

553332
RGB855150
HSL25.93%26.47%
HSB/HSV41.18%33.33%
CMYK0.00%40.00%41.18%
66.67%

Color #553332 in popluar number systems.

HEX553332
Decimal855150
Binary1010101110011110010
Octal1256362

Shades and tints

Shades of #553332

#553332
(85,51,50)
#4E2F2E
(78,47,46)
#472B2A
(71,43,42)
#402726
(64,39,38)
#392322
(57,35,34)
#321F1E
(50,31,30)
#2B1B1A
(43,27,26)
#241716
(36,23,22)
#1D1312
(29,19,18)
#160F0E
(22,15,14)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #553332

#553332
(85,51,50)
#644544
(100,69,68)
#735756
(115,87,86)
#826968
(130,105,104)
#917B7A
(145,123,122)
#A08D8C
(160,141,140)
#AF9F9E
(175,159,158)
#BEB1B0
(190,177,176)
#CDC3C2
(205,195,194)
#DCD5D4
(220,213,212)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553332 color. Also use rgb(85,51,50) instead hex code.

Text Font Color

.myTextColor { color: #553332; }

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

This text font color is #553332.


Background Color

.myBgColor { background-color: #553332; }

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

This div background color is #553332.


Border color

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

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

This div border color is #553332.


Opacity

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

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

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

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

This text has shadow with #553332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553332 on black background.


Color preview on white background

This text has color #553332 on white background.



Black color preview on #553332 background

This text has black color on #553332 background.


White color preview on #553332 background

This text has white color on #553332 background.