COLOR #550F21

HEX: #550F21
RGB: (85,15,33)

Color info

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

RGB color model

#550F21 color RGB value is (85,15,33).

  • red value is 85;
  • green value is 15;
  • blue value is 33.
RGB:
(85,15,33)
(33%,6%,13%)

RGB channels and saturation

R 85 of 255 = 33%
G 15 of 255 = 6%
B 33 of 255 = 13%

85
15
33

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

Portions of RGB colors in percentages

R + G + B =
85 + 15 + 33 = 133 (100%)
R 85 of 133 ~ 63.91%
G 15 of 133 ~ 11.28%
B 33 of 133 ~ 24.81%

%63.91
%11.28
%24.81

CMYK color model

#550F21 color CMYK value is (0,82,61,67).

  • cyan value is 0.00%
  • magenta value is 82.35%
  • yellow value is 61.18%
  • key color value is 66.67%
CMYK:
(0,82,61,67)
C0M82Y61K67 
(0%,82%,61%,67%)
(0.00/0.82/0.61/0.67)	

CMYK percentages

%0
%82.35
%61.18
%66.67

Codes

Color #550F21 in popluar color models

550F21
RGB851533
HSL345°70.00%19.61%
HSB/HSV345°82.35%33.33%
CMYK0.00%82.35%61.18%
66.67%

Color #550F21 in popluar number systems.

HEX550F21
Decimal851533
Binary10101011111100001
Octal1251741

Shades and tints

Shades of #550F21

#550F21
(85,15,33)
#4E0E1E
(78,14,30)
#470D1B
(71,13,27)
#400C18
(64,12,24)
#390B15
(57,11,21)
#320A12
(50,10,18)
#2B090F
(43,9,15)
#24080C
(36,8,12)
#1D0709
(29,7,9)
#160606
(22,6,6)
#0F0503
(15,5,3)
#000000
(0,0,0)

Tints of #550F21

#550F21
(85,15,33)
#642435
(100,36,53)
#733949
(115,57,73)
#824E5D
(130,78,93)
#916371
(145,99,113)
#A07885
(160,120,133)
#AF8D99
(175,141,153)
#BEA2AD
(190,162,173)
#CDB7C1
(205,183,193)
#DCCCD5
(220,204,213)
#EBE1E9
(235,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #550F21 color. Also use rgb(85,15,33) instead hex code.

Text Font Color

.myTextColor { color: #550F21; }

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

This text font color is #550F21.


Background Color

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

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

This div background color is #550F21.


Border color

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

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

This div border color is #550F21.


Opacity

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

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

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

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

This text has shadow with #550F21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550F21 on black background.


Color preview on white background

This text has color #550F21 on white background.



Black color preview on #550F21 background

This text has black color on #550F21 background.


White color preview on #550F21 background

This text has white color on #550F21 background.