COLOR #550708

HEX: #550708
RGB: (85,7,8)

Color info

#550708 contains mainly red color. Web safe color of #550708 is #660000 (or #600).

RGB color model

#550708 color RGB value is (85,7,8).

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

RGB channels and saturation

R 85 of 255 = 33%
G 7 of 255 = 3%
B 8 of 255 = 3%

85
7
8

R + G + B ~ 13%. #550708 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 7 + 8 = 100 (100%)
R 85 of 100 ~ 85%
G 7 of 100 ~ 7%
B 8 of 100 ~ 8%

%85

CMYK color model

#550708 color CMYK value is (0,92,91,67).

  • cyan value is 0.00%
  • magenta value is 91.76%
  • yellow value is 90.59%
  • key color value is 66.67%
CMYK:
(0,92,91,67)
C0M92Y91K67 
(0%,92%,91%,67%)
(0.00/0.92/0.91/0.67)	

CMYK percentages

%0
%91.76
%90.59
%66.67

Codes

Color #550708 in popluar color models

550708
RGB8578
HSL359°84.78%18.04%
HSB/HSV359°91.76%33.33%
CMYK0.00%91.76%90.59%
66.67%

Color #550708 in popluar number systems.

HEX550708
Decimal8578
Binary10101011111000
Octal125710

Shades and tints

Shades of #550708

#550708
(85,7,8)
#4E0708
(78,7,8)
#470708
(71,7,8)
#400708
(64,7,8)
#390708
(57,7,8)
#320708
(50,7,8)
#2B0708
(43,7,8)
#240708
(36,7,8)
#1D0708
(29,7,8)
#160708
(22,7,8)
#0F0708
(15,7,8)
#000000
(0,0,0)

Tints of #550708

#550708
(85,7,8)
#641D1E
(100,29,30)
#733334
(115,51,52)
#82494A
(130,73,74)
#915F60
(145,95,96)
#A07576
(160,117,118)
#AF8B8C
(175,139,140)
#BEA1A2
(190,161,162)
#CDB7B8
(205,183,184)
#DCCDCE
(220,205,206)
#EBE3E4
(235,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #550708; }

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

This text font color is #550708.


Background Color

.myBgColor { background-color: #550708; }

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

This div background color is #550708.


Border color

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

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

This div border color is #550708.


Opacity

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

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

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

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

This text has shadow with #550708 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550708 on black background.


Color preview on white background

This text has color #550708 on white background.



Black color preview on #550708 background

This text has black color on #550708 background.


White color preview on #550708 background

This text has white color on #550708 background.