COLOR #553120

HEX: #553120
RGB: (85,49,32)

Color info

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

RGB color model

#553120 color RGB value is (85,49,32).

  • red value is 85;
  • green value is 49;
  • blue value is 32.
RGB:
(85,49,32)
(33%,19%,13%)

RGB channels and saturation

R 85 of 255 = 33%
G 49 of 255 = 19%
B 32 of 255 = 13%

85
49
32

R + G + B ~ 22%. #553120 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 49 + 32 = 166 (100%)
R 85 of 166 ~ 51.2%
G 49 of 166 ~ 29.52%
B 32 of 166 ~ 19.28%

%51.2
%29.52
%19.28

CMYK color model

#553120 color CMYK value is (0,42,62,67).

  • cyan value is 0.00%
  • magenta value is 42.35%
  • yellow value is 62.35%
  • key color value is 66.67%
CMYK:
(0,42,62,67)
C0M42Y62K67 
(0%,42%,62%,67%)
(0.00/0.42/0.62/0.67)	

CMYK percentages

%0
%42.35
%62.35
%66.67

Codes

Color #553120 in popluar color models

553120
RGB854932
HSL19°45.30%22.94%
HSB/HSV19°62.35%33.33%
CMYK0.00%42.35%62.35%
66.67%

Color #553120 in popluar number systems.

HEX553120
Decimal854932
Binary1010101110001100000
Octal1256140

Shades and tints

Shades of #553120

#553120
(85,49,32)
#4E2D1E
(78,45,30)
#47291C
(71,41,28)
#40251A
(64,37,26)
#392118
(57,33,24)
#321D16
(50,29,22)
#2B1914
(43,25,20)
#241512
(36,21,18)
#1D1110
(29,17,16)
#160D0E
(22,13,14)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #553120

#553120
(85,49,32)
#644334
(100,67,52)
#735548
(115,85,72)
#82675C
(130,103,92)
#917970
(145,121,112)
#A08B84
(160,139,132)
#AF9D98
(175,157,152)
#BEAFAC
(190,175,172)
#CDC1C0
(205,193,192)
#DCD3D4
(220,211,212)
#EBE5E8
(235,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553120 color. Also use rgb(85,49,32) instead hex code.

Text Font Color

.myTextColor { color: #553120; }

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

This text font color is #553120.


Background Color

.myBgColor { background-color: #553120; }

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

This div background color is #553120.


Border color

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

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

This div border color is #553120.


Opacity

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

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

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

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

This text has shadow with #553120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553120 on black background.


Color preview on white background

This text has color #553120 on white background.



Black color preview on #553120 background

This text has black color on #553120 background.


White color preview on #553120 background

This text has white color on #553120 background.