COLOR #511C06

HEX: #511C06
RGB: (81,28,6)

Color info

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

RGB color model

#511C06 color RGB value is (81,28,6).

  • red value is 81;
  • green value is 28;
  • blue value is 6.
RGB:
(81,28,6)
(32%,11%,2%)

RGB channels and saturation

R 81 of 255 = 32%
G 28 of 255 = 11%
B 6 of 255 = 2%

81
28
6

R + G + B ~ 15%. #511C06 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 28 + 6 = 115 (100%)
R 81 of 115 ~ 70.43%
G 28 of 115 ~ 24.35%
B 6 of 115 ~ 5.22%

%70.43
%24.35

CMYK color model

#511C06 color CMYK value is (0,65,93,68).

  • cyan value is 0.00%
  • magenta value is 65.43%
  • yellow value is 92.59%
  • key color value is 68.24%
CMYK:
(0,65,93,68)
C0M65Y93K68 
(0%,65%,93%,68%)
(0.00/0.65/0.93/0.68)	

CMYK percentages

%0
%65.43
%92.59
%68.24

Codes

Color #511C06 in popluar color models

511C06
RGB81286
HSL18°86.21%17.06%
HSB/HSV18°92.59%31.76%
CMYK0.00%65.43%92.59%
68.24%

Color #511C06 in popluar number systems.

HEX511C06
Decimal81286
Binary101000111100110
Octal121346

Shades and tints

Shades of #511C06

#511C06
(81,28,6)
#4A1A06
(74,26,6)
#431806
(67,24,6)
#3C1606
(60,22,6)
#351406
(53,20,6)
#2E1206
(46,18,6)
#271006
(39,16,6)
#200E06
(32,14,6)
#190C06
(25,12,6)
#120A06
(18,10,6)
#0B0806
(11,8,6)
#000000
(0,0,0)

Tints of #511C06

#511C06
(81,28,6)
#60301C
(96,48,28)
#6F4432
(111,68,50)
#7E5848
(126,88,72)
#8D6C5E
(141,108,94)
#9C8074
(156,128,116)
#AB948A
(171,148,138)
#BAA8A0
(186,168,160)
#C9BCB6
(201,188,182)
#D8D0CC
(216,208,204)
#E7E4E2
(231,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511C06 color. Also use rgb(81,28,6) instead hex code.

Text Font Color

.myTextColor { color: #511C06; }

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

This text font color is #511C06.


Background Color

.myBgColor { background-color: #511C06; }

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

This div background color is #511C06.


Border color

.myBorderColor { border: 1px solid #511C06; }

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

This div border color is #511C06.


Opacity

.myOpacity80 { color: #511C06; opacity: 0.8; }

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

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

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

This text has shadow with #511C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #511C06 on black background.


Color preview on white background

This text has color #511C06 on white background.



Black color preview on #511C06 background

This text has black color on #511C06 background.


White color preview on #511C06 background

This text has white color on #511C06 background.