COLOR #55181D

HEX: #55181D
RGB: (85,24,29)

Color info

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

RGB color model

#55181D color RGB value is (85,24,29).

  • red value is 85;
  • green value is 24;
  • blue value is 29.
RGB:
(85,24,29)
(33%,9%,11%)

RGB channels and saturation

R 85 of 255 = 33%
G 24 of 255 = 9%
B 29 of 255 = 11%

85
24
29

R + G + B ~ 18%. #55181D is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 24 + 29 = 138 (100%)
R 85 of 138 ~ 61.59%
G 24 of 138 ~ 17.39%
B 29 of 138 ~ 21.01%

%61.59
%17.39
%21.01

CMYK color model

#55181D color CMYK value is (0,72,66,67).

  • cyan value is 0.00%
  • magenta value is 71.76%
  • yellow value is 65.88%
  • key color value is 66.67%
CMYK:
(0,72,66,67)
C0M72Y66K67 
(0%,72%,66%,67%)
(0.00/0.72/0.66/0.67)	

CMYK percentages

%0
%71.76
%65.88
%66.67

Codes

Color #55181D in popluar color models

55181D
RGB852429
HSL355°55.96%21.37%
HSB/HSV355°71.76%33.33%
CMYK0.00%71.76%65.88%
66.67%

Color #55181D in popluar number systems.

HEX55181D
Decimal852429
Binary10101011100011101
Octal1253035

Shades and tints

Shades of #55181D

#55181D
(85,24,29)
#4E161B
(78,22,27)
#471419
(71,20,25)
#401217
(64,18,23)
#391015
(57,16,21)
#320E13
(50,14,19)
#2B0C11
(43,12,17)
#240A0F
(36,10,15)
#1D080D
(29,8,13)
#16060B
(22,6,11)
#0F0409
(15,4,9)
#000000
(0,0,0)

Tints of #55181D

#55181D
(85,24,29)
#642D31
(100,45,49)
#734245
(115,66,69)
#825759
(130,87,89)
#916C6D
(145,108,109)
#A08181
(160,129,129)
#AF9695
(175,150,149)
#BEABA9
(190,171,169)
#CDC0BD
(205,192,189)
#DCD5D1
(220,213,209)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55181D color. Also use rgb(85,24,29) instead hex code.

Text Font Color

.myTextColor { color: #55181D; }

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

This text font color is #55181D.


Background Color

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

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

This div background color is #55181D.


Border color

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

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

This div border color is #55181D.


Opacity

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

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

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

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

This text has shadow with #55181D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55181D on black background.


Color preview on white background

This text has color #55181D on white background.



Black color preview on #55181D background

This text has black color on #55181D background.


White color preview on #55181D background

This text has white color on #55181D background.