COLOR #551E2E

HEX: #551E2E
RGB: (85,30,46)

Color info

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

RGB color model

#551E2E color RGB value is (85,30,46).

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

RGB channels and saturation

R 85 of 255 = 33%
G 30 of 255 = 12%
B 46 of 255 = 18%

85
30
46

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

Portions of RGB colors in percentages

R + G + B =
85 + 30 + 46 = 161 (100%)
R 85 of 161 ~ 52.8%
G 30 of 161 ~ 18.63%
B 46 of 161 ~ 28.57%

%52.8
%18.63
%28.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 64.71%
  • yellow value is 45.88%
  • key color value is 66.67%
CMYK:
(0,65,46,67)
C0M65Y46K67 
(0%,65%,46%,67%)
(0.00/0.65/0.46/0.67)	

CMYK percentages

%0
%64.71
%45.88
%66.67

Codes

Color #551E2E in popluar color models

551E2E
RGB853046
HSL343°47.83%22.55%
HSB/HSV343°64.71%33.33%
CMYK0.00%64.71%45.88%
66.67%

Color #551E2E in popluar number systems.

HEX551E2E
Decimal853046
Binary101010111110101110
Octal1253656

Shades and tints

Shades of #551E2E

#551E2E
(85,30,46)
#4E1C2A
(78,28,42)
#471A26
(71,26,38)
#401822
(64,24,34)
#39161E
(57,22,30)
#32141A
(50,20,26)
#2B1216
(43,18,22)
#241012
(36,16,18)
#1D0E0E
(29,14,14)
#160C0A
(22,12,10)
#0F0A06
(15,10,6)
#000000
(0,0,0)

Tints of #551E2E

#551E2E
(85,30,46)
#643241
(100,50,65)
#734654
(115,70,84)
#825A67
(130,90,103)
#916E7A
(145,110,122)
#A0828D
(160,130,141)
#AF96A0
(175,150,160)
#BEAAB3
(190,170,179)
#CDBEC6
(205,190,198)
#DCD2D9
(220,210,217)
#EBE6EC
(235,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551E2E; }

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

This text font color is #551E2E.


Background Color

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

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

This div background color is #551E2E.


Border color

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

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

This div border color is #551E2E.


Opacity

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

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

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

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

This text has shadow with #551E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551E2E on black background.


Color preview on white background

This text has color #551E2E on white background.



Black color preview on #551E2E background

This text has black color on #551E2E background.


White color preview on #551E2E background

This text has white color on #551E2E background.