COLOR #551B1E

HEX: #551B1E RGB: (85,27,30)

Color info

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

RGB color model

#551B1E color RGB value is (85,27,30).

RGB: (85,27,30) (33%, 11%, 12%)

RGB channels and saturation

R 85 of 255 = 33%
G 27 of 255 = 11%
B 30 of 255 = 12%

85
27
30

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

Portions of RGB colors in percentages

R + G + B = 85 + 27 + 30 = 142 (100%)
R 85 of 142 ~ 59.86%
G 27 of 142 ~ 19.01%
B 30 of 142 ~ 21.13'%

%59.86
%19.01
%21.13

CMYK color model

#551B1E color CMYK value is (0,68,65,67).

  • cyan value is 0.00%
  • magenta value is 68.24%
  • yellow value is 64.71%
  • key color value is 66.67%

CMYK: (0,68,65,67)
C0M68Y65K67 (0%, 68%, 65%, 67%)
(0.00 / 0.68 / 0.65 / 0.67)

CMYK percentages

%0
%68.24
%64.71
%66.67

Codes

Color #551B1E in popluar color models

55 1B 1E
RGB 85 27 30
HSL 357° 51.79% 21.96%
HSB/HSV 357° 68.24% 33.33%
CMYK 0.00% 68.24% 64.71%
66.67%

Color #551B1E in popluar number systems.

HEX 55 1B 1E
Decimal 85 27 30
Binary 1010101 11011 11110
Octal 125 33 36

Shades and tints

Shades of #551B1E

#551B1E
(85,27,30)
#4E191C
(78,25,28)
#47171A
(71,23,26)
#401518
(64,21,24)
#391316
(57,19,22)
#321114
(50,17,20)
#2B0F12
(43,15,18)
#240D10
(36,13,16)
#1D0B0E
(29,11,14)
#16090C
(22,9,12)
#0F070A
(15,7,10)
#000000
(0,0,0)

Tints of #551B1E

#551B1E
(85,27,30)
#642F32
(100,47,50)
#734346
(115,67,70)
#82575A
(130,87,90)
#916B6E
(145,107,110)
#A07F82
(160,127,130)
#AF9396
(175,147,150)
#BEA7AA
(190,167,170)
#CDBBBE
(205,187,190)
#DCCFD2
(220,207,210)
#EBE3E6
(235,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551B1E color. Also use rgb(85,27,30) instead hex code.

Text Font Color

.myTextColor { color: #551B1E; }

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

This text font color is #551B1E.

Background Color

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

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

This div background color is #551B1E.

Border color

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

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

This div border color is #551B1E.

Opacity

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

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

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

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

This text has shadow with #551B1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #551B1E.

Preview

Color preview on black background

This text has color #551B1E on black background.


Color preview on white background

This text has color #551B1E on white background.


Black color preview on #551B1E background

This text has black color on #551B1E background.


White color preview on #551B1E background

This text has white color on #551B1E background.


Related colors

Complementary color

Complementary color for #hex is #AAE4E1.


I love getcolorcode.com

Triadic colors

1 #1E551B and #1B1E55 with #551B1E are triadic colors.

2 #1E1B55 and #1B551E with #551B1E are triadic colors.