COLOR #551C21

HEX: #551C21
RGB: (85,28,33)

Color info

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

RGB color model

#551C21 color RGB value is (85,28,33).

  • red value is 85;
  • green value is 28;
  • blue value is 33.
RGB:
(85,28,33)
(33%,11%,13%)

RGB channels and saturation

R 85 of 255 = 33%
G 28 of 255 = 11%
B 33 of 255 = 13%

85
28
33

R + G + B ~ 19%. #551C21 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 28 + 33 = 146 (100%)
R 85 of 146 ~ 58.22%
G 28 of 146 ~ 19.18%
B 33 of 146 ~ 22.6%

%58.22
%19.18
%22.6

CMYK color model

#551C21 color CMYK value is (0,67,61,67).

  • cyan value is 0.00%
  • magenta value is 67.06%
  • yellow value is 61.18%
  • key color value is 66.67%
CMYK:
(0,67,61,67)
C0M67Y61K67 
(0%,67%,61%,67%)
(0.00/0.67/0.61/0.67)	

CMYK percentages

%0
%67.06
%61.18
%66.67

Codes

Color #551C21 in popluar color models

551C21
RGB852833
HSL355°50.44%22.16%
HSB/HSV355°67.06%33.33%
CMYK0.00%67.06%61.18%
66.67%

Color #551C21 in popluar number systems.

HEX551C21
Decimal852833
Binary101010111100100001
Octal1253441

Shades and tints

Shades of #551C21

#551C21
(85,28,33)
#4E1A1E
(78,26,30)
#47181B
(71,24,27)
#401618
(64,22,24)
#391415
(57,20,21)
#321212
(50,18,18)
#2B100F
(43,16,15)
#240E0C
(36,14,12)
#1D0C09
(29,12,9)
#160A06
(22,10,6)
#0F0803
(15,8,3)
#000000
(0,0,0)

Tints of #551C21

#551C21
(85,28,33)
#643035
(100,48,53)
#734449
(115,68,73)
#82585D
(130,88,93)
#916C71
(145,108,113)
#A08085
(160,128,133)
#AF9499
(175,148,153)
#BEA8AD
(190,168,173)
#CDBCC1
(205,188,193)
#DCD0D5
(220,208,213)
#EBE4E9
(235,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551C21 color. Also use rgb(85,28,33) instead hex code.

Text Font Color

.myTextColor { color: #551C21; }

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

This text font color is #551C21.


Background Color

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

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

This div background color is #551C21.


Border color

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

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

This div border color is #551C21.


Opacity

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

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

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

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

This text has shadow with #551C21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551C21 on black background.


Color preview on white background

This text has color #551C21 on white background.



Black color preview on #551C21 background

This text has black color on #551C21 background.


White color preview on #551C21 background

This text has white color on #551C21 background.