COLOR #551F38

HEX: #551F38
RGB: (85,31,56)

Color info

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

RGB color model

#551F38 color RGB value is (85,31,56).

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

RGB channels and saturation

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

85
31
56

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

Portions of RGB colors in percentages

R + G + B =
85 + 31 + 56 = 172 (100%)
R 85 of 172 ~ 49.42%
G 31 of 172 ~ 18.02%
B 56 of 172 ~ 32.56%

%49.42
%18.02
%32.56

CMYK color model

#551F38 color CMYK value is (0,64,34,67).

  • cyan value is 0.00%
  • magenta value is 63.53%
  • yellow value is 34.12%
  • key color value is 66.67%
CMYK:
(0,64,34,67)
C0M64Y34K67 
(0%,64%,34%,67%)
(0.00/0.64/0.34/0.67)	

CMYK percentages

%0
%63.53
%34.12
%66.67

Codes

Color #551F38 in popluar color models

551F38
RGB853156
HSL332°46.55%22.75%
HSB/HSV332°63.53%33.33%
CMYK0.00%63.53%34.12%
66.67%

Color #551F38 in popluar number systems.

HEX551F38
Decimal853156
Binary101010111111111000
Octal1253770

Shades and tints

Shades of #551F38

#551F38
(85,31,56)
#4E1D33
(78,29,51)
#471B2E
(71,27,46)
#401929
(64,25,41)
#391724
(57,23,36)
#32151F
(50,21,31)
#2B131A
(43,19,26)
#241115
(36,17,21)
#1D0F10
(29,15,16)
#160D0B
(22,13,11)
#0F0B06
(15,11,6)
#000000
(0,0,0)

Tints of #551F38

#551F38
(85,31,56)
#64334A
(100,51,74)
#73475C
(115,71,92)
#825B6E
(130,91,110)
#916F80
(145,111,128)
#A08392
(160,131,146)
#AF97A4
(175,151,164)
#BEABB6
(190,171,182)
#CDBFC8
(205,191,200)
#DCD3DA
(220,211,218)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551F38; }

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

This text font color is #551F38.


Background Color

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

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

This div background color is #551F38.


Border color

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

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

This div border color is #551F38.


Opacity

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

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

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

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

This text has shadow with #551F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551F38 on black background.


Color preview on white background

This text has color #551F38 on white background.



Black color preview on #551F38 background

This text has black color on #551F38 background.


White color preview on #551F38 background

This text has white color on #551F38 background.