COLOR #551D18

HEX: #551D18
RGB: (85,29,24)

Color info

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

RGB color model

#551D18 color RGB value is (85,29,24).

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

RGB channels and saturation

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

85
29
24

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

Portions of RGB colors in percentages

R + G + B =
85 + 29 + 24 = 138 (100%)
R 85 of 138 ~ 61.59%
G 29 of 138 ~ 21.01%
B 24 of 138 ~ 17.39%

%61.59
%21.01
%17.39

CMYK color model

#551D18 color CMYK value is (0,66,72,67).

  • cyan value is 0.00%
  • magenta value is 65.88%
  • yellow value is 71.76%
  • key color value is 66.67%
CMYK:
(0,66,72,67)
C0M66Y72K67 
(0%,66%,72%,67%)
(0.00/0.66/0.72/0.67)	

CMYK percentages

%0
%65.88
%71.76
%66.67

Codes

Color #551D18 in popluar color models

551D18
RGB852924
HSL55.96%21.37%
HSB/HSV71.76%33.33%
CMYK0.00%65.88%71.76%
66.67%

Color #551D18 in popluar number systems.

HEX551D18
Decimal852924
Binary10101011110111000
Octal1253530

Shades and tints

Shades of #551D18

#551D18
(85,29,24)
#4E1B16
(78,27,22)
#471914
(71,25,20)
#401712
(64,23,18)
#391510
(57,21,16)
#32130E
(50,19,14)
#2B110C
(43,17,12)
#240F0A
(36,15,10)
#1D0D08
(29,13,8)
#160B06
(22,11,6)
#0F0904
(15,9,4)
#000000
(0,0,0)

Tints of #551D18

#551D18
(85,29,24)
#64312D
(100,49,45)
#734542
(115,69,66)
#825957
(130,89,87)
#916D6C
(145,109,108)
#A08181
(160,129,129)
#AF9596
(175,149,150)
#BEA9AB
(190,169,171)
#CDBDC0
(205,189,192)
#DCD1D5
(220,209,213)
#EBE5EA
(235,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551D18; }

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

This text font color is #551D18.


Background Color

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

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

This div background color is #551D18.


Border color

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

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

This div border color is #551D18.


Opacity

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

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

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

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

This text has shadow with #551D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551D18 on black background.


Color preview on white background

This text has color #551D18 on white background.



Black color preview on #551D18 background

This text has black color on #551D18 background.


White color preview on #551D18 background

This text has white color on #551D18 background.