COLOR #55173F

HEX: #55173F RGB: (85,23,63)

Color info

#55173F contains mainly red and blue colors. Web safe color of #55173F is #660033 (or #603).

RGB color model

#55173F color RGB value is (85,23,63).

RGB: (85,23,63) (33%, 9%, 25%)

RGB channels and saturation

R 85 of 255 = 33%
G 23 of 255 = 9%
B 63 of 255 = 25%

85
23
63

R + G + B ~ 22%. #55173F is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 23 + 63 = 171 (100%)
R 85 of 171 ~ 49.71%
G 23 of 171 ~ 13.45%
B 63 of 171 ~ 36.84'%

%49.71
%13.45
%36.84

CMYK color model

#55173F color CMYK value is (0,73,26,67).

  • cyan value is 0.00%
  • magenta value is 72.94%
  • yellow value is 25.88%
  • key color value is 66.67%

CMYK: (0,73,26,67)
C0M73Y26K67 (0%, 73%, 26%, 67%)
(0.00 / 0.73 / 0.26 / 0.67)

CMYK percentages

%0
%72.94
%25.88
%66.67

Codes

Color #55173F in popluar color models

55 17 3F
RGB 85 23 63
HSL 321° 57.41% 21.18%
HSB/HSV 321° 72.94% 33.33%
CMYK 0.00% 72.94% 25.88%
66.67%

Color #55173F in popluar number systems.

HEX 55 17 3F
Decimal 85 23 63
Binary 1010101 10111 111111
Octal 125 27 77

Shades and tints

Shades of #55173F

#55173F
(85,23,63)
#4E153A
(78,21,58)
#471335
(71,19,53)
#401130
(64,17,48)
#390F2B
(57,15,43)
#320D26
(50,13,38)
#2B0B21
(43,11,33)
#24091C
(36,9,28)
#1D0717
(29,7,23)
#160512
(22,5,18)
#0F030D
(15,3,13)
#000000
(0,0,0)

Tints of #55173F

#55173F
(85,23,63)
#642C50
(100,44,80)
#734161
(115,65,97)
#825672
(130,86,114)
#916B83
(145,107,131)
#A08094
(160,128,148)
#AF95A5
(175,149,165)
#BEAAB6
(190,170,182)
#CDBFC7
(205,191,199)
#DCD4D8
(220,212,216)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55173F; }

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

This text font color is #55173F.

Background Color

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

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

This div background color is #55173F.

Border color

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

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

This div border color is #55173F.

Opacity

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

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

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

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

This text has shadow with #55173F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55173F.

Preview

Color preview on black background

This text has color #55173F on black background.


Color preview on white background

This text has color #55173F on white background.


Black color preview on #55173F background

This text has black color on #55173F background.


White color preview on #55173F background

This text has white color on #55173F background.


Related colors

Complementary color

Complementary color for #hex is #AAE8C0.


I love getcolorcode.com

Triadic colors

1 #3F5517 and #173F55 with #55173F are triadic colors.

2 #3F1755 and #17553F with #55173F are triadic colors.