COLOR #551C2E

HEX: #551C2E RGB: (85,28,46)

Color info

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

RGB color model

#551C2E color RGB value is (85,28,46).

RGB: (85,28,46) (33%, 11%, 18%)

RGB channels and saturation

R 85 of 255 = 33%
G 28 of 255 = 11%
B 46 of 255 = 18%

85
28
46

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

Portions of RGB colors in percentages

R + G + B = 85 + 28 + 46 = 159 (100%)
R 85 of 159 ~ 53.46%
G 28 of 159 ~ 17.61%
B 46 of 159 ~ 28.93'%

%53.46
%17.61
%28.93

CMYK color model

#551C2E color CMYK value is (0,67,46,67).

  • cyan value is 0.00%
  • magenta value is 67.06%
  • yellow value is 45.88%
  • key color value is 66.67%
CMYK: (0,67,46,67) C0M67Y46K67 (0%,67%,46%,67%) (0.00/0.67/0.46/0.67) 

CMYK percentages

%0
%67.06
%45.88
%66.67

Codes

Color #551C2E in popluar color models

55 1C 2E
RGB 85 28 46
HSL 341° 50.44% 22.16%
HSB/HSV 341° 67.06% 33.33%
CMYK 0.00% 67.06% 45.88%
66.67%

Color #551C2E in popluar number systems.

HEX 55 1C 2E
Decimal 85 28 46
Binary 1010101 11100 101110
Octal 125 34 56

Shades and tints

Shades of #551C2E

#551C2E
(85,28,46)
#4E1A2A
(78,26,42)
#471826
(71,24,38)
#401622
(64,22,34)
#39141E
(57,20,30)
#32121A
(50,18,26)
#2B1016
(43,16,22)
#240E12
(36,14,18)
#1D0C0E
(29,12,14)
#160A0A
(22,10,10)
#0F0806
(15,8,6)
#000000
(0,0,0)

Tints of #551C2E

#551C2E
(85,28,46)
#643041
(100,48,65)
#734454
(115,68,84)
#825867
(130,88,103)
#916C7A
(145,108,122)
#A0808D
(160,128,141)
#AF94A0
(175,148,160)
#BEA8B3
(190,168,179)
#CDBCC6
(205,188,198)
#DCD0D9
(220,208,217)
#EBE4EC
(235,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551C2E; }

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

This text font color is #551C2E.

Background Color

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

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

This div background color is #551C2E.

Border color

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

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

This div border color is #551C2E.

Opacity

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

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

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

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

This text has shadow with #551C2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #551C2E.

Preview

Color preview on black background

This text has color #551C2E on black background.


Color preview on white background

This text has color #551C2E on white background.


Black color preview on #551C2E background

This text has black color on #551C2E background.


White color preview on #551C2E background

This text has white color on #551C2E background.


Related colors

Complementary color

Complementary color for #hex is #AAE3D1.


I love getcolorcode.com

Triadic colors

1 #2E551C and #1C2E55 with #551C2E are triadic colors.

2 #2E1C55 and #1C552E with #551C2E are triadic colors.