COLOR #551518

HEX: #551518
RGB: (85,21,24)

Color info

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

RGB color model

#551518 color RGB value is (85,21,24).

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

RGB channels and saturation

R 85 of 255 = 33%
G 21 of 255 = 8%
B 24 of 255 = 9%

85
21
24

R + G + B ~ 17%. #551518 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 21 + 24 = 130 (100%)
R 85 of 130 ~ 65.38%
G 21 of 130 ~ 16.15%
B 24 of 130 ~ 18.46%

%65.38
%16.15
%18.46

CMYK color model

#551518 color CMYK value is (0,75,72,67).

  • cyan value is 0.00%
  • magenta value is 75.29%
  • yellow value is 71.76%
  • key color value is 66.67%
CMYK:
(0,75,72,67)
C0M75Y72K67 
(0%,75%,72%,67%)
(0.00/0.75/0.72/0.67)	

CMYK percentages

%0
%75.29
%71.76
%66.67

Codes

Color #551518 in popluar color models

551518
RGB852124
HSL357°60.38%20.78%
HSB/HSV357°75.29%33.33%
CMYK0.00%75.29%71.76%
66.67%

Color #551518 in popluar number systems.

HEX551518
Decimal852124
Binary10101011010111000
Octal1252530

Shades and tints

Shades of #551518

#551518
(85,21,24)
#4E1416
(78,20,22)
#471314
(71,19,20)
#401212
(64,18,18)
#391110
(57,17,16)
#32100E
(50,16,14)
#2B0F0C
(43,15,12)
#240E0A
(36,14,10)
#1D0D08
(29,13,8)
#160C06
(22,12,6)
#0F0B04
(15,11,4)
#000000
(0,0,0)

Tints of #551518

#551518
(85,21,24)
#642A2D
(100,42,45)
#733F42
(115,63,66)
#825457
(130,84,87)
#91696C
(145,105,108)
#A07E81
(160,126,129)
#AF9396
(175,147,150)
#BEA8AB
(190,168,171)
#CDBDC0
(205,189,192)
#DCD2D5
(220,210,213)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551518; }

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

This text font color is #551518.


Background Color

.myBgColor { background-color: #551518; }

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

This div background color is #551518.


Border color

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

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

This div border color is #551518.


Opacity

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

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

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

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

This text has shadow with #551518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551518 on black background.


Color preview on white background

This text has color #551518 on white background.



Black color preview on #551518 background

This text has black color on #551518 background.


White color preview on #551518 background

This text has white color on #551518 background.