COLOR #55153C

HEX: #55153C RGB: (85,21,60)

Color info

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

RGB color model

#55153C color RGB value is (85,21,60).

RGB: (85,21,60) (33%, 8%, 24%)

RGB channels and saturation

R 85 of 255 = 33%
G 21 of 255 = 8%
B 60 of 255 = 24%

85
21
60

R + G + B ~ 22%. #55153C is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 21 + 60 = 166 (100%)
R 85 of 166 ~ 51.2%
G 21 of 166 ~ 12.65%
B 60 of 166 ~ 36.14'%

%51.2
%12.65
%36.14

CMYK color model

#55153C color CMYK value is (0,75,29,67).

  • cyan value is 0.00%
  • magenta value is 75.29%
  • yellow value is 29.41%
  • key color value is 66.67%
CMYK: (0,75,29,67) C0M75Y29K67 (0%,75%,29%,67%) (0.00/0.75/0.29/0.67) 

CMYK percentages

%0
%75.29
%29.41
%66.67

Codes

Color #55153C in popluar color models

55 15 3C
RGB 85 21 60
HSL 323° 60.38% 20.78%
HSB/HSV 323° 75.29% 33.33%
CMYK 0.00% 75.29% 29.41%
66.67%

Color #55153C in popluar number systems.

HEX 55 15 3C
Decimal 85 21 60
Binary 1010101 10101 111100
Octal 125 25 74

Shades and tints

Shades of #55153C

#55153C
(85,21,60)
#4E1437
(78,20,55)
#471332
(71,19,50)
#40122D
(64,18,45)
#391128
(57,17,40)
#321023
(50,16,35)
#2B0F1E
(43,15,30)
#240E19
(36,14,25)
#1D0D14
(29,13,20)
#160C0F
(22,12,15)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #55153C

#55153C
(85,21,60)
#642A4D
(100,42,77)
#733F5E
(115,63,94)
#82546F
(130,84,111)
#916980
(145,105,128)
#A07E91
(160,126,145)
#AF93A2
(175,147,162)
#BEA8B3
(190,168,179)
#CDBDC4
(205,189,196)
#DCD2D5
(220,210,213)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55153C; }

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

This text font color is #55153C.

Background Color

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

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

This div background color is #55153C.

Border color

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

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

This div border color is #55153C.

Opacity

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

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

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

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

This text has shadow with #55153C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55153C.

Preview

Color preview on black background

This text has color #55153C on black background.


Color preview on white background

This text has color #55153C on white background.


Black color preview on #55153C background

This text has black color on #55153C background.


White color preview on #55153C background

This text has white color on #55153C background.


Related colors

Complementary color

Complementary color for #hex is #AAEAC3.


I love getcolorcode.com

Triadic colors

1 #3C5515 and #153C55 with #55153C are triadic colors.

2 #3C1555 and #15553C with #55153C are triadic colors.