COLOR #511C17

HEX: #511C17 RGB: (81,28,23)

Color info

#511C17 contains red, green and blue colors in about the same proportion. Web safe color of #511C17 is #663300 (or #630).

RGB color model

#511C17 color RGB value is (81,28,23).

RGB: (81,28,23) (32%, 11%, 9%)

RGB channels and saturation

R 81 of 255 = 32%
G 28 of 255 = 11%
B 23 of 255 = 9%

81
28
23

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

Portions of RGB colors in percentages

R + G + B = 81 + 28 + 23 = 132 (100%)
R 81 of 132 ~ 61.36%
G 28 of 132 ~ 21.21%
B 23 of 132 ~ 17.42'%

%61.36
%21.21
%17.42

CMYK color model

#511C17 color CMYK value is (0,65,72,68).

  • cyan value is 0.00%
  • magenta value is 65.43%
  • yellow value is 71.60%
  • key color value is 68.24%

CMYK: (0,65,72,68)
C0M65Y72K68 (0%, 65%, 72%, 68%)
(0.00 / 0.65 / 0.72 / 0.68)

CMYK percentages

%0
%65.43
%71.6
%68.24

Codes

Color #511C17 in popluar color models

51 1C 17
RGB 81 28 23
HSL 55.77% 20.39%
HSB/HSV 71.60% 31.76%
CMYK 0.00% 65.43% 71.60%
68.24%

Color #511C17 in popluar number systems.

HEX 51 1C 17
Decimal 81 28 23
Binary 1010001 11100 10111
Octal 121 34 27

Shades and tints

Shades of #511C17

#511C17
(81,28,23)
#4A1A15
(74,26,21)
#431813
(67,24,19)
#3C1611
(60,22,17)
#35140F
(53,20,15)
#2E120D
(46,18,13)
#27100B
(39,16,11)
#200E09
(32,14,9)
#190C07
(25,12,7)
#120A05
(18,10,5)
#0B0803
(11,8,3)
#000000
(0,0,0)

Tints of #511C17

#511C17
(81,28,23)
#60302C
(96,48,44)
#6F4441
(111,68,65)
#7E5856
(126,88,86)
#8D6C6B
(141,108,107)
#9C8080
(156,128,128)
#AB9495
(171,148,149)
#BAA8AA
(186,168,170)
#C9BCBF
(201,188,191)
#D8D0D4
(216,208,212)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511C17; }

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

This text font color is #511C17.

Background Color

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

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

This div background color is #511C17.

Border color

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

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

This div border color is #511C17.

Opacity

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

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

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

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

This text has shadow with #511C17 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #511C17.

Preview

Color preview on black background

This text has color #511C17 on black background.


Color preview on white background

This text has color #511C17 on white background.


Black color preview on #511C17 background

This text has black color on #511C17 background.


White color preview on #511C17 background

This text has white color on #511C17 background.


Related colors

Complementary color

Complementary color for #hex is #AEE3E8.


I love getcolorcode.com

Triadic colors

1 #17511C and #1C1751 with #511C17 are triadic colors.

2 #171C51 and #1C5117 with #511C17 are triadic colors.