COLOR #551915

HEX: #551915
RGB: (85,25,21)

Color info

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

RGB color model

#551915 color RGB value is (85,25,21).

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

RGB channels and saturation

R 85 of 255 = 33%
G 25 of 255 = 10%
B 21 of 255 = 8%

85
25
21

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

Portions of RGB colors in percentages

R + G + B =
85 + 25 + 21 = 131 (100%)
R 85 of 131 ~ 64.89%
G 25 of 131 ~ 19.08%
B 21 of 131 ~ 16.03%

%64.89
%19.08
%16.03

CMYK color model

#551915 color CMYK value is (0,71,75,67).

  • cyan value is 0.00%
  • magenta value is 70.59%
  • yellow value is 75.29%
  • key color value is 66.67%
CMYK:
(0,71,75,67)
C0M71Y75K67 
(0%,71%,75%,67%)
(0.00/0.71/0.75/0.67)	

CMYK percentages

%0
%70.59
%75.29
%66.67

Codes

Color #551915 in popluar color models

551915
RGB852521
HSL60.38%20.78%
HSB/HSV75.29%33.33%
CMYK0.00%70.59%75.29%
66.67%

Color #551915 in popluar number systems.

HEX551915
Decimal852521
Binary10101011100110101
Octal1253125

Shades and tints

Shades of #551915

#551915
(85,25,21)
#4E1714
(78,23,20)
#471513
(71,21,19)
#401312
(64,19,18)
#391111
(57,17,17)
#320F10
(50,15,16)
#2B0D0F
(43,13,15)
#240B0E
(36,11,14)
#1D090D
(29,9,13)
#16070C
(22,7,12)
#0F050B
(15,5,11)
#000000
(0,0,0)

Tints of #551915

#551915
(85,25,21)
#642D2A
(100,45,42)
#73413F
(115,65,63)
#825554
(130,85,84)
#916969
(145,105,105)
#A07D7E
(160,125,126)
#AF9193
(175,145,147)
#BEA5A8
(190,165,168)
#CDB9BD
(205,185,189)
#DCCDD2
(220,205,210)
#EBE1E7
(235,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551915; }

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

This text font color is #551915.


Background Color

.myBgColor { background-color: #551915; }

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

This div background color is #551915.


Border color

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

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

This div border color is #551915.


Opacity

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

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

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

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

This text has shadow with #551915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551915 on black background.


Color preview on white background

This text has color #551915 on white background.



Black color preview on #551915 background

This text has black color on #551915 background.


White color preview on #551915 background

This text has white color on #551915 background.