COLOR #55221D

HEX: #55221D
RGB: (85,34,29)

Color info

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

RGB color model

#55221D color RGB value is (85,34,29).

  • red value is 85;
  • green value is 34;
  • blue value is 29.
RGB:
(85,34,29)
(33%,13%,11%)

RGB channels and saturation

R 85 of 255 = 33%
G 34 of 255 = 13%
B 29 of 255 = 11%

85
34
29

R + G + B ~ 19%. #55221D is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 34 + 29 = 148 (100%)
R 85 of 148 ~ 57.43%
G 34 of 148 ~ 22.97%
B 29 of 148 ~ 19.59%

%57.43
%22.97
%19.59

CMYK color model

#55221D color CMYK value is (0,60,66,67).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 65.88%
  • key color value is 66.67%
CMYK:
(0,60,66,67)
C0M60Y66K67 
(0%,60%,66%,67%)
(0.00/0.60/0.66/0.67)	

CMYK percentages

%0
%60
%65.88
%66.67

Codes

Color #55221D in popluar color models

55221D
RGB853429
HSL49.12%22.35%
HSB/HSV65.88%33.33%
CMYK0.00%60.00%65.88%
66.67%

Color #55221D in popluar number systems.

HEX55221D
Decimal853429
Binary101010110001011101
Octal1254235

Shades and tints

Shades of #55221D

#55221D
(85,34,29)
#4E1F1B
(78,31,27)
#471C19
(71,28,25)
#401917
(64,25,23)
#391615
(57,22,21)
#321313
(50,19,19)
#2B1011
(43,16,17)
#240D0F
(36,13,15)
#1D0A0D
(29,10,13)
#16070B
(22,7,11)
#0F0409
(15,4,9)
#000000
(0,0,0)

Tints of #55221D

#55221D
(85,34,29)
#643631
(100,54,49)
#734A45
(115,74,69)
#825E59
(130,94,89)
#91726D
(145,114,109)
#A08681
(160,134,129)
#AF9A95
(175,154,149)
#BEAEA9
(190,174,169)
#CDC2BD
(205,194,189)
#DCD6D1
(220,214,209)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55221D color. Also use rgb(85,34,29) instead hex code.

Text Font Color

.myTextColor { color: #55221D; }

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

This text font color is #55221D.


Background Color

.myBgColor { background-color: #55221D; }

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

This div background color is #55221D.


Border color

.myBorderColor { border: 1px solid #55221D; }

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

This div border color is #55221D.


Opacity

.myOpacity80 { color: #55221D; opacity: 0.8; }

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

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

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

This text has shadow with #55221D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55221D on black background.


Color preview on white background

This text has color #55221D on white background.



Black color preview on #55221D background

This text has black color on #55221D background.


White color preview on #55221D background

This text has white color on #55221D background.