COLOR #55363F

HEX: #55363F RGB: (85,54,63)

Color info

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

RGB color model

#55363F color RGB value is (85,54,63).

RGB: (85,54,63) (33%, 21%, 25%)

RGB channels and saturation

R 85 of 255 = 33%
G 54 of 255 = 21%
B 63 of 255 = 25%

85
54
63

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

Portions of RGB colors in percentages

R + G + B = 85 + 54 + 63 = 202 (100%)
R 85 of 202 ~ 42.08%
G 54 of 202 ~ 26.73%
B 63 of 202 ~ 31.19'%

%42.08
%26.73
%31.19

CMYK color model

#55363F color CMYK value is (0,36,26,67).

  • cyan value is 0.00%
  • magenta value is 36.47%
  • yellow value is 25.88%
  • key color value is 66.67%
CMYK: (0,36,26,67) C0M36Y26K67 (0%,36%,26%,67%) (0.00/0.36/0.26/0.67) 

CMYK percentages

%0
%36.47
%25.88
%66.67

Codes

Color #55363F in popluar color models

55 36 3F
RGB 85 54 63
HSL 343° 22.30% 27.25%
HSB/HSV 343° 36.47% 33.33%
CMYK 0.00% 36.47% 25.88%
66.67%

Color #55363F in popluar number systems.

HEX 55 36 3F
Decimal 85 54 63
Binary 1010101 110110 111111
Octal 125 66 77

Shades and tints

Shades of #55363F

#55363F
(85,54,63)
#4E323A
(78,50,58)
#472E35
(71,46,53)
#402A30
(64,42,48)
#39262B
(57,38,43)
#322226
(50,34,38)
#2B1E21
(43,30,33)
#241A1C
(36,26,28)
#1D1617
(29,22,23)
#161212
(22,18,18)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #55363F

#55363F
(85,54,63)
#644850
(100,72,80)
#735A61
(115,90,97)
#826C72
(130,108,114)
#917E83
(145,126,131)
#A09094
(160,144,148)
#AFA2A5
(175,162,165)
#BEB4B6
(190,180,182)
#CDC6C7
(205,198,199)
#DCD8D8
(220,216,216)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55363F; }

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

This text font color is #55363F.

Background Color

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

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

This div background color is #55363F.

Border color

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

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

This div border color is #55363F.

Opacity

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

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

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

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

This text has shadow with #55363F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55363F.

Preview

Color preview on black background

This text has color #55363F on black background.


Color preview on white background

This text has color #55363F on white background.


Black color preview on #55363F background

This text has black color on #55363F background.


White color preview on #55363F background

This text has white color on #55363F background.


Related colors

Complementary color

Complementary color for #hex is #AAC9C0.


I love getcolorcode.com

Triadic colors

1 #3F5536 and #363F55 with #55363F are triadic colors.

2 #3F3655 and #36553F with #55363F are triadic colors.