COLOR #55112D

HEX: #55112D RGB: (85,17,45)

Color info

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

RGB color model

#55112D color RGB value is (85,17,45).

RGB: (85,17,45) (33%, 7%, 18%)

RGB channels and saturation

R 85 of 255 = 33%
G 17 of 255 = 7%
B 45 of 255 = 18%

85
17
45

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

Portions of RGB colors in percentages

R + G + B = 85 + 17 + 45 = 147 (100%)
R 85 of 147 ~ 57.82%
G 17 of 147 ~ 11.56%
B 45 of 147 ~ 30.61'%

%57.82
%11.56
%30.61

CMYK color model

#55112D color CMYK value is (0,80,47,67).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 47.06%
  • key color value is 66.67%

CMYK: (0,80,47,67)
C0M80Y47K67 (0%, 80%, 47%, 67%)
(0.00 / 0.80 / 0.47 / 0.67)

CMYK percentages

%0
%80
%47.06
%66.67

Codes

Color #55112D in popluar color models

55 11 2D
RGB 85 17 45
HSL 335° 66.67% 20.00%
HSB/HSV 335° 80.00% 33.33%
CMYK 0.00% 80.00% 47.06%
66.67%

Color #55112D in popluar number systems.

HEX 55 11 2D
Decimal 85 17 45
Binary 1010101 10001 101101
Octal 125 21 55

Shades and tints

Shades of #55112D

#55112D
(85,17,45)
#4E1029
(78,16,41)
#470F25
(71,15,37)
#400E21
(64,14,33)
#390D1D
(57,13,29)
#320C19
(50,12,25)
#2B0B15
(43,11,21)
#240A11
(36,10,17)
#1D090D
(29,9,13)
#160809
(22,8,9)
#0F0705
(15,7,5)
#000000
(0,0,0)

Tints of #55112D

#55112D
(85,17,45)
#642640
(100,38,64)
#733B53
(115,59,83)
#825066
(130,80,102)
#916579
(145,101,121)
#A07A8C
(160,122,140)
#AF8F9F
(175,143,159)
#BEA4B2
(190,164,178)
#CDB9C5
(205,185,197)
#DCCED8
(220,206,216)
#EBE3EB
(235,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55112D color. Also use rgb(85,17,45) instead hex code.

Text Font Color

.myTextColor { color: #55112D; }

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

This text font color is #55112D.

Background Color

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

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

This div background color is #55112D.

Border color

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

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

This div border color is #55112D.

Opacity

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

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

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

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

This text has shadow with #55112D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55112D.

Preview

Color preview on black background

This text has color #55112D on black background.


Color preview on white background

This text has color #55112D on white background.


Black color preview on #55112D background

This text has black color on #55112D background.


White color preview on #55112D background

This text has white color on #55112D background.


Related colors

Complementary color

Complementary color for #hex is #AAEED2.


I love getcolorcode.com

Triadic colors

1 #2D5511 and #112D55 with #55112D are triadic colors.

2 #2D1155 and #11552D with #55112D are triadic colors.