COLOR #551C07

HEX: #551C07
RGB: (85,28,7)

Color info

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

RGB color model

#551C07 color RGB value is (85,28,7).

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

RGB channels and saturation

R 85 of 255 = 33%
G 28 of 255 = 11%
B 7 of 255 = 3%

85
28
7

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

Portions of RGB colors in percentages

R + G + B =
85 + 28 + 7 = 120 (100%)
R 85 of 120 ~ 70.83%
G 28 of 120 ~ 23.33%
B 7 of 120 ~ 5.83%

%70.83
%23.33

CMYK color model

#551C07 color CMYK value is (0,67,92,67).

  • cyan value is 0.00%
  • magenta value is 67.06%
  • yellow value is 91.76%
  • key color value is 66.67%
CMYK:
(0,67,92,67)
C0M67Y92K67 
(0%,67%,92%,67%)
(0.00/0.67/0.92/0.67)	

CMYK percentages

%0
%67.06
%91.76
%66.67

Codes

Color #551C07 in popluar color models

551C07
RGB85287
HSL16°84.78%18.04%
HSB/HSV16°91.76%33.33%
CMYK0.00%67.06%91.76%
66.67%

Color #551C07 in popluar number systems.

HEX551C07
Decimal85287
Binary101010111100111
Octal125347

Shades and tints

Shades of #551C07

#551C07
(85,28,7)
#4E1A07
(78,26,7)
#471807
(71,24,7)
#401607
(64,22,7)
#391407
(57,20,7)
#321207
(50,18,7)
#2B1007
(43,16,7)
#240E07
(36,14,7)
#1D0C07
(29,12,7)
#160A07
(22,10,7)
#0F0807
(15,8,7)
#000000
(0,0,0)

Tints of #551C07

#551C07
(85,28,7)
#64301D
(100,48,29)
#734433
(115,68,51)
#825849
(130,88,73)
#916C5F
(145,108,95)
#A08075
(160,128,117)
#AF948B
(175,148,139)
#BEA8A1
(190,168,161)
#CDBCB7
(205,188,183)
#DCD0CD
(220,208,205)
#EBE4E3
(235,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551C07; }

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

This text font color is #551C07.


Background Color

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

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

This div background color is #551C07.


Border color

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

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

This div border color is #551C07.


Opacity

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

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

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

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

This text has shadow with #551C07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551C07 on black background.


Color preview on white background

This text has color #551C07 on white background.



Black color preview on #551C07 background

This text has black color on #551C07 background.


White color preview on #551C07 background

This text has white color on #551C07 background.