COLOR #550728

HEX: #550728
RGB: (85,7,40)

Color info

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

RGB color model

#550728 color RGB value is (85,7,40).

  • red value is 85;
  • green value is 7;
  • blue value is 40.
RGB:
(85,7,40)
(33%,3%,16%)

RGB channels and saturation

R 85 of 255 = 33%
G 7 of 255 = 3%
B 40 of 255 = 16%

85
7
40

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

Portions of RGB colors in percentages

R + G + B =
85 + 7 + 40 = 132 (100%)
R 85 of 132 ~ 64.39%
G 7 of 132 ~ 5.3%
B 40 of 132 ~ 30.3%

%64.39
%30.3

CMYK color model

#550728 color CMYK value is (0,92,53,67).

  • cyan value is 0.00%
  • magenta value is 91.76%
  • yellow value is 52.94%
  • key color value is 66.67%
CMYK:
(0,92,53,67)
C0M92Y53K67 
(0%,92%,53%,67%)
(0.00/0.92/0.53/0.67)	

CMYK percentages

%0
%91.76
%52.94
%66.67

Codes

Color #550728 in popluar color models

550728
RGB85740
HSL335°84.78%18.04%
HSB/HSV335°91.76%33.33%
CMYK0.00%91.76%52.94%
66.67%

Color #550728 in popluar number systems.

HEX550728
Decimal85740
Binary1010101111101000
Octal125750

Shades and tints

Shades of #550728

#550728
(85,7,40)
#4E0725
(78,7,37)
#470722
(71,7,34)
#40071F
(64,7,31)
#39071C
(57,7,28)
#320719
(50,7,25)
#2B0716
(43,7,22)
#240713
(36,7,19)
#1D0710
(29,7,16)
#16070D
(22,7,13)
#0F070A
(15,7,10)
#000000
(0,0,0)

Tints of #550728

#550728
(85,7,40)
#641D3B
(100,29,59)
#73334E
(115,51,78)
#824961
(130,73,97)
#915F74
(145,95,116)
#A07587
(160,117,135)
#AF8B9A
(175,139,154)
#BEA1AD
(190,161,173)
#CDB7C0
(205,183,192)
#DCCDD3
(220,205,211)
#EBE3E6
(235,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #550728 color. Also use rgb(85,7,40) instead hex code.

Text Font Color

.myTextColor { color: #550728; }

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

This text font color is #550728.


Background Color

.myBgColor { background-color: #550728; }

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

This div background color is #550728.


Border color

.myBorderColor { border: 1px solid #550728; }

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

This div border color is #550728.


Opacity

.myOpacity80 { color: #550728; opacity: 0.8; }

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

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

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

This text has shadow with #550728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550728 on black background.


Color preview on white background

This text has color #550728 on white background.



Black color preview on #550728 background

This text has black color on #550728 background.


White color preview on #550728 background

This text has white color on #550728 background.