COLOR #511F11

HEX: #511F11 RGB: (81,31,17)

Color info

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

RGB color model

#511F11 color RGB value is (81,31,17).

RGB: (81,31,17) (32%, 12%, 7%)

RGB channels and saturation

R 81 of 255 = 32%
G 31 of 255 = 12%
B 17 of 255 = 7%

81
31
17

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

Portions of RGB colors in percentages

R + G + B = 81 + 31 + 17 = 129 (100%)
R 81 of 129 ~ 62.79%
G 31 of 129 ~ 24.03%
B 17 of 129 ~ 13.18'%

%62.79
%24.03
%13.18

CMYK color model

#511F11 color CMYK value is (0,62,79,68).

  • cyan value is 0.00%
  • magenta value is 61.73%
  • yellow value is 79.01%
  • key color value is 68.24%
CMYK: (0,62,79,68) C0M62Y79K68 (0%,62%,79%,68%) (0.00/0.62/0.79/0.68) 

CMYK percentages

%0
%61.73
%79.01
%68.24

Codes

Color #511F11 in popluar color models

51 1F 11
RGB 81 31 17
HSL 13° 65.31% 19.22%
HSB/HSV 13° 79.01% 31.76%
CMYK 0.00% 61.73% 79.01%
68.24%

Color #511F11 in popluar number systems.

HEX 51 1F 11
Decimal 81 31 17
Binary 1010001 11111 10001
Octal 121 37 21

Shades and tints

Shades of #511F11

#511F11
(81,31,17)
#4A1D10
(74,29,16)
#431B0F
(67,27,15)
#3C190E
(60,25,14)
#35170D
(53,23,13)
#2E150C
(46,21,12)
#27130B
(39,19,11)
#20110A
(32,17,10)
#190F09
(25,15,9)
#120D08
(18,13,8)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #511F11

#511F11
(81,31,17)
#603326
(96,51,38)
#6F473B
(111,71,59)
#7E5B50
(126,91,80)
#8D6F65
(141,111,101)
#9C837A
(156,131,122)
#AB978F
(171,151,143)
#BAABA4
(186,171,164)
#C9BFB9
(201,191,185)
#D8D3CE
(216,211,206)
#E7E7E3
(231,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511F11 color. Also use rgb(81,31,17) instead hex code.

Text Font Color

.myTextColor { color: #511F11; }

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

This text font color is #511F11.

Background Color

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

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

This div background color is #511F11.

Border color

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

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

This div border color is #511F11.

Opacity

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

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

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

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

This text has shadow with #511F11 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #511F11.

Preview

Color preview on black background

This text has color #511F11 on black background.


Color preview on white background

This text has color #511F11 on white background.


Black color preview on #511F11 background

This text has black color on #511F11 background.


White color preview on #511F11 background

This text has white color on #511F11 background.


Related colors

Complementary color

Complementary color for #hex is #AEE0EE.


I love getcolorcode.com

Triadic colors

1 #11511F and #1F1151 with #511F11 are triadic colors.

2 #111F51 and #1F5111 with #511F11 are triadic colors.