COLOR #550E2E

HEX: #550E2E RGB: (85,14,46)

Color info

#550E2E contains mainly red and blue colors. Web safe color of #550E2E is #660033 (or #603).

RGB color model

#550E2E color RGB value is (85,14,46).

RGB: (85,14,46) (33%, 5%, 18%)

RGB channels and saturation

R 85 of 255 = 33%
G 14 of 255 = 5%
B 46 of 255 = 18%

85
14
46

R + G + B ~ 19%. #550E2E is dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 14 + 46 = 145 (100%)
R 85 of 145 ~ 58.62%
G 14 of 145 ~ 9.66%
B 46 of 145 ~ 31.72'%

%58.62
%31.72

CMYK color model

#550E2E color CMYK value is (0,84,46,67).

  • cyan value is 0.00%
  • magenta value is 83.53%
  • yellow value is 45.88%
  • key color value is 66.67%

CMYK: (0,84,46,67)
C0M84Y46K67 (0%, 84%, 46%, 67%)
(0.00 / 0.84 / 0.46 / 0.67)

CMYK percentages

%0
%83.53
%45.88
%66.67

Codes

Color #550E2E in popluar color models

55 0E 2E
RGB 85 14 46
HSL 333° 71.72% 19.41%
HSB/HSV 333° 83.53% 33.33%
CMYK 0.00% 83.53% 45.88%
66.67%

Color #550E2E in popluar number systems.

HEX 55 0E 2E
Decimal 85 14 46
Binary 1010101 1110 101110
Octal 125 16 56

Shades and tints

Shades of #550E2E

#550E2E
(85,14,46)
#4E0D2A
(78,13,42)
#470C26
(71,12,38)
#400B22
(64,11,34)
#390A1E
(57,10,30)
#32091A
(50,9,26)
#2B0816
(43,8,22)
#240712
(36,7,18)
#1D060E
(29,6,14)
#16050A
(22,5,10)
#0F0406
(15,4,6)
#000000
(0,0,0)

Tints of #550E2E

#550E2E
(85,14,46)
#642341
(100,35,65)
#733854
(115,56,84)
#824D67
(130,77,103)
#91627A
(145,98,122)
#A0778D
(160,119,141)
#AF8CA0
(175,140,160)
#BEA1B3
(190,161,179)
#CDB6C6
(205,182,198)
#DCCBD9
(220,203,217)
#EBE0EC
(235,224,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #550E2E; }

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

This text font color is #550E2E.

Background Color

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

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

This div background color is #550E2E.

Border color

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

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

This div border color is #550E2E.

Opacity

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

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

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

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

This text has shadow with #550E2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #550E2E.

Preview

Color preview on black background

This text has color #550E2E on black background.


Color preview on white background

This text has color #550E2E on white background.


Black color preview on #550E2E background

This text has black color on #550E2E background.


White color preview on #550E2E background

This text has white color on #550E2E background.


Related colors

Complementary color

Complementary color for #hex is #AAF1D1.


I love getcolorcode.com

Triadic colors

1 #2E550E and #0E2E55 with #550E2E are triadic colors.

2 #2E0E55 and #0E552E with #550E2E are triadic colors.