COLOR #551F41

HEX: #551F41
RGB: (85,31,65)

Color info

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

RGB color model

#551F41 color RGB value is (85,31,65).

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

RGB channels and saturation

R 85 of 255 = 33%
G 31 of 255 = 12%
B 65 of 255 = 25%

85
31
65

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

Portions of RGB colors in percentages

R + G + B =
85 + 31 + 65 = 181 (100%)
R 85 of 181 ~ 46.96%
G 31 of 181 ~ 17.13%
B 65 of 181 ~ 35.91%

%46.96
%17.13
%35.91

CMYK color model

#551F41 color CMYK value is (0,64,24,67).

  • cyan value is 0.00%
  • magenta value is 63.53%
  • yellow value is 23.53%
  • key color value is 66.67%
CMYK:
(0,64,24,67)
C0M64Y24K67 
(0%,64%,24%,67%)
(0.00/0.64/0.24/0.67)	

CMYK percentages

%0
%63.53
%23.53
%66.67

Codes

Color #551F41 in popluar color models

551F41
RGB853165
HSL322°46.55%22.75%
HSB/HSV322°63.53%33.33%
CMYK0.00%63.53%23.53%
66.67%

Color #551F41 in popluar number systems.

HEX551F41
Decimal853165
Binary1010101111111000001
Octal12537101

Shades and tints

Shades of #551F41

#551F41
(85,31,65)
#4E1D3C
(78,29,60)
#471B37
(71,27,55)
#401932
(64,25,50)
#39172D
(57,23,45)
#321528
(50,21,40)
#2B1323
(43,19,35)
#24111E
(36,17,30)
#1D0F19
(29,15,25)
#160D14
(22,13,20)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #551F41

#551F41
(85,31,65)
#643352
(100,51,82)
#734763
(115,71,99)
#825B74
(130,91,116)
#916F85
(145,111,133)
#A08396
(160,131,150)
#AF97A7
(175,151,167)
#BEABB8
(190,171,184)
#CDBFC9
(205,191,201)
#DCD3DA
(220,211,218)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551F41; }

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

This text font color is #551F41.


Background Color

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

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

This div background color is #551F41.


Border color

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

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

This div border color is #551F41.


Opacity

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

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

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

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

This text has shadow with #551F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551F41 on black background.


Color preview on white background

This text has color #551F41 on white background.



Black color preview on #551F41 background

This text has black color on #551F41 background.


White color preview on #551F41 background

This text has white color on #551F41 background.