COLOR #551614

HEX: #551614
RGB: (85,22,20)

Color info

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

RGB color model

#551614 color RGB value is (85,22,20).

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

RGB channels and saturation

R 85 of 255 = 33%
G 22 of 255 = 9%
B 20 of 255 = 8%

85
22
20

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

Portions of RGB colors in percentages

R + G + B =
85 + 22 + 20 = 127 (100%)
R 85 of 127 ~ 66.93%
G 22 of 127 ~ 17.32%
B 20 of 127 ~ 15.75%

%66.93
%17.32
%15.75

CMYK color model

#551614 color CMYK value is (0,74,76,67).

  • cyan value is 0.00%
  • magenta value is 74.12%
  • yellow value is 76.47%
  • key color value is 66.67%
CMYK:
(0,74,76,67)
C0M74Y76K67 
(0%,74%,76%,67%)
(0.00/0.74/0.76/0.67)	

CMYK percentages

%0
%74.12
%76.47
%66.67

Codes

Color #551614 in popluar color models

551614
RGB852220
HSL61.90%20.59%
HSB/HSV76.47%33.33%
CMYK0.00%74.12%76.47%
66.67%

Color #551614 in popluar number systems.

HEX551614
Decimal852220
Binary10101011011010100
Octal1252624

Shades and tints

Shades of #551614

#551614
(85,22,20)
#4E1413
(78,20,19)
#471212
(71,18,18)
#401011
(64,16,17)
#390E10
(57,14,16)
#320C0F
(50,12,15)
#2B0A0E
(43,10,14)
#24080D
(36,8,13)
#1D060C
(29,6,12)
#16040B
(22,4,11)
#0F020A
(15,2,10)
#000000
(0,0,0)

Tints of #551614

#551614
(85,22,20)
#642B29
(100,43,41)
#73403E
(115,64,62)
#825553
(130,85,83)
#916A68
(145,106,104)
#A07F7D
(160,127,125)
#AF9492
(175,148,146)
#BEA9A7
(190,169,167)
#CDBEBC
(205,190,188)
#DCD3D1
(220,211,209)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551614; }

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

This text font color is #551614.


Background Color

.myBgColor { background-color: #551614; }

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

This div background color is #551614.


Border color

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

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

This div border color is #551614.


Opacity

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

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

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

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

This text has shadow with #551614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551614 on black background.


Color preview on white background

This text has color #551614 on white background.



Black color preview on #551614 background

This text has black color on #551614 background.


White color preview on #551614 background

This text has white color on #551614 background.