COLOR #55313C

HEX: #55313C RGB: (85,49,60)

Color info

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

RGB color model

#55313C color RGB value is (85,49,60).

RGB: (85,49,60) (33%, 19%, 24%)

RGB channels and saturation

R 85 of 255 = 33%
G 49 of 255 = 19%
B 60 of 255 = 24%

85
49
60

R + G + B ~ 25%. #55313C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 49 + 60 = 194 (100%)
R 85 of 194 ~ 43.81%
G 49 of 194 ~ 25.26%
B 60 of 194 ~ 30.93'%

%43.81
%25.26
%30.93

CMYK color model

#55313C color CMYK value is (0,42,29,67).

  • cyan value is 0.00%
  • magenta value is 42.35%
  • yellow value is 29.41%
  • key color value is 66.67%

CMYK: (0,42,29,67)
C0M42Y29K67 (0%, 42%, 29%, 67%)
(0.00 / 0.42 / 0.29 / 0.67)

CMYK percentages

%0
%42.35
%29.41
%66.67

Codes

Color #55313C in popluar color models

55 31 3C
RGB 85 49 60
HSL 342° 26.87% 26.27%
HSB/HSV 342° 42.35% 33.33%
CMYK 0.00% 42.35% 29.41%
66.67%

Color #55313C in popluar number systems.

HEX 55 31 3C
Decimal 85 49 60
Binary 1010101 110001 111100
Octal 125 61 74

Shades and tints

Shades of #55313C

#55313C
(85,49,60)
#4E2D37
(78,45,55)
#472932
(71,41,50)
#40252D
(64,37,45)
#392128
(57,33,40)
#321D23
(50,29,35)
#2B191E
(43,25,30)
#241519
(36,21,25)
#1D1114
(29,17,20)
#160D0F
(22,13,15)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #55313C

#55313C
(85,49,60)
#64434D
(100,67,77)
#73555E
(115,85,94)
#82676F
(130,103,111)
#917980
(145,121,128)
#A08B91
(160,139,145)
#AF9DA2
(175,157,162)
#BEAFB3
(190,175,179)
#CDC1C4
(205,193,196)
#DCD3D5
(220,211,213)
#EBE5E6
(235,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55313C color. Also use rgb(85,49,60) instead hex code.

Text Font Color

.myTextColor { color: #55313C; }

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

This text font color is #55313C.

Background Color

.myBgColor { background-color: #55313C; }

<div style="background-color:#55313C">Inner text</div>

This div background color is #55313C.

Border color

.myBorderColor { border: 1px solid #55313C; }

<div style="border:3px solid #55313C">Div</div>

This div border color is #55313C.

Opacity

.myOpacity80 { color: #55313C; opacity: 0.8; }

<p style="color:#55313C;opacity:0.8;">80%</p>

Text with #55313C 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 #55313C;}

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

This text has shadow with #55313C color.


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

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

This text has shadow with #55313C primary color and red secondary color.


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

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

This text has shadow with #55313C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55313C.

Preview

Color preview on black background

This text has color #55313C on black background.


Color preview on white background

This text has color #55313C on white background.


Black color preview on #55313C background

This text has black color on #55313C background.


White color preview on #55313C background

This text has white color on #55313C background.


Related colors

Complementary color

Complementary color for #hex is #AACEC3.


I love getcolorcode.com

Triadic colors

1 #3C5531 and #313C55 with #55313C are triadic colors.

2 #3C3155 and #31553C with #55313C are triadic colors.