COLOR #551E47

HEX: #551E47 RGB: (85,30,71)

Color info

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

RGB color model

#551E47 color RGB value is (85,30,71).

RGB: (85,30,71) (33%, 12%, 28%)

RGB channels and saturation

R 85 of 255 = 33%
G 30 of 255 = 12%
B 71 of 255 = 28%

85
30
71

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

Portions of RGB colors in percentages

R + G + B = 85 + 30 + 71 = 186 (100%)
R 85 of 186 ~ 45.7%
G 30 of 186 ~ 16.13%
B 71 of 186 ~ 38.17'%

%45.7
%16.13
%38.17

CMYK color model

#551E47 color CMYK value is (0,65,16,67).

  • cyan value is 0.00%
  • magenta value is 64.71%
  • yellow value is 16.47%
  • key color value is 66.67%

CMYK: (0,65,16,67)
C0M65Y16K67 (0%, 65%, 16%, 67%)
(0.00 / 0.65 / 0.16 / 0.67)

CMYK percentages

%0
%64.71
%16.47
%66.67

Codes

Color #551E47 in popluar color models

55 1E 47
RGB 85 30 71
HSL 315° 47.83% 22.55%
HSB/HSV 315° 64.71% 33.33%
CMYK 0.00% 64.71% 16.47%
66.67%

Color #551E47 in popluar number systems.

HEX 55 1E 47
Decimal 85 30 71
Binary 1010101 11110 1000111
Octal 125 36 107

Shades and tints

Shades of #551E47

#551E47
(85,30,71)
#4E1C41
(78,28,65)
#471A3B
(71,26,59)
#401835
(64,24,53)
#39162F
(57,22,47)
#321429
(50,20,41)
#2B1223
(43,18,35)
#24101D
(36,16,29)
#1D0E17
(29,14,23)
#160C11
(22,12,17)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #551E47

#551E47
(85,30,71)
#643257
(100,50,87)
#734667
(115,70,103)
#825A77
(130,90,119)
#916E87
(145,110,135)
#A08297
(160,130,151)
#AF96A7
(175,150,167)
#BEAAB7
(190,170,183)
#CDBEC7
(205,190,199)
#DCD2D7
(220,210,215)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551E47; }

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

This text font color is #551E47.

Background Color

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

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

This div background color is #551E47.

Border color

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

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

This div border color is #551E47.

Opacity

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

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

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

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

This text has shadow with #551E47 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #551E47.

Preview

Color preview on black background

This text has color #551E47 on black background.


Color preview on white background

This text has color #551E47 on white background.


Black color preview on #551E47 background

This text has black color on #551E47 background.


White color preview on #551E47 background

This text has white color on #551E47 background.


Related colors

Complementary color

Complementary color for #hex is #AAE1B8.


I love getcolorcode.com

Triadic colors

1 #47551E and #1E4755 with #551E47 are triadic colors.

2 #471E55 and #1E5547 with #551E47 are triadic colors.