COLOR #55110B

HEX: #55110B
RGB: (85,17,11)

Color info

#55110B contains mainly red color. Web safe color of #55110B is #660000 (or #600).

RGB color model

#55110B color RGB value is (85,17,11).

  • red value is 85;
  • green value is 17;
  • blue value is 11.
RGB:
(85,17,11)
(33%,7%,4%)

RGB channels and saturation

R 85 of 255 = 33%
G 17 of 255 = 7%
B 11 of 255 = 4%

85
17
11

R + G + B ~ 15%. #55110B is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 17 + 11 = 113 (100%)
R 85 of 113 ~ 75.22%
G 17 of 113 ~ 15.04%
B 11 of 113 ~ 9.73%

%75.22
%15.04
%9.73

CMYK color model

#55110B color CMYK value is (0,80,87,67).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 87.06%
  • key color value is 66.67%
CMYK:
(0,80,87,67)
C0M80Y87K67 
(0%,80%,87%,67%)
(0.00/0.80/0.87/0.67)	

CMYK percentages

%0
%80
%87.06
%66.67

Codes

Color #55110B in popluar color models

55110B
RGB851711
HSL77.08%18.82%
HSB/HSV87.06%33.33%
CMYK0.00%80.00%87.06%
66.67%

Color #55110B in popluar number systems.

HEX55110B
Decimal851711
Binary1010101100011011
Octal1252113

Shades and tints

Shades of #55110B

#55110B
(85,17,11)
#4E100A
(78,16,10)
#470F09
(71,15,9)
#400E08
(64,14,8)
#390D07
(57,13,7)
#320C06
(50,12,6)
#2B0B05
(43,11,5)
#240A04
(36,10,4)
#1D0903
(29,9,3)
#160802
(22,8,2)
#0F0701
(15,7,1)
#000000
(0,0,0)

Tints of #55110B

#55110B
(85,17,11)
#642621
(100,38,33)
#733B37
(115,59,55)
#82504D
(130,80,77)
#916563
(145,101,99)
#A07A79
(160,122,121)
#AF8F8F
(175,143,143)
#BEA4A5
(190,164,165)
#CDB9BB
(205,185,187)
#DCCED1
(220,206,209)
#EBE3E7
(235,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55110B color. Also use rgb(85,17,11) instead hex code.

Text Font Color

.myTextColor { color: #55110B; }

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

This text font color is #55110B.


Background Color

.myBgColor { background-color: #55110B; }

<div style="background-color:#55110B">Inner text</div>

This div background color is #55110B.


Border color

.myBorderColor { border: 1px solid #55110B; }

<div style="border:3px solid #55110B">Div</div>

This div border color is #55110B.


Opacity

.myOpacity80 { color: #55110B; opacity: 0.8; }

<p style="color:#55110B;opacity:0.8;">80%</p>

Text with #55110B 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 #55110B;}

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

This text has shadow with #55110B color.

.textShadow {text-shadow: 3px 3px 1px #55110B, 3px 3px 1px red;}

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

This text has shadow with #55110B primary color and red secondary color.


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

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

This text has shadow with #55110B and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55110B;
-webkit-box-shadow: 1px 1px 3px 2px #55110B;
box-shadow:1px 1px 3px 2px #55110B;">
Div content here</div>
This div box has shadow with color #55110B.

Preview

Color preview on black background

This text has color #55110B on black background.


Color preview on white background

This text has color #55110B on white background.



Black color preview on #55110B background

This text has black color on #55110B background.


White color preview on #55110B background

This text has white color on #55110B background.