COLOR #551D2D

HEX: #551D2D
RGB: (85,29,45)

Color info

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

RGB color model

#551D2D color RGB value is (85,29,45).

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

RGB channels and saturation

R 85 of 255 = 33%
G 29 of 255 = 11%
B 45 of 255 = 18%

85
29
45

R + G + B ~ 21%. #551D2D is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 29 + 45 = 159 (100%)
R 85 of 159 ~ 53.46%
G 29 of 159 ~ 18.24%
B 45 of 159 ~ 28.3%

%53.46
%18.24
%28.3

CMYK color model

#551D2D color CMYK value is (0,66,47,67).

  • cyan value is 0.00%
  • magenta value is 65.88%
  • yellow value is 47.06%
  • key color value is 66.67%
CMYK:
(0,66,47,67)
C0M66Y47K67 
(0%,66%,47%,67%)
(0.00/0.66/0.47/0.67)	

CMYK percentages

%0
%65.88
%47.06
%66.67

Codes

Color #551D2D in popluar color models

551D2D
RGB852945
HSL343°49.12%22.35%
HSB/HSV343°65.88%33.33%
CMYK0.00%65.88%47.06%
66.67%

Color #551D2D in popluar number systems.

HEX551D2D
Decimal852945
Binary101010111101101101
Octal1253555

Shades and tints

Shades of #551D2D

#551D2D
(85,29,45)
#4E1B29
(78,27,41)
#471925
(71,25,37)
#401721
(64,23,33)
#39151D
(57,21,29)
#321319
(50,19,25)
#2B1115
(43,17,21)
#240F11
(36,15,17)
#1D0D0D
(29,13,13)
#160B09
(22,11,9)
#0F0905
(15,9,5)
#000000
(0,0,0)

Tints of #551D2D

#551D2D
(85,29,45)
#643140
(100,49,64)
#734553
(115,69,83)
#825966
(130,89,102)
#916D79
(145,109,121)
#A0818C
(160,129,140)
#AF959F
(175,149,159)
#BEA9B2
(190,169,178)
#CDBDC5
(205,189,197)
#DCD1D8
(220,209,216)
#EBE5EB
(235,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551D2D; }

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

This text font color is #551D2D.


Background Color

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

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

This div background color is #551D2D.


Border color

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

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

This div border color is #551D2D.


Opacity

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

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

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

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

This text has shadow with #551D2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551D2D on black background.


Color preview on white background

This text has color #551D2D on white background.



Black color preview on #551D2D background

This text has black color on #551D2D background.


White color preview on #551D2D background

This text has white color on #551D2D background.