COLOR #55321C

HEX: #55321C
RGB: (85,50,28)

Color info

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

RGB color model

#55321C color RGB value is (85,50,28).

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

RGB channels and saturation

R 85 of 255 = 33%
G 50 of 255 = 20%
B 28 of 255 = 11%

85
50
28

R + G + B ~ 21%. #55321C is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 50 + 28 = 163 (100%)
R 85 of 163 ~ 52.15%
G 50 of 163 ~ 30.67%
B 28 of 163 ~ 17.18%

%52.15
%30.67
%17.18

CMYK color model

#55321C color CMYK value is (0,41,67,67).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 67.06%
  • key color value is 66.67%
CMYK:
(0,41,67,67)
C0M41Y67K67 
(0%,41%,67%,67%)
(0.00/0.41/0.67/0.67)	

CMYK percentages

%0
%41.18
%67.06
%66.67

Codes

Color #55321C in popluar color models

55321C
RGB855028
HSL23°50.44%22.16%
HSB/HSV23°67.06%33.33%
CMYK0.00%41.18%67.06%
66.67%

Color #55321C in popluar number systems.

HEX55321C
Decimal855028
Binary101010111001011100
Octal1256234

Shades and tints

Shades of #55321C

#55321C
(85,50,28)
#4E2E1A
(78,46,26)
#472A18
(71,42,24)
#402616
(64,38,22)
#392214
(57,34,20)
#321E12
(50,30,18)
#2B1A10
(43,26,16)
#24160E
(36,22,14)
#1D120C
(29,18,12)
#160E0A
(22,14,10)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #55321C

#55321C
(85,50,28)
#644430
(100,68,48)
#735644
(115,86,68)
#826858
(130,104,88)
#917A6C
(145,122,108)
#A08C80
(160,140,128)
#AF9E94
(175,158,148)
#BEB0A8
(190,176,168)
#CDC2BC
(205,194,188)
#DCD4D0
(220,212,208)
#EBE6E4
(235,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55321C; }

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

This text font color is #55321C.


Background Color

.myBgColor { background-color: #55321C; }

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

This div background color is #55321C.


Border color

.myBorderColor { border: 1px solid #55321C; }

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

This div border color is #55321C.


Opacity

.myOpacity80 { color: #55321C; opacity: 0.8; }

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

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

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

This text has shadow with #55321C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55321C on black background.


Color preview on white background

This text has color #55321C on white background.



Black color preview on #55321C background

This text has black color on #55321C background.


White color preview on #55321C background

This text has white color on #55321C background.