COLOR #511F14

HEX: #511F14 RGB: (81,31,20)

Color info

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

RGB color model

#511F14 color RGB value is (81,31,20).

RGB: (81,31,20) (32%, 12%, 8%)

RGB channels and saturation

R 81 of 255 = 32%
G 31 of 255 = 12%
B 20 of 255 = 8%

81
31
20

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

Portions of RGB colors in percentages

R + G + B = 81 + 31 + 20 = 132 (100%)
R 81 of 132 ~ 61.36%
G 31 of 132 ~ 23.48%
B 20 of 132 ~ 15.15'%

%61.36
%23.48
%15.15

CMYK color model

#511F14 color CMYK value is (0,62,75,68).

  • cyan value is 0.00%
  • magenta value is 61.73%
  • yellow value is 75.31%
  • key color value is 68.24%

CMYK: (0,62,75,68)
C0M62Y75K68 (0%, 62%, 75%, 68%)
(0.00 / 0.62 / 0.75 / 0.68)

CMYK percentages

%0
%61.73
%75.31
%68.24

Codes

Color #511F14 in popluar color models

51 1F 14
RGB 81 31 20
HSL 11° 60.40% 19.80%
HSB/HSV 11° 75.31% 31.76%
CMYK 0.00% 61.73% 75.31%
68.24%

Color #511F14 in popluar number systems.

HEX 51 1F 14
Decimal 81 31 20
Binary 1010001 11111 10100
Octal 121 37 24

Shades and tints

Shades of #511F14

#511F14
(81,31,20)
#4A1D13
(74,29,19)
#431B12
(67,27,18)
#3C1911
(60,25,17)
#351710
(53,23,16)
#2E150F
(46,21,15)
#27130E
(39,19,14)
#20110D
(32,17,13)
#190F0C
(25,15,12)
#120D0B
(18,13,11)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #511F14

#511F14
(81,31,20)
#603329
(96,51,41)
#6F473E
(111,71,62)
#7E5B53
(126,91,83)
#8D6F68
(141,111,104)
#9C837D
(156,131,125)
#AB9792
(171,151,146)
#BAABA7
(186,171,167)
#C9BFBC
(201,191,188)
#D8D3D1
(216,211,209)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #511F14; }

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

This text font color is #511F14.

Background Color

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

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

This div background color is #511F14.

Border color

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

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

This div border color is #511F14.

Opacity

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

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

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

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

This text has shadow with #511F14 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #511F14.

Preview

Color preview on black background

This text has color #511F14 on black background.


Color preview on white background

This text has color #511F14 on white background.


Black color preview on #511F14 background

This text has black color on #511F14 background.


White color preview on #511F14 background

This text has white color on #511F14 background.


Related colors

Complementary color

Complementary color for #hex is #AEE0EB.


I love getcolorcode.com

Triadic colors

1 #14511F and #1F1451 with #511F14 are triadic colors.

2 #141F51 and #1F5114 with #511F14 are triadic colors.