COLOR #551B2B

HEX: #551B2B
RGB: (85,27,43)

Color info

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

RGB color model

#551B2B color RGB value is (85,27,43).

  • red value is 85;
  • green value is 27;
  • blue value is 43.
RGB:
(85,27,43)
(33%,11%,17%)

RGB channels and saturation

R 85 of 255 = 33%
G 27 of 255 = 11%
B 43 of 255 = 17%

85
27
43

R + G + B ~ 20%. #551B2B is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 27 + 43 = 155 (100%)
R 85 of 155 ~ 54.84%
G 27 of 155 ~ 17.42%
B 43 of 155 ~ 27.74%

%54.84
%17.42
%27.74

CMYK color model

#551B2B color CMYK value is (0,68,49,67).

  • cyan value is 0.00%
  • magenta value is 68.24%
  • yellow value is 49.41%
  • key color value is 66.67%
CMYK:
(0,68,49,67)
C0M68Y49K67 
(0%,68%,49%,67%)
(0.00/0.68/0.49/0.67)	

CMYK percentages

%0
%68.24
%49.41
%66.67

Codes

Color #551B2B in popluar color models

551B2B
RGB852743
HSL343°51.79%21.96%
HSB/HSV343°68.24%33.33%
CMYK0.00%68.24%49.41%
66.67%

Color #551B2B in popluar number systems.

HEX551B2B
Decimal852743
Binary101010111011101011
Octal1253353

Shades and tints

Shades of #551B2B

#551B2B
(85,27,43)
#4E1928
(78,25,40)
#471725
(71,23,37)
#401522
(64,21,34)
#39131F
(57,19,31)
#32111C
(50,17,28)
#2B0F19
(43,15,25)
#240D16
(36,13,22)
#1D0B13
(29,11,19)
#160910
(22,9,16)
#0F070D
(15,7,13)
#000000
(0,0,0)

Tints of #551B2B

#551B2B
(85,27,43)
#642F3E
(100,47,62)
#734351
(115,67,81)
#825764
(130,87,100)
#916B77
(145,107,119)
#A07F8A
(160,127,138)
#AF939D
(175,147,157)
#BEA7B0
(190,167,176)
#CDBBC3
(205,187,195)
#DCCFD6
(220,207,214)
#EBE3E9
(235,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551B2B color. Also use rgb(85,27,43) instead hex code.

Text Font Color

.myTextColor { color: #551B2B; }

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

This text font color is #551B2B.


Background Color

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

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

This div background color is #551B2B.


Border color

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

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

This div border color is #551B2B.


Opacity

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

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

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

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

This text has shadow with #551B2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551B2B on black background.


Color preview on white background

This text has color #551B2B on white background.



Black color preview on #551B2B background

This text has black color on #551B2B background.


White color preview on #551B2B background

This text has white color on #551B2B background.