COLOR #551F3F

HEX: #551F3F
RGB: (85,31,63)

Color info

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

RGB color model

#551F3F color RGB value is (85,31,63).

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

RGB channels and saturation

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

85
31
63

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

Portions of RGB colors in percentages

R + G + B =
85 + 31 + 63 = 179 (100%)
R 85 of 179 ~ 47.49%
G 31 of 179 ~ 17.32%
B 63 of 179 ~ 35.2%

%47.49
%17.32
%35.2

CMYK color model

#551F3F color CMYK value is (0,64,26,67).

  • cyan value is 0.00%
  • magenta value is 63.53%
  • yellow value is 25.88%
  • key color value is 66.67%
CMYK:
(0,64,26,67)
C0M64Y26K67 
(0%,64%,26%,67%)
(0.00/0.64/0.26/0.67)	

CMYK percentages

%0
%63.53
%25.88
%66.67

Codes

Color #551F3F in popluar color models

551F3F
RGB853163
HSL324°46.55%22.75%
HSB/HSV324°63.53%33.33%
CMYK0.00%63.53%25.88%
66.67%

Color #551F3F in popluar number systems.

HEX551F3F
Decimal853163
Binary101010111111111111
Octal1253777

Shades and tints

Shades of #551F3F

#551F3F
(85,31,63)
#4E1D3A
(78,29,58)
#471B35
(71,27,53)
#401930
(64,25,48)
#39172B
(57,23,43)
#321526
(50,21,38)
#2B1321
(43,19,33)
#24111C
(36,17,28)
#1D0F17
(29,15,23)
#160D12
(22,13,18)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #551F3F

#551F3F
(85,31,63)
#643350
(100,51,80)
#734761
(115,71,97)
#825B72
(130,91,114)
#916F83
(145,111,131)
#A08394
(160,131,148)
#AF97A5
(175,151,165)
#BEABB6
(190,171,182)
#CDBFC7
(205,191,199)
#DCD3D8
(220,211,216)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551F3F; }

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

This text font color is #551F3F.


Background Color

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

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

This div background color is #551F3F.


Border color

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

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

This div border color is #551F3F.


Opacity

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

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

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

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

This text has shadow with #551F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551F3F on black background.


Color preview on white background

This text has color #551F3F on white background.



Black color preview on #551F3F background

This text has black color on #551F3F background.


White color preview on #551F3F background

This text has white color on #551F3F background.