COLOR #551E44

HEX: #551E44
RGB: (85,30,68)

Color info

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

RGB color model

#551E44 color RGB value is (85,30,68).

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

RGB channels and saturation

R 85 of 255 = 33%
G 30 of 255 = 12%
B 68 of 255 = 27%

85
30
68

R + G + B ~ 24%. #551E44 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 30 + 68 = 183 (100%)
R 85 of 183 ~ 46.45%
G 30 of 183 ~ 16.39%
B 68 of 183 ~ 37.16%

%46.45
%16.39
%37.16

CMYK color model

#551E44 color CMYK value is (0,65,20,67).

  • cyan value is 0.00%
  • magenta value is 64.71%
  • yellow value is 20.00%
  • key color value is 66.67%
CMYK:
(0,65,20,67)
C0M65Y20K67 
(0%,65%,20%,67%)
(0.00/0.65/0.20/0.67)	

CMYK percentages

%0
%64.71
%20
%66.67

Codes

Color #551E44 in popluar color models

551E44
RGB853068
HSL319°47.83%22.55%
HSB/HSV319°64.71%33.33%
CMYK0.00%64.71%20.00%
66.67%

Color #551E44 in popluar number systems.

HEX551E44
Decimal853068
Binary1010101111101000100
Octal12536104

Shades and tints

Shades of #551E44

#551E44
(85,30,68)
#4E1C3E
(78,28,62)
#471A38
(71,26,56)
#401832
(64,24,50)
#39162C
(57,22,44)
#321426
(50,20,38)
#2B1220
(43,18,32)
#24101A
(36,16,26)
#1D0E14
(29,14,20)
#160C0E
(22,12,14)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #551E44

#551E44
(85,30,68)
#643255
(100,50,85)
#734666
(115,70,102)
#825A77
(130,90,119)
#916E88
(145,110,136)
#A08299
(160,130,153)
#AF96AA
(175,150,170)
#BEAABB
(190,170,187)
#CDBECC
(205,190,204)
#DCD2DD
(220,210,221)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551E44 color. Also use rgb(85,30,68) instead hex code.

Text Font Color

.myTextColor { color: #551E44; }

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

This text font color is #551E44.


Background Color

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

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

This div background color is #551E44.


Border color

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

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

This div border color is #551E44.


Opacity

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

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

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

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

This text has shadow with #551E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551E44 on black background.


Color preview on white background

This text has color #551E44 on white background.



Black color preview on #551E44 background

This text has black color on #551E44 background.


White color preview on #551E44 background

This text has white color on #551E44 background.