COLOR #514E41

HEX: #514E41 RGB: (81,78,65)

Color info

#514E41 contains red, green and blue colors in about the same proportion. Web safe color of #514E41 is #666633 (or #663).

RGB color model

#514E41 color RGB value is (81,78,65).

RGB: (81,78,65) (32%, 31%, 25%)

RGB channels and saturation

R 81 of 255 = 32%
G 78 of 255 = 31%
B 65 of 255 = 25%

81
78
65

R + G + B ~ 29%. #514E41 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 78 + 65 = 224 (100%)
R 81 of 224 ~ 36.16%
G 78 of 224 ~ 34.82%
B 65 of 224 ~ 29.02'%

%36.16
%34.82
%29.02

CMYK color model

#514E41 color CMYK value is (0,4,20,68).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 19.75%
  • key color value is 68.24%

CMYK: (0,4,20,68)
C0M4Y20K68 (0%, 4%, 20%, 68%)
(0.00 / 0.04 / 0.20 / 0.68)

CMYK percentages

%0
%3.7
%19.75
%68.24

Codes

Color #514E41 in popluar color models

51 4E 41
RGB 81 78 65
HSL 49° 10.96% 28.63%
HSB/HSV 49° 19.75% 31.76%
CMYK 0.00% 3.70% 19.75%
68.24%

Color #514E41 in popluar number systems.

HEX 51 4E 41
Decimal 81 78 65
Binary 1010001 1001110 1000001
Octal 121 116 101

Shades and tints

Shades of #514E41

#514E41
(81,78,65)
#4A473C
(74,71,60)
#434037
(67,64,55)
#3C3932
(60,57,50)
#35322D
(53,50,45)
#2E2B28
(46,43,40)
#272423
(39,36,35)
#201D1E
(32,29,30)
#191619
(25,22,25)
#120F14
(18,15,20)
#0B080F
(11,8,15)
#000000
(0,0,0)

Tints of #514E41

#514E41
(81,78,65)
#605E52
(96,94,82)
#6F6E63
(111,110,99)
#7E7E74
(126,126,116)
#8D8E85
(141,142,133)
#9C9E96
(156,158,150)
#ABAEA7
(171,174,167)
#BABEB8
(186,190,184)
#C9CEC9
(201,206,201)
#D8DEDA
(216,222,218)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514E41 color. Also use rgb(81,78,65) instead hex code.

Text Font Color

.myTextColor { color: #514E41; }

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

This text font color is #514E41.

Background Color

.myBgColor { background-color: #514E41; }

<div style="background-color:#514E41">Inner text</div>

This div background color is #514E41.

Border color

.myBorderColor { border: 1px solid #514E41; }

<div style="border:3px solid #514E41">Div</div>

This div border color is #514E41.

Opacity

.myOpacity80 { color: #514E41; opacity: 0.8; }

<p style="color:#514E41;opacity:0.8;">80%</p>

Text with #514E41 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 #514E41;}

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

This text has shadow with #514E41 color.


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

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

This text has shadow with #514E41 primary color and red secondary color.


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

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

This text has shadow with #514E41 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #514E41.

Preview

Color preview on black background

This text has color #514E41 on black background.


Color preview on white background

This text has color #514E41 on white background.


Black color preview on #514E41 background

This text has black color on #514E41 background.


White color preview on #514E41 background

This text has white color on #514E41 background.


Related colors

Complementary color

Complementary color for #hex is #AEB1BE.


I love getcolorcode.com

Triadic colors

1 #41514E and #4E4151 with #514E41 are triadic colors.

2 #414E51 and #4E5141 with #514E41 are triadic colors.