COLOR #55361E

HEX: #55361E
RGB: (85,54,30)

Color info

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

RGB color model

#55361E color RGB value is (85,54,30).

  • red value is 85;
  • green value is 54;
  • blue value is 30.
RGB:
(85,54,30)
(33%,21%,12%)

RGB channels and saturation

R 85 of 255 = 33%
G 54 of 255 = 21%
B 30 of 255 = 12%

85
54
30

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

Portions of RGB colors in percentages

R + G + B =
85 + 54 + 30 = 169 (100%)
R 85 of 169 ~ 50.3%
G 54 of 169 ~ 31.95%
B 30 of 169 ~ 17.75%

%50.3
%31.95
%17.75

CMYK color model

#55361E color CMYK value is (0,36,65,67).

  • cyan value is 0.00%
  • magenta value is 36.47%
  • yellow value is 64.71%
  • key color value is 66.67%
CMYK:
(0,36,65,67)
C0M36Y65K67 
(0%,36%,65%,67%)
(0.00/0.36/0.65/0.67)	

CMYK percentages

%0
%36.47
%64.71
%66.67

Codes

Color #55361E in popluar color models

55361E
RGB855430
HSL26°47.83%22.55%
HSB/HSV26°64.71%33.33%
CMYK0.00%36.47%64.71%
66.67%

Color #55361E in popluar number systems.

HEX55361E
Decimal855430
Binary101010111011011110
Octal1256636

Shades and tints

Shades of #55361E

#55361E
(85,54,30)
#4E321C
(78,50,28)
#472E1A
(71,46,26)
#402A18
(64,42,24)
#392616
(57,38,22)
#322214
(50,34,20)
#2B1E12
(43,30,18)
#241A10
(36,26,16)
#1D160E
(29,22,14)
#16120C
(22,18,12)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #55361E

#55361E
(85,54,30)
#644832
(100,72,50)
#735A46
(115,90,70)
#826C5A
(130,108,90)
#917E6E
(145,126,110)
#A09082
(160,144,130)
#AFA296
(175,162,150)
#BEB4AA
(190,180,170)
#CDC6BE
(205,198,190)
#DCD8D2
(220,216,210)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55361E color. Also use rgb(85,54,30) instead hex code.

Text Font Color

.myTextColor { color: #55361E; }

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

This text font color is #55361E.


Background Color

.myBgColor { background-color: #55361E; }

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

This div background color is #55361E.


Border color

.myBorderColor { border: 1px solid #55361E; }

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

This div border color is #55361E.


Opacity

.myOpacity80 { color: #55361E; opacity: 0.8; }

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

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

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

This text has shadow with #55361E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55361E on black background.


Color preview on white background

This text has color #55361E on white background.



Black color preview on #55361E background

This text has black color on #55361E background.


White color preview on #55361E background

This text has white color on #55361E background.