COLOR #551A41

HEX: #551A41
RGB: (85,26,65)

Color info

#551A41 contains red, green and blue colors in about the same proportion. Web safe color of #551A41 is #660033 (or #603).

RGB color model

#551A41 color RGB value is (85,26,65).

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

RGB channels and saturation

R 85 of 255 = 33%
G 26 of 255 = 10%
B 65 of 255 = 25%

85
26
65

R + G + B ~ 23%. #551A41 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 26 + 65 = 176 (100%)
R 85 of 176 ~ 48.3%
G 26 of 176 ~ 14.77%
B 65 of 176 ~ 36.93%

%48.3
%14.77
%36.93

CMYK color model

#551A41 color CMYK value is (0,69,24,67).

  • cyan value is 0.00%
  • magenta value is 69.41%
  • yellow value is 23.53%
  • key color value is 66.67%
CMYK:
(0,69,24,67)
C0M69Y24K67 
(0%,69%,24%,67%)
(0.00/0.69/0.24/0.67)	

CMYK percentages

%0
%69.41
%23.53
%66.67

Codes

Color #551A41 in popluar color models

551A41
RGB852665
HSL320°53.15%21.76%
HSB/HSV320°69.41%33.33%
CMYK0.00%69.41%23.53%
66.67%

Color #551A41 in popluar number systems.

HEX551A41
Decimal852665
Binary1010101110101000001
Octal12532101

Shades and tints

Shades of #551A41

#551A41
(85,26,65)
#4E183C
(78,24,60)
#471637
(71,22,55)
#401432
(64,20,50)
#39122D
(57,18,45)
#321028
(50,16,40)
#2B0E23
(43,14,35)
#240C1E
(36,12,30)
#1D0A19
(29,10,25)
#160814
(22,8,20)
#0F060F
(15,6,15)
#000000
(0,0,0)

Tints of #551A41

#551A41
(85,26,65)
#642E52
(100,46,82)
#734263
(115,66,99)
#825674
(130,86,116)
#916A85
(145,106,133)
#A07E96
(160,126,150)
#AF92A7
(175,146,167)
#BEA6B8
(190,166,184)
#CDBAC9
(205,186,201)
#DCCEDA
(220,206,218)
#EBE2EB
(235,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551A41 color. Also use rgb(85,26,65) instead hex code.

Text Font Color

.myTextColor { color: #551A41; }

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

This text font color is #551A41.


Background Color

.myBgColor { background-color: #551A41; }

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

This div background color is #551A41.


Border color

.myBorderColor { border: 1px solid #551A41; }

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

This div border color is #551A41.


Opacity

.myOpacity80 { color: #551A41; opacity: 0.8; }

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

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

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

This text has shadow with #551A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551A41 on black background.


Color preview on white background

This text has color #551A41 on white background.



Black color preview on #551A41 background

This text has black color on #551A41 background.


White color preview on #551A41 background

This text has white color on #551A41 background.