COLOR #551B18

HEX: #551B18
RGB: (85,27,24)

Color info

#551B18 contains mainly red and green colors. Web safe color of #551B18 is #663300 (or #630).

RGB color model

#551B18 color RGB value is (85,27,24).

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

RGB channels and saturation

R 85 of 255 = 33%
G 27 of 255 = 11%
B 24 of 255 = 9%

85
27
24

R + G + B ~ 18%. #551B18 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 27 + 24 = 136 (100%)
R 85 of 136 ~ 62.5%
G 27 of 136 ~ 19.85%
B 24 of 136 ~ 17.65%

%62.5
%19.85
%17.65

CMYK color model

#551B18 color CMYK value is (0,68,72,67).

  • cyan value is 0.00%
  • magenta value is 68.24%
  • yellow value is 71.76%
  • key color value is 66.67%
CMYK:
(0,68,72,67)
C0M68Y72K67 
(0%,68%,72%,67%)
(0.00/0.68/0.72/0.67)	

CMYK percentages

%0
%68.24
%71.76
%66.67

Codes

Color #551B18 in popluar color models

551B18
RGB852724
HSL55.96%21.37%
HSB/HSV71.76%33.33%
CMYK0.00%68.24%71.76%
66.67%

Color #551B18 in popluar number systems.

HEX551B18
Decimal852724
Binary10101011101111000
Octal1253330

Shades and tints

Shades of #551B18

#551B18
(85,27,24)
#4E1916
(78,25,22)
#471714
(71,23,20)
#401512
(64,21,18)
#391310
(57,19,16)
#32110E
(50,17,14)
#2B0F0C
(43,15,12)
#240D0A
(36,13,10)
#1D0B08
(29,11,8)
#160906
(22,9,6)
#0F0704
(15,7,4)
#000000
(0,0,0)

Tints of #551B18

#551B18
(85,27,24)
#642F2D
(100,47,45)
#734342
(115,67,66)
#825757
(130,87,87)
#916B6C
(145,107,108)
#A07F81
(160,127,129)
#AF9396
(175,147,150)
#BEA7AB
(190,167,171)
#CDBBC0
(205,187,192)
#DCCFD5
(220,207,213)
#EBE3EA
(235,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551B18; }

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

This text font color is #551B18.


Background Color

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

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

This div background color is #551B18.


Border color

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

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

This div border color is #551B18.


Opacity

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

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

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

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

This text has shadow with #551B18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551B18 on black background.


Color preview on white background

This text has color #551B18 on white background.



Black color preview on #551B18 background

This text has black color on #551B18 background.


White color preview on #551B18 background

This text has white color on #551B18 background.