COLOR #551D3E

HEX: #551D3E RGB: (85,29,62)

Color info

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

RGB color model

#551D3E color RGB value is (85,29,62).

RGB: (85,29,62) (33%, 11%, 24%)

RGB channels and saturation

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

85
29
62

R + G + B ~ 23%. #551D3E is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 29 + 62 = 176 (100%)
R 85 of 176 ~ 48.3%
G 29 of 176 ~ 16.48%
B 62 of 176 ~ 35.23'%

%48.3
%16.48
%35.23

CMYK color model

#551D3E color CMYK value is (0,66,27,67).

  • cyan value is 0.00%
  • magenta value is 65.88%
  • yellow value is 27.06%
  • key color value is 66.67%

CMYK: (0,66,27,67)
C0M66Y27K67 (0%, 66%, 27%, 67%)
(0.00 / 0.66 / 0.27 / 0.67)

CMYK percentages

%0
%65.88
%27.06
%66.67

Codes

Color #551D3E in popluar color models

55 1D 3E
RGB 85 29 62
HSL 325° 49.12% 22.35%
HSB/HSV 325° 65.88% 33.33%
CMYK 0.00% 65.88% 27.06%
66.67%

Color #551D3E in popluar number systems.

HEX 55 1D 3E
Decimal 85 29 62
Binary 1010101 11101 111110
Octal 125 35 76

Shades and tints

Shades of #551D3E

#551D3E
(85,29,62)
#4E1B39
(78,27,57)
#471934
(71,25,52)
#40172F
(64,23,47)
#39152A
(57,21,42)
#321325
(50,19,37)
#2B1120
(43,17,32)
#240F1B
(36,15,27)
#1D0D16
(29,13,22)
#160B11
(22,11,17)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #551D3E

#551D3E
(85,29,62)
#64314F
(100,49,79)
#734560
(115,69,96)
#825971
(130,89,113)
#916D82
(145,109,130)
#A08193
(160,129,147)
#AF95A4
(175,149,164)
#BEA9B5
(190,169,181)
#CDBDC6
(205,189,198)
#DCD1D7
(220,209,215)
#EBE5E8
(235,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551D3E; }

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

This text font color is #551D3E.

Background Color

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

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

This div background color is #551D3E.

Border color

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

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

This div border color is #551D3E.

Opacity

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

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

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

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

This text has shadow with #551D3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #551D3E.

Preview

Color preview on black background

This text has color #551D3E on black background.


Color preview on white background

This text has color #551D3E on white background.


Black color preview on #551D3E background

This text has black color on #551D3E background.


White color preview on #551D3E background

This text has white color on #551D3E background.


Related colors

Complementary color

Complementary color for #hex is #AAE2C1.


I love getcolorcode.com

Triadic colors

1 #3E551D and #1D3E55 with #551D3E are triadic colors.

2 #3E1D55 and #1D553E with #551D3E are triadic colors.