COLOR #514E44

HEX: #514E44 RGB: (81,78,68)

Color info

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

RGB color model

#514E44 color RGB value is (81,78,68).

RGB: (81,78,68) (32%, 31%, 27%)

RGB channels and saturation

R 81 of 255 = 32%
G 78 of 255 = 31%
B 68 of 255 = 27%

81
78
68

R + G + B ~ 30%. #514E44 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 78 + 68 = 227 (100%)
R 81 of 227 ~ 35.68%
G 78 of 227 ~ 34.36%
B 68 of 227 ~ 29.96'%

%35.68
%34.36
%29.96

CMYK color model

#514E44 color CMYK value is (0,4,16,68).

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

CMYK: (0,4,16,68)
C0M4Y16K68 (0%, 4%, 16%, 68%)
(0.00 / 0.04 / 0.16 / 0.68)

CMYK percentages

%0
%3.7
%16.05
%68.24

Codes

Color #514E44 in popluar color models

51 4E 44
RGB 81 78 68
HSL 46° 8.72% 29.22%
HSB/HSV 46° 16.05% 31.76%
CMYK 0.00% 3.70% 16.05%
68.24%

Color #514E44 in popluar number systems.

HEX 51 4E 44
Decimal 81 78 68
Binary 1010001 1001110 1000100
Octal 121 116 104

Shades and tints

Shades of #514E44

#514E44
(81,78,68)
#4A473E
(74,71,62)
#434038
(67,64,56)
#3C3932
(60,57,50)
#35322C
(53,50,44)
#2E2B26
(46,43,38)
#272420
(39,36,32)
#201D1A
(32,29,26)
#191614
(25,22,20)
#120F0E
(18,15,14)
#0B0808
(11,8,8)
#000000
(0,0,0)

Tints of #514E44

#514E44
(81,78,68)
#605E55
(96,94,85)
#6F6E66
(111,110,102)
#7E7E77
(126,126,119)
#8D8E88
(141,142,136)
#9C9E99
(156,158,153)
#ABAEAA
(171,174,170)
#BABEBB
(186,190,187)
#C9CECC
(201,206,204)
#D8DEDD
(216,222,221)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514E44; }

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

This text font color is #514E44.

Background Color

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

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

This div background color is #514E44.

Border color

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

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

This div border color is #514E44.

Opacity

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

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

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

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

This text has shadow with #514E44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #514E44.

Preview

Color preview on black background

This text has color #514E44 on black background.


Color preview on white background

This text has color #514E44 on white background.


Black color preview on #514E44 background

This text has black color on #514E44 background.


White color preview on #514E44 background

This text has white color on #514E44 background.


Related colors

Complementary color

Complementary color for #hex is #AEB1BB.


I love getcolorcode.com

Triadic colors

1 #44514E and #4E4451 with #514E44 are triadic colors.

2 #444E51 and #4E5144 with #514E44 are triadic colors.