COLOR #550C38

HEX: #550C38
RGB: (85,12,56)

Color info

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

RGB color model

#550C38 color RGB value is (85,12,56).

  • red value is 85;
  • green value is 12;
  • blue value is 56.
RGB:
(85,12,56)
(33%,5%,22%)

RGB channels and saturation

R 85 of 255 = 33%
G 12 of 255 = 5%
B 56 of 255 = 22%

85
12
56

R + G + B ~ 20%. #550C38 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 12 + 56 = 153 (100%)
R 85 of 153 ~ 55.56%
G 12 of 153 ~ 7.84%
B 56 of 153 ~ 36.6%

%55.56
%36.6

CMYK color model

#550C38 color CMYK value is (0,86,34,67).

  • cyan value is 0.00%
  • magenta value is 85.88%
  • yellow value is 34.12%
  • key color value is 66.67%
CMYK:
(0,86,34,67)
C0M86Y34K67 
(0%,86%,34%,67%)
(0.00/0.86/0.34/0.67)	

CMYK percentages

%0
%85.88
%34.12
%66.67

Codes

Color #550C38 in popluar color models

550C38
RGB851256
HSL324°75.26%19.02%
HSB/HSV324°85.88%33.33%
CMYK0.00%85.88%34.12%
66.67%

Color #550C38 in popluar number systems.

HEX550C38
Decimal851256
Binary10101011100111000
Octal1251470

Shades and tints

Shades of #550C38

#550C38
(85,12,56)
#4E0B33
(78,11,51)
#470A2E
(71,10,46)
#400929
(64,9,41)
#390824
(57,8,36)
#32071F
(50,7,31)
#2B061A
(43,6,26)
#240515
(36,5,21)
#1D0410
(29,4,16)
#16030B
(22,3,11)
#0F0206
(15,2,6)
#000000
(0,0,0)

Tints of #550C38

#550C38
(85,12,56)
#64224A
(100,34,74)
#73385C
(115,56,92)
#824E6E
(130,78,110)
#916480
(145,100,128)
#A07A92
(160,122,146)
#AF90A4
(175,144,164)
#BEA6B6
(190,166,182)
#CDBCC8
(205,188,200)
#DCD2DA
(220,210,218)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #550C38 color. Also use rgb(85,12,56) instead hex code.

Text Font Color

.myTextColor { color: #550C38; }

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

This text font color is #550C38.


Background Color

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

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

This div background color is #550C38.


Border color

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

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

This div border color is #550C38.


Opacity

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

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

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

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

This text has shadow with #550C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550C38 on black background.


Color preview on white background

This text has color #550C38 on white background.



Black color preview on #550C38 background

This text has black color on #550C38 background.


White color preview on #550C38 background

This text has white color on #550C38 background.