COLOR #551B4D

HEX: #551B4D
RGB: (85,27,77)

Color info

#551B4D contains red, green and blue colors in about the same proportion. Web safe color of #551B4D is #663333 (or #633).

RGB color model

#551B4D color RGB value is (85,27,77).

  • red value is 85;
  • green value is 27;
  • blue value is 77.
RGB:
(85,27,77)
(33%,11%,30%)

RGB channels and saturation

R 85 of 255 = 33%
G 27 of 255 = 11%
B 77 of 255 = 30%

85
27
77

R + G + B ~ 25%. #551B4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 27 + 77 = 189 (100%)
R 85 of 189 ~ 44.97%
G 27 of 189 ~ 14.29%
B 77 of 189 ~ 40.74%

%44.97
%14.29
%40.74

CMYK color model

#551B4D color CMYK value is (0,68,9,67).

  • cyan value is 0.00%
  • magenta value is 68.24%
  • yellow value is 9.41%
  • key color value is 66.67%
CMYK:
(0,68,9,67)
C0M68Y9K67 
(0%,68%,9%,67%)
(0.00/0.68/0.09/0.67)	

CMYK percentages

%0
%68.24
%9.41
%66.67

Codes

Color #551B4D in popluar color models

551B4D
RGB852777
HSL308°51.79%21.96%
HSB/HSV308°68.24%33.33%
CMYK0.00%68.24%9.41%
66.67%

Color #551B4D in popluar number systems.

HEX551B4D
Decimal852777
Binary1010101110111001101
Octal12533115

Shades and tints

Shades of #551B4D

#551B4D
(85,27,77)
#4E1946
(78,25,70)
#47173F
(71,23,63)
#401538
(64,21,56)
#391331
(57,19,49)
#32112A
(50,17,42)
#2B0F23
(43,15,35)
#240D1C
(36,13,28)
#1D0B15
(29,11,21)
#16090E
(22,9,14)
#0F0707
(15,7,7)
#000000
(0,0,0)

Tints of #551B4D

#551B4D
(85,27,77)
#642F5D
(100,47,93)
#73436D
(115,67,109)
#82577D
(130,87,125)
#916B8D
(145,107,141)
#A07F9D
(160,127,157)
#AF93AD
(175,147,173)
#BEA7BD
(190,167,189)
#CDBBCD
(205,187,205)
#DCCFDD
(220,207,221)
#EBE3ED
(235,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551B4D color. Also use rgb(85,27,77) instead hex code.

Text Font Color

.myTextColor { color: #551B4D; }

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

This text font color is #551B4D.


Background Color

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

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

This div background color is #551B4D.


Border color

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

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

This div border color is #551B4D.


Opacity

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

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

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

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

This text has shadow with #551B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551B4D on black background.


Color preview on white background

This text has color #551B4D on white background.



Black color preview on #551B4D background

This text has black color on #551B4D background.


White color preview on #551B4D background

This text has white color on #551B4D background.