COLOR #551823

HEX: #551823
RGB: (85,24,35)

Color info

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

RGB color model

#551823 color RGB value is (85,24,35).

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

RGB channels and saturation

R 85 of 255 = 33%
G 24 of 255 = 9%
B 35 of 255 = 14%

85
24
35

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

Portions of RGB colors in percentages

R + G + B =
85 + 24 + 35 = 144 (100%)
R 85 of 144 ~ 59.03%
G 24 of 144 ~ 16.67%
B 35 of 144 ~ 24.31%

%59.03
%16.67
%24.31

CMYK color model

#551823 color CMYK value is (0,72,59,67).

  • cyan value is 0.00%
  • magenta value is 71.76%
  • yellow value is 58.82%
  • key color value is 66.67%
CMYK:
(0,72,59,67)
C0M72Y59K67 
(0%,72%,59%,67%)
(0.00/0.72/0.59/0.67)	

CMYK percentages

%0
%71.76
%58.82
%66.67

Codes

Color #551823 in popluar color models

551823
RGB852435
HSL349°55.96%21.37%
HSB/HSV349°71.76%33.33%
CMYK0.00%71.76%58.82%
66.67%

Color #551823 in popluar number systems.

HEX551823
Decimal852435
Binary101010111000100011
Octal1253043

Shades and tints

Shades of #551823

#551823
(85,24,35)
#4E1620
(78,22,32)
#47141D
(71,20,29)
#40121A
(64,18,26)
#391017
(57,16,23)
#320E14
(50,14,20)
#2B0C11
(43,12,17)
#240A0E
(36,10,14)
#1D080B
(29,8,11)
#160608
(22,6,8)
#0F0405
(15,4,5)
#000000
(0,0,0)

Tints of #551823

#551823
(85,24,35)
#642D37
(100,45,55)
#73424B
(115,66,75)
#82575F
(130,87,95)
#916C73
(145,108,115)
#A08187
(160,129,135)
#AF969B
(175,150,155)
#BEABAF
(190,171,175)
#CDC0C3
(205,192,195)
#DCD5D7
(220,213,215)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551823; }

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

This text font color is #551823.


Background Color

.myBgColor { background-color: #551823; }

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

This div background color is #551823.


Border color

.myBorderColor { border: 1px solid #551823; }

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

This div border color is #551823.


Opacity

.myOpacity80 { color: #551823; opacity: 0.8; }

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

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

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

This text has shadow with #551823 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551823 on black background.


Color preview on white background

This text has color #551823 on white background.



Black color preview on #551823 background

This text has black color on #551823 background.


White color preview on #551823 background

This text has white color on #551823 background.