COLOR #551F37

HEX: #551F37
RGB: (85,31,55)

Color info

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

RGB color model

#551F37 color RGB value is (85,31,55).

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

RGB channels and saturation

R 85 of 255 = 33%
G 31 of 255 = 12%
B 55 of 255 = 22%

85
31
55

R + G + B ~ 22%. #551F37 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 31 + 55 = 171 (100%)
R 85 of 171 ~ 49.71%
G 31 of 171 ~ 18.13%
B 55 of 171 ~ 32.16%

%49.71
%18.13
%32.16

CMYK color model

#551F37 color CMYK value is (0,64,35,67).

  • cyan value is 0.00%
  • magenta value is 63.53%
  • yellow value is 35.29%
  • key color value is 66.67%
CMYK:
(0,64,35,67)
C0M64Y35K67 
(0%,64%,35%,67%)
(0.00/0.64/0.35/0.67)	

CMYK percentages

%0
%63.53
%35.29
%66.67

Codes

Color #551F37 in popluar color models

551F37
RGB853155
HSL333°46.55%22.75%
HSB/HSV333°63.53%33.33%
CMYK0.00%63.53%35.29%
66.67%

Color #551F37 in popluar number systems.

HEX551F37
Decimal853155
Binary101010111111110111
Octal1253767

Shades and tints

Shades of #551F37

#551F37
(85,31,55)
#4E1D32
(78,29,50)
#471B2D
(71,27,45)
#401928
(64,25,40)
#391723
(57,23,35)
#32151E
(50,21,30)
#2B1319
(43,19,25)
#241114
(36,17,20)
#1D0F0F
(29,15,15)
#160D0A
(22,13,10)
#0F0B05
(15,11,5)
#000000
(0,0,0)

Tints of #551F37

#551F37
(85,31,55)
#643349
(100,51,73)
#73475B
(115,71,91)
#825B6D
(130,91,109)
#916F7F
(145,111,127)
#A08391
(160,131,145)
#AF97A3
(175,151,163)
#BEABB5
(190,171,181)
#CDBFC7
(205,191,199)
#DCD3D9
(220,211,217)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551F37; }

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

This text font color is #551F37.


Background Color

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

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

This div background color is #551F37.


Border color

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

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

This div border color is #551F37.


Opacity

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

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

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

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

This text has shadow with #551F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551F37 on black background.


Color preview on white background

This text has color #551F37 on white background.



Black color preview on #551F37 background

This text has black color on #551F37 background.


White color preview on #551F37 background

This text has white color on #551F37 background.