COLOR #551911

HEX: #551911
RGB: (85,25,17)

Color info

#551911 contains mainly red color. Web safe color of #551911 is #660000 (or #600).

RGB color model

#551911 color RGB value is (85,25,17).

  • red value is 85;
  • green value is 25;
  • blue value is 17.
RGB:
(85,25,17)
(33%,10%,7%)

RGB channels and saturation

R 85 of 255 = 33%
G 25 of 255 = 10%
B 17 of 255 = 7%

85
25
17

R + G + B ~ 17%. #551911 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 25 + 17 = 127 (100%)
R 85 of 127 ~ 66.93%
G 25 of 127 ~ 19.69%
B 17 of 127 ~ 13.39%

%66.93
%19.69
%13.39

CMYK color model

#551911 color CMYK value is (0,71,80,67).

  • cyan value is 0.00%
  • magenta value is 70.59%
  • yellow value is 80.00%
  • key color value is 66.67%
CMYK:
(0,71,80,67)
C0M71Y80K67 
(0%,71%,80%,67%)
(0.00/0.71/0.80/0.67)	

CMYK percentages

%0
%70.59
%80
%66.67

Codes

Color #551911 in popluar color models

551911
RGB852517
HSL66.67%20.00%
HSB/HSV80.00%33.33%
CMYK0.00%70.59%80.00%
66.67%

Color #551911 in popluar number systems.

HEX551911
Decimal852517
Binary10101011100110001
Octal1253121

Shades and tints

Shades of #551911

#551911
(85,25,17)
#4E1710
(78,23,16)
#47150F
(71,21,15)
#40130E
(64,19,14)
#39110D
(57,17,13)
#320F0C
(50,15,12)
#2B0D0B
(43,13,11)
#240B0A
(36,11,10)
#1D0909
(29,9,9)
#160708
(22,7,8)
#0F0507
(15,5,7)
#000000
(0,0,0)

Tints of #551911

#551911
(85,25,17)
#642D26
(100,45,38)
#73413B
(115,65,59)
#825550
(130,85,80)
#916965
(145,105,101)
#A07D7A
(160,125,122)
#AF918F
(175,145,143)
#BEA5A4
(190,165,164)
#CDB9B9
(205,185,185)
#DCCDCE
(220,205,206)
#EBE1E3
(235,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551911 color. Also use rgb(85,25,17) instead hex code.

Text Font Color

.myTextColor { color: #551911; }

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

This text font color is #551911.


Background Color

.myBgColor { background-color: #551911; }

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

This div background color is #551911.


Border color

.myBorderColor { border: 1px solid #551911; }

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

This div border color is #551911.


Opacity

.myOpacity80 { color: #551911; opacity: 0.8; }

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

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

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

This text has shadow with #551911 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551911 on black background.


Color preview on white background

This text has color #551911 on white background.



Black color preview on #551911 background

This text has black color on #551911 background.


White color preview on #551911 background

This text has white color on #551911 background.