COLOR #551325

HEX: #551325
RGB: (85,19,37)

Color info

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

RGB color model

#551325 color RGB value is (85,19,37).

  • red value is 85;
  • green value is 19;
  • blue value is 37.
RGB:
(85,19,37)
(33%,7%,15%)

RGB channels and saturation

R 85 of 255 = 33%
G 19 of 255 = 7%
B 37 of 255 = 15%

85
19
37

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

Portions of RGB colors in percentages

R + G + B =
85 + 19 + 37 = 141 (100%)
R 85 of 141 ~ 60.28%
G 19 of 141 ~ 13.48%
B 37 of 141 ~ 26.24%

%60.28
%13.48
%26.24

CMYK color model

#551325 color CMYK value is (0,78,56,67).

  • cyan value is 0.00%
  • magenta value is 77.65%
  • yellow value is 56.47%
  • key color value is 66.67%
CMYK:
(0,78,56,67)
C0M78Y56K67 
(0%,78%,56%,67%)
(0.00/0.78/0.56/0.67)	

CMYK percentages

%0
%77.65
%56.47
%66.67

Codes

Color #551325 in popluar color models

551325
RGB851937
HSL344°63.46%20.39%
HSB/HSV344°77.65%33.33%
CMYK0.00%77.65%56.47%
66.67%

Color #551325 in popluar number systems.

HEX551325
Decimal851937
Binary101010110011100101
Octal1252345

Shades and tints

Shades of #551325

#551325
(85,19,37)
#4E1222
(78,18,34)
#47111F
(71,17,31)
#40101C
(64,16,28)
#390F19
(57,15,25)
#320E16
(50,14,22)
#2B0D13
(43,13,19)
#240C10
(36,12,16)
#1D0B0D
(29,11,13)
#160A0A
(22,10,10)
#0F0907
(15,9,7)
#000000
(0,0,0)

Tints of #551325

#551325
(85,19,37)
#642838
(100,40,56)
#733D4B
(115,61,75)
#82525E
(130,82,94)
#916771
(145,103,113)
#A07C84
(160,124,132)
#AF9197
(175,145,151)
#BEA6AA
(190,166,170)
#CDBBBD
(205,187,189)
#DCD0D0
(220,208,208)
#EBE5E3
(235,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551325 color. Also use rgb(85,19,37) instead hex code.

Text Font Color

.myTextColor { color: #551325; }

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

This text font color is #551325.


Background Color

.myBgColor { background-color: #551325; }

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

This div background color is #551325.


Border color

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

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

This div border color is #551325.


Opacity

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

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

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

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

This text has shadow with #551325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551325 on black background.


Color preview on white background

This text has color #551325 on white background.



Black color preview on #551325 background

This text has black color on #551325 background.


White color preview on #551325 background

This text has white color on #551325 background.