COLOR #551619

HEX: #551619
RGB: (85,22,25)

Color info

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

RGB color model

#551619 color RGB value is (85,22,25).

  • red value is 85;
  • green value is 22;
  • blue value is 25.
RGB:
(85,22,25)
(33%,9%,10%)

RGB channels and saturation

R 85 of 255 = 33%
G 22 of 255 = 9%
B 25 of 255 = 10%

85
22
25

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

Portions of RGB colors in percentages

R + G + B =
85 + 22 + 25 = 132 (100%)
R 85 of 132 ~ 64.39%
G 22 of 132 ~ 16.67%
B 25 of 132 ~ 18.94%

%64.39
%16.67
%18.94

CMYK color model

#551619 color CMYK value is (0,74,71,67).

  • cyan value is 0.00%
  • magenta value is 74.12%
  • yellow value is 70.59%
  • key color value is 66.67%
CMYK:
(0,74,71,67)
C0M74Y71K67 
(0%,74%,71%,67%)
(0.00/0.74/0.71/0.67)	

CMYK percentages

%0
%74.12
%70.59
%66.67

Codes

Color #551619 in popluar color models

551619
RGB852225
HSL357°58.88%20.98%
HSB/HSV357°74.12%33.33%
CMYK0.00%74.12%70.59%
66.67%

Color #551619 in popluar number systems.

HEX551619
Decimal852225
Binary10101011011011001
Octal1252631

Shades and tints

Shades of #551619

#551619
(85,22,25)
#4E1417
(78,20,23)
#471215
(71,18,21)
#401013
(64,16,19)
#390E11
(57,14,17)
#320C0F
(50,12,15)
#2B0A0D
(43,10,13)
#24080B
(36,8,11)
#1D0609
(29,6,9)
#160407
(22,4,7)
#0F0205
(15,2,5)
#000000
(0,0,0)

Tints of #551619

#551619
(85,22,25)
#642B2D
(100,43,45)
#734041
(115,64,65)
#825555
(130,85,85)
#916A69
(145,106,105)
#A07F7D
(160,127,125)
#AF9491
(175,148,145)
#BEA9A5
(190,169,165)
#CDBEB9
(205,190,185)
#DCD3CD
(220,211,205)
#EBE8E1
(235,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551619 color. Also use rgb(85,22,25) instead hex code.

Text Font Color

.myTextColor { color: #551619; }

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

This text font color is #551619.


Background Color

.myBgColor { background-color: #551619; }

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

This div background color is #551619.


Border color

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

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

This div border color is #551619.


Opacity

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

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

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

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

This text has shadow with #551619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551619 on black background.


Color preview on white background

This text has color #551619 on white background.



Black color preview on #551619 background

This text has black color on #551619 background.


White color preview on #551619 background

This text has white color on #551619 background.