COLOR #55013D

HEX: #55013D RGB: (85,1,61)

Color info

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

RGB color model

#55013D color RGB value is (85,1,61).

RGB: (85,1,61) (33%, 0%, 24%)

RGB channels and saturation

R 85 of 255 = 33%
G 1 of 255 = 0%
B 61 of 255 = 24%

85
1
61

R + G + B ~ 19%. #55013D is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 1 + 61 = 147 (100%)
R 85 of 147 ~ 57.82%
G 1 of 147 ~ 0.68%
B 61 of 147 ~ 41.5'%

%57.82
%41.5

CMYK color model

#55013D color CMYK value is (0,99,28,67).

  • cyan value is 0.00%
  • magenta value is 98.82%
  • yellow value is 28.24%
  • key color value is 66.67%
CMYK: (0,99,28,67) C0M99Y28K67 (0%,99%,28%,67%) (0.00/0.99/0.28/0.67) 

CMYK percentages

%0
%98.82
%28.24
%66.67

Codes

Color #55013D in popluar color models

55 01 3D
RGB 85 1 61
HSL 317° 97.67% 16.86%
HSB/HSV 317° 98.82% 33.33%
CMYK 0.00% 98.82% 28.24%
66.67%

Color #55013D in popluar number systems.

HEX 55 01 3D
Decimal 85 1 61
Binary 1010101 1 111101
Octal 125 1 75

Shades and tints

Shades of #55013D

#55013D
(85,1,61)
#4E0138
(78,1,56)
#470133
(71,1,51)
#40012E
(64,1,46)
#390129
(57,1,41)
#320124
(50,1,36)
#2B011F
(43,1,31)
#24011A
(36,1,26)
#1D0115
(29,1,21)
#160110
(22,1,16)
#0F010B
(15,1,11)
#000000
(0,0,0)

Tints of #55013D

#55013D
(85,1,61)
#64184E
(100,24,78)
#732F5F
(115,47,95)
#824670
(130,70,112)
#915D81
(145,93,129)
#A07492
(160,116,146)
#AF8BA3
(175,139,163)
#BEA2B4
(190,162,180)
#CDB9C5
(205,185,197)
#DCD0D6
(220,208,214)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55013D color. Also use rgb(85,1,61) instead hex code.

Text Font Color

.myTextColor { color: #55013D; }

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

This text font color is #55013D.

Background Color

.myBgColor { background-color: #55013D; }

<div style="background-color:#55013D">Inner text</div>

This div background color is #55013D.

Border color

.myBorderColor { border: 1px solid #55013D; }

<div style="border:3px solid #55013D">Div</div>

This div border color is #55013D.

Opacity

.myOpacity80 { color: #55013D; opacity: 0.8; }

<p style="color:#55013D;opacity:0.8;">80%</p>

Text with #55013D 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 #55013D;}

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

This text has shadow with #55013D color.


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

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

This text has shadow with #55013D primary color and red secondary color.


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

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

This text has shadow with #55013D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55013D.

Preview

Color preview on black background

This text has color #55013D on black background.


Color preview on white background

This text has color #55013D on white background.


Black color preview on #55013D background

This text has black color on #55013D background.


White color preview on #55013D background

This text has white color on #55013D background.


Related colors

Complementary color

Complementary color for #hex is #AAFEC2.


I love getcolorcode.com

Triadic colors

1 #3D5501 and #013D55 with #55013D are triadic colors.

2 #3D0155 and #01553D with #55013D are triadic colors.