COLOR #551E26

HEX: #551E26
RGB: (85,30,38)

Color info

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

RGB color model

#551E26 color RGB value is (85,30,38).

  • red value is 85;
  • green value is 30;
  • blue value is 38.
RGB:
(85,30,38)
(33%,12%,15%)

RGB channels and saturation

R 85 of 255 = 33%
G 30 of 255 = 12%
B 38 of 255 = 15%

85
30
38

R + G + B ~ 20%. #551E26 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 30 + 38 = 153 (100%)
R 85 of 153 ~ 55.56%
G 30 of 153 ~ 19.61%
B 38 of 153 ~ 24.84%

%55.56
%19.61
%24.84

CMYK color model

#551E26 color CMYK value is (0,65,55,67).

  • cyan value is 0.00%
  • magenta value is 64.71%
  • yellow value is 55.29%
  • key color value is 66.67%
CMYK:
(0,65,55,67)
C0M65Y55K67 
(0%,65%,55%,67%)
(0.00/0.65/0.55/0.67)	

CMYK percentages

%0
%64.71
%55.29
%66.67

Codes

Color #551E26 in popluar color models

551E26
RGB853038
HSL351°47.83%22.55%
HSB/HSV351°64.71%33.33%
CMYK0.00%64.71%55.29%
66.67%

Color #551E26 in popluar number systems.

HEX551E26
Decimal853038
Binary101010111110100110
Octal1253646

Shades and tints

Shades of #551E26

#551E26
(85,30,38)
#4E1C23
(78,28,35)
#471A20
(71,26,32)
#40181D
(64,24,29)
#39161A
(57,22,26)
#321417
(50,20,23)
#2B1214
(43,18,20)
#241011
(36,16,17)
#1D0E0E
(29,14,14)
#160C0B
(22,12,11)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #551E26

#551E26
(85,30,38)
#643239
(100,50,57)
#73464C
(115,70,76)
#825A5F
(130,90,95)
#916E72
(145,110,114)
#A08285
(160,130,133)
#AF9698
(175,150,152)
#BEAAAB
(190,170,171)
#CDBEBE
(205,190,190)
#DCD2D1
(220,210,209)
#EBE6E4
(235,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551E26; }

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

This text font color is #551E26.


Background Color

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

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

This div background color is #551E26.


Border color

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

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

This div border color is #551E26.


Opacity

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

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

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

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

This text has shadow with #551E26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551E26 on black background.


Color preview on white background

This text has color #551E26 on white background.



Black color preview on #551E26 background

This text has black color on #551E26 background.


White color preview on #551E26 background

This text has white color on #551E26 background.