COLOR #511A12

HEX: #511A12 RGB: (81,26,18)

Color info

#511A12 contains mainly red and green colors. Web safe color of #511A12 is #660000 (or #600).

RGB color model

#511A12 color RGB value is (81,26,18).

RGB: (81,26,18) (32%, 10%, 7%)

RGB channels and saturation

R 81 of 255 = 32%
G 26 of 255 = 10%
B 18 of 255 = 7%

81
26
18

R + G + B ~ 16%. #511A12 is dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 26 + 18 = 125 (100%)
R 81 of 125 ~ 64.8%
G 26 of 125 ~ 20.8%
B 18 of 125 ~ 14.4'%

%64.8
%20.8
%14.4

CMYK color model

#511A12 color CMYK value is (0,68,78,68).

  • cyan value is 0.00%
  • magenta value is 67.90%
  • yellow value is 77.78%
  • key color value is 68.24%

CMYK: (0,68,78,68)
C0M68Y78K68 (0%, 68%, 78%, 68%)
(0.00 / 0.68 / 0.78 / 0.68)

CMYK percentages

%0
%67.9
%77.78
%68.24

Codes

Color #511A12 in popluar color models

51 1A 12
RGB 81 26 18
HSL 63.64% 19.41%
HSB/HSV 77.78% 31.76%
CMYK 0.00% 67.90% 77.78%
68.24%

Color #511A12 in popluar number systems.

HEX 51 1A 12
Decimal 81 26 18
Binary 1010001 11010 10010
Octal 121 32 22

Shades and tints

Shades of #511A12

#511A12
(81,26,18)
#4A1811
(74,24,17)
#431610
(67,22,16)
#3C140F
(60,20,15)
#35120E
(53,18,14)
#2E100D
(46,16,13)
#270E0C
(39,14,12)
#200C0B
(32,12,11)
#190A0A
(25,10,10)
#120809
(18,8,9)
#0B0608
(11,6,8)
#000000
(0,0,0)

Tints of #511A12

#511A12
(81,26,18)
#602E27
(96,46,39)
#6F423C
(111,66,60)
#7E5651
(126,86,81)
#8D6A66
(141,106,102)
#9C7E7B
(156,126,123)
#AB9290
(171,146,144)
#BAA6A5
(186,166,165)
#C9BABA
(201,186,186)
#D8CECF
(216,206,207)
#E7E2E4
(231,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #511A12 color. Also use rgb(81,26,18) instead hex code.

Text Font Color

.myTextColor { color: #511A12; }

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

This text font color is #511A12.

Background Color

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

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

This div background color is #511A12.

Border color

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

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

This div border color is #511A12.

Opacity

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

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

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

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

This text has shadow with #511A12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #511A12.

Preview

Color preview on black background

This text has color #511A12 on black background.


Color preview on white background

This text has color #511A12 on white background.


Black color preview on #511A12 background

This text has black color on #511A12 background.


White color preview on #511A12 background

This text has white color on #511A12 background.


Related colors

Complementary color

Complementary color for #hex is #AEE5ED.


I love getcolorcode.com

Triadic colors

1 #12511A and #1A1251 with #511A12 are triadic colors.

2 #121A51 and #1A5112 with #511A12 are triadic colors.