COLOR #511507

HEX: #511507
RGB: (81,21,7)

Color info

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

RGB color model

#511507 color RGB value is (81,21,7).

  • red value is 81;
  • green value is 21;
  • blue value is 7.
RGB:
(81,21,7)
(32%,8%,3%)

RGB channels and saturation

R 81 of 255 = 32%
G 21 of 255 = 8%
B 7 of 255 = 3%

81
21
7

R + G + B ~ 14%. #511507 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 21 + 7 = 109 (100%)
R 81 of 109 ~ 74.31%
G 21 of 109 ~ 19.27%
B 7 of 109 ~ 6.42%

%74.31
%19.27

CMYK color model

#511507 color CMYK value is (0,74,91,68).

  • cyan value is 0.00%
  • magenta value is 74.07%
  • yellow value is 91.36%
  • key color value is 68.24%
CMYK:
(0,74,91,68)
C0M74Y91K68 
(0%,74%,91%,68%)
(0.00/0.74/0.91/0.68)	

CMYK percentages

%0
%74.07
%91.36
%68.24

Codes

Color #511507 in popluar color models

511507
RGB81217
HSL11°84.09%17.25%
HSB/HSV11°91.36%31.76%
CMYK0.00%74.07%91.36%
68.24%

Color #511507 in popluar number systems.

HEX511507
Decimal81217
Binary101000110101111
Octal121257

Shades and tints

Shades of #511507

#511507
(81,21,7)
#4A1407
(74,20,7)
#431307
(67,19,7)
#3C1207
(60,18,7)
#351107
(53,17,7)
#2E1007
(46,16,7)
#270F07
(39,15,7)
#200E07
(32,14,7)
#190D07
(25,13,7)
#120C07
(18,12,7)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #511507

#511507
(81,21,7)
#602A1D
(96,42,29)
#6F3F33
(111,63,51)
#7E5449
(126,84,73)
#8D695F
(141,105,95)
#9C7E75
(156,126,117)
#AB938B
(171,147,139)
#BAA8A1
(186,168,161)
#C9BDB7
(201,189,183)
#D8D2CD
(216,210,205)
#E7E7E3
(231,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511507 color. Also use rgb(81,21,7) instead hex code.

Text Font Color

.myTextColor { color: #511507; }

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

This text font color is #511507.


Background Color

.myBgColor { background-color: #511507; }

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

This div background color is #511507.


Border color

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

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

This div border color is #511507.


Opacity

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

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

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

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

This text has shadow with #511507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511507 on black background.


Color preview on white background

This text has color #511507 on white background.



Black color preview on #511507 background

This text has black color on #511507 background.


White color preview on #511507 background

This text has white color on #511507 background.