COLOR #553820

HEX: #553820
RGB: (85,56,32)

Color info

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

RGB color model

#553820 color RGB value is (85,56,32).

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

RGB channels and saturation

R 85 of 255 = 33%
G 56 of 255 = 22%
B 32 of 255 = 13%

85
56
32

R + G + B ~ 23%. #553820 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 56 + 32 = 173 (100%)
R 85 of 173 ~ 49.13%
G 56 of 173 ~ 32.37%
B 32 of 173 ~ 18.5%

%49.13
%32.37
%18.5

CMYK color model

#553820 color CMYK value is (0,34,62,67).

  • cyan value is 0.00%
  • magenta value is 34.12%
  • yellow value is 62.35%
  • key color value is 66.67%
CMYK:
(0,34,62,67)
C0M34Y62K67 
(0%,34%,62%,67%)
(0.00/0.34/0.62/0.67)	

CMYK percentages

%0
%34.12
%62.35
%66.67

Codes

Color #553820 in popluar color models

553820
RGB855632
HSL27°45.30%22.94%
HSB/HSV27°62.35%33.33%
CMYK0.00%34.12%62.35%
66.67%

Color #553820 in popluar number systems.

HEX553820
Decimal855632
Binary1010101111000100000
Octal1257040

Shades and tints

Shades of #553820

#553820
(85,56,32)
#4E331E
(78,51,30)
#472E1C
(71,46,28)
#40291A
(64,41,26)
#392418
(57,36,24)
#321F16
(50,31,22)
#2B1A14
(43,26,20)
#241512
(36,21,18)
#1D1010
(29,16,16)
#160B0E
(22,11,14)
#0F060C
(15,6,12)
#000000
(0,0,0)

Tints of #553820

#553820
(85,56,32)
#644A34
(100,74,52)
#735C48
(115,92,72)
#826E5C
(130,110,92)
#918070
(145,128,112)
#A09284
(160,146,132)
#AFA498
(175,164,152)
#BEB6AC
(190,182,172)
#CDC8C0
(205,200,192)
#DCDAD4
(220,218,212)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553820; }

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

This text font color is #553820.


Background Color

.myBgColor { background-color: #553820; }

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

This div background color is #553820.


Border color

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

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

This div border color is #553820.


Opacity

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

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

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

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

This text has shadow with #553820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553820 on black background.


Color preview on white background

This text has color #553820 on white background.



Black color preview on #553820 background

This text has black color on #553820 background.


White color preview on #553820 background

This text has white color on #553820 background.