COLOR #551E4B

HEX: #551E4B
RGB: (85,30,75)

Color info

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

RGB color model

#551E4B color RGB value is (85,30,75).

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

RGB channels and saturation

R 85 of 255 = 33%
G 30 of 255 = 12%
B 75 of 255 = 29%

85
30
75

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

Portions of RGB colors in percentages

R + G + B =
85 + 30 + 75 = 190 (100%)
R 85 of 190 ~ 44.74%
G 30 of 190 ~ 15.79%
B 75 of 190 ~ 39.47%

%44.74
%15.79
%39.47

CMYK color model

#551E4B color CMYK value is (0,65,12,67).

  • cyan value is 0.00%
  • magenta value is 64.71%
  • yellow value is 11.76%
  • key color value is 66.67%
CMYK:
(0,65,12,67)
C0M65Y12K67 
(0%,65%,12%,67%)
(0.00/0.65/0.12/0.67)	

CMYK percentages

%0
%64.71
%11.76
%66.67

Codes

Color #551E4B in popluar color models

551E4B
RGB853075
HSL311°47.83%22.55%
HSB/HSV311°64.71%33.33%
CMYK0.00%64.71%11.76%
66.67%

Color #551E4B in popluar number systems.

HEX551E4B
Decimal853075
Binary1010101111101001011
Octal12536113

Shades and tints

Shades of #551E4B

#551E4B
(85,30,75)
#4E1C45
(78,28,69)
#471A3F
(71,26,63)
#401839
(64,24,57)
#391633
(57,22,51)
#32142D
(50,20,45)
#2B1227
(43,18,39)
#241021
(36,16,33)
#1D0E1B
(29,14,27)
#160C15
(22,12,21)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #551E4B

#551E4B
(85,30,75)
#64325B
(100,50,91)
#73466B
(115,70,107)
#825A7B
(130,90,123)
#916E8B
(145,110,139)
#A0829B
(160,130,155)
#AF96AB
(175,150,171)
#BEAABB
(190,170,187)
#CDBECB
(205,190,203)
#DCD2DB
(220,210,219)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551E4B; }

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

This text font color is #551E4B.


Background Color

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

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

This div background color is #551E4B.


Border color

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

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

This div border color is #551E4B.


Opacity

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

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

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

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

This text has shadow with #551E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551E4B on black background.


Color preview on white background

This text has color #551E4B on white background.



Black color preview on #551E4B background

This text has black color on #551E4B background.


White color preview on #551E4B background

This text has white color on #551E4B background.