COLOR #55421D

HEX: #55421D
RGB: (85,66,29)

Color info

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

RGB color model

#55421D color RGB value is (85,66,29).

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

RGB channels and saturation

R 85 of 255 = 33%
G 66 of 255 = 26%
B 29 of 255 = 11%

85
66
29

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

Portions of RGB colors in percentages

R + G + B =
85 + 66 + 29 = 180 (100%)
R 85 of 180 ~ 47.22%
G 66 of 180 ~ 36.67%
B 29 of 180 ~ 16.11%

%47.22
%36.67
%16.11

CMYK color model

#55421D color CMYK value is (0,22,66,67).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 65.88%
  • key color value is 66.67%
CMYK:
(0,22,66,67)
C0M22Y66K67 
(0%,22%,66%,67%)
(0.00/0.22/0.66/0.67)	

CMYK percentages

%0
%22.35
%65.88
%66.67

Codes

Color #55421D in popluar color models

55421D
RGB856629
HSL40°49.12%22.35%
HSB/HSV40°65.88%33.33%
CMYK0.00%22.35%65.88%
66.67%

Color #55421D in popluar number systems.

HEX55421D
Decimal856629
Binary1010101100001011101
Octal12510235

Shades and tints

Shades of #55421D

#55421D
(85,66,29)
#4E3C1B
(78,60,27)
#473619
(71,54,25)
#403017
(64,48,23)
#392A15
(57,42,21)
#322413
(50,36,19)
#2B1E11
(43,30,17)
#24180F
(36,24,15)
#1D120D
(29,18,13)
#160C0B
(22,12,11)
#0F0609
(15,6,9)
#000000
(0,0,0)

Tints of #55421D

#55421D
(85,66,29)
#645331
(100,83,49)
#736445
(115,100,69)
#827559
(130,117,89)
#91866D
(145,134,109)
#A09781
(160,151,129)
#AFA895
(175,168,149)
#BEB9A9
(190,185,169)
#CDCABD
(205,202,189)
#DCDBD1
(220,219,209)
#EBECE5
(235,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55421D; }

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

This text font color is #55421D.


Background Color

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

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

This div background color is #55421D.


Border color

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

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

This div border color is #55421D.


Opacity

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

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

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

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

This text has shadow with #55421D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55421D on black background.


Color preview on white background

This text has color #55421D on white background.



Black color preview on #55421D background

This text has black color on #55421D background.


White color preview on #55421D background

This text has white color on #55421D background.