COLOR #55363D

HEX: #55363D
RGB: (85,54,61)

Color info

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

RGB color model

#55363D color RGB value is (85,54,61).

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

RGB channels and saturation

R 85 of 255 = 33%
G 54 of 255 = 21%
B 61 of 255 = 24%

85
54
61

R + G + B ~ 26%. #55363D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 54 + 61 = 200 (100%)
R 85 of 200 ~ 42.5%
G 54 of 200 ~ 27%
B 61 of 200 ~ 30.5%

%42.5
%27
%30.5

CMYK color model

#55363D color CMYK value is (0,36,28,67).

  • cyan value is 0.00%
  • magenta value is 36.47%
  • yellow value is 28.24%
  • key color value is 66.67%
CMYK:
(0,36,28,67)
C0M36Y28K67 
(0%,36%,28%,67%)
(0.00/0.36/0.28/0.67)	

CMYK percentages

%0
%36.47
%28.24
%66.67

Codes

Color #55363D in popluar color models

55363D
RGB855461
HSL346°22.30%27.25%
HSB/HSV346°36.47%33.33%
CMYK0.00%36.47%28.24%
66.67%

Color #55363D in popluar number systems.

HEX55363D
Decimal855461
Binary1010101110110111101
Octal1256675

Shades and tints

Shades of #55363D

#55363D
(85,54,61)
#4E3238
(78,50,56)
#472E33
(71,46,51)
#402A2E
(64,42,46)
#392629
(57,38,41)
#322224
(50,34,36)
#2B1E1F
(43,30,31)
#241A1A
(36,26,26)
#1D1615
(29,22,21)
#161210
(22,18,16)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #55363D

#55363D
(85,54,61)
#64484E
(100,72,78)
#735A5F
(115,90,95)
#826C70
(130,108,112)
#917E81
(145,126,129)
#A09092
(160,144,146)
#AFA2A3
(175,162,163)
#BEB4B4
(190,180,180)
#CDC6C5
(205,198,197)
#DCD8D6
(220,216,214)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55363D color. Also use rgb(85,54,61) instead hex code.

Text Font Color

.myTextColor { color: #55363D; }

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

This text font color is #55363D.


Background Color

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

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

This div background color is #55363D.


Border color

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

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

This div border color is #55363D.


Opacity

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

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

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

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

This text has shadow with #55363D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55363D on black background.


Color preview on white background

This text has color #55363D on white background.



Black color preview on #55363D background

This text has black color on #55363D background.


White color preview on #55363D background

This text has white color on #55363D background.