COLOR #551C0D

HEX: #551C0D
RGB: (85,28,13)

Color info

#551C0D contains mainly red and green colors. Web safe color of #551C0D is #663300 (or #630).

RGB color model

#551C0D color RGB value is (85,28,13).

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

RGB channels and saturation

R 85 of 255 = 33%
G 28 of 255 = 11%
B 13 of 255 = 5%

85
28
13

R + G + B ~ 16%. #551C0D is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 28 + 13 = 126 (100%)
R 85 of 126 ~ 67.46%
G 28 of 126 ~ 22.22%
B 13 of 126 ~ 10.32%

%67.46
%22.22
%10.32

CMYK color model

#551C0D color CMYK value is (0,67,85,67).

  • cyan value is 0.00%
  • magenta value is 67.06%
  • yellow value is 84.71%
  • key color value is 66.67%
CMYK:
(0,67,85,67)
C0M67Y85K67 
(0%,67%,85%,67%)
(0.00/0.67/0.85/0.67)	

CMYK percentages

%0
%67.06
%84.71
%66.67

Codes

Color #551C0D in popluar color models

551C0D
RGB852813
HSL13°73.47%19.22%
HSB/HSV13°84.71%33.33%
CMYK0.00%67.06%84.71%
66.67%

Color #551C0D in popluar number systems.

HEX551C0D
Decimal852813
Binary1010101111001101
Octal1253415

Shades and tints

Shades of #551C0D

#551C0D
(85,28,13)
#4E1A0C
(78,26,12)
#47180B
(71,24,11)
#40160A
(64,22,10)
#391409
(57,20,9)
#321208
(50,18,8)
#2B1007
(43,16,7)
#240E06
(36,14,6)
#1D0C05
(29,12,5)
#160A04
(22,10,4)
#0F0803
(15,8,3)
#000000
(0,0,0)

Tints of #551C0D

#551C0D
(85,28,13)
#643023
(100,48,35)
#734439
(115,68,57)
#82584F
(130,88,79)
#916C65
(145,108,101)
#A0807B
(160,128,123)
#AF9491
(175,148,145)
#BEA8A7
(190,168,167)
#CDBCBD
(205,188,189)
#DCD0D3
(220,208,211)
#EBE4E9
(235,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551C0D color. Also use rgb(85,28,13) instead hex code.

Text Font Color

.myTextColor { color: #551C0D; }

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

This text font color is #551C0D.


Background Color

.myBgColor { background-color: #551C0D; }

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

This div background color is #551C0D.


Border color

.myBorderColor { border: 1px solid #551C0D; }

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

This div border color is #551C0D.


Opacity

.myOpacity80 { color: #551C0D; opacity: 0.8; }

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

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

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

This text has shadow with #551C0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551C0D on black background.


Color preview on white background

This text has color #551C0D on white background.



Black color preview on #551C0D background

This text has black color on #551C0D background.


White color preview on #551C0D background

This text has white color on #551C0D background.