COLOR #550D25

HEX: #550D25
RGB: (85,13,37)

Color info

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

RGB color model

#550D25 color RGB value is (85,13,37).

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

RGB channels and saturation

R 85 of 255 = 33%
G 13 of 255 = 5%
B 37 of 255 = 15%

85
13
37

R + G + B ~ 18%. #550D25 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 13 + 37 = 135 (100%)
R 85 of 135 ~ 62.96%
G 13 of 135 ~ 9.63%
B 37 of 135 ~ 27.41%

%62.96
%9.63
%27.41

CMYK color model

#550D25 color CMYK value is (0,85,56,67).

  • cyan value is 0.00%
  • magenta value is 84.71%
  • yellow value is 56.47%
  • key color value is 66.67%
CMYK:
(0,85,56,67)
C0M85Y56K67 
(0%,85%,56%,67%)
(0.00/0.85/0.56/0.67)	

CMYK percentages

%0
%84.71
%56.47
%66.67

Codes

Color #550D25 in popluar color models

550D25
RGB851337
HSL340°73.47%19.22%
HSB/HSV340°84.71%33.33%
CMYK0.00%84.71%56.47%
66.67%

Color #550D25 in popluar number systems.

HEX550D25
Decimal851337
Binary10101011101100101
Octal1251545

Shades and tints

Shades of #550D25

#550D25
(85,13,37)
#4E0C22
(78,12,34)
#470B1F
(71,11,31)
#400A1C
(64,10,28)
#390919
(57,9,25)
#320816
(50,8,22)
#2B0713
(43,7,19)
#240610
(36,6,16)
#1D050D
(29,5,13)
#16040A
(22,4,10)
#0F0307
(15,3,7)
#000000
(0,0,0)

Tints of #550D25

#550D25
(85,13,37)
#642338
(100,35,56)
#73394B
(115,57,75)
#824F5E
(130,79,94)
#916571
(145,101,113)
#A07B84
(160,123,132)
#AF9197
(175,145,151)
#BEA7AA
(190,167,170)
#CDBDBD
(205,189,189)
#DCD3D0
(220,211,208)
#EBE9E3
(235,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #550D25 color. Also use rgb(85,13,37) instead hex code.

Text Font Color

.myTextColor { color: #550D25; }

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

This text font color is #550D25.


Background Color

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

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

This div background color is #550D25.


Border color

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

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

This div border color is #550D25.


Opacity

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

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

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

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

This text has shadow with #550D25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550D25 on black background.


Color preview on white background

This text has color #550D25 on white background.



Black color preview on #550D25 background

This text has black color on #550D25 background.


White color preview on #550D25 background

This text has white color on #550D25 background.