COLOR #55143F

HEX: #55143F RGB: (85,20,63)

Color info

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

RGB color model

#55143F color RGB value is (85,20,63).

RGB: (85,20,63) (33%, 8%, 25%)

RGB channels and saturation

R 85 of 255 = 33%
G 20 of 255 = 8%
B 63 of 255 = 25%

85
20
63

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

Portions of RGB colors in percentages

R + G + B = 85 + 20 + 63 = 168 (100%)
R 85 of 168 ~ 50.6%
G 20 of 168 ~ 11.9%
B 63 of 168 ~ 37.5'%

%50.6
%11.9
%37.5

CMYK color model

#55143F color CMYK value is (0,76,26,67).

  • cyan value is 0.00%
  • magenta value is 76.47%
  • yellow value is 25.88%
  • key color value is 66.67%
CMYK: (0,76,26,67) C0M76Y26K67 (0%,76%,26%,67%) (0.00/0.76/0.26/0.67) 

CMYK percentages

%0
%76.47
%25.88
%66.67

Codes

Color #55143F in popluar color models

55 14 3F
RGB 85 20 63
HSL 320° 61.90% 20.59%
HSB/HSV 320° 76.47% 33.33%
CMYK 0.00% 76.47% 25.88%
66.67%

Color #55143F in popluar number systems.

HEX 55 14 3F
Decimal 85 20 63
Binary 1010101 10100 111111
Octal 125 24 77

Shades and tints

Shades of #55143F

#55143F
(85,20,63)
#4E133A
(78,19,58)
#471235
(71,18,53)
#401130
(64,17,48)
#39102B
(57,16,43)
#320F26
(50,15,38)
#2B0E21
(43,14,33)
#240D1C
(36,13,28)
#1D0C17
(29,12,23)
#160B12
(22,11,18)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #55143F

#55143F
(85,20,63)
#642950
(100,41,80)
#733E61
(115,62,97)
#825372
(130,83,114)
#916883
(145,104,131)
#A07D94
(160,125,148)
#AF92A5
(175,146,165)
#BEA7B6
(190,167,182)
#CDBCC7
(205,188,199)
#DCD1D8
(220,209,216)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55143F; }

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

This text font color is #55143F.

Background Color

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

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

This div background color is #55143F.

Border color

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

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

This div border color is #55143F.

Opacity

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

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

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

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

This text has shadow with #55143F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55143F.

Preview

Color preview on black background

This text has color #55143F on black background.


Color preview on white background

This text has color #55143F on white background.


Black color preview on #55143F background

This text has black color on #55143F background.


White color preview on #55143F background

This text has white color on #55143F background.


Related colors

Complementary color

Complementary color for #hex is #AAEBC0.


I love getcolorcode.com

Triadic colors

1 #3F5514 and #143F55 with #55143F are triadic colors.

2 #3F1455 and #14553F with #55143F are triadic colors.