COLOR #514E4D

HEX: #514E4D
RGB: (81,78,77)

Color info

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

RGB color model

#514E4D color RGB value is (81,78,77).

  • red value is 81;
  • green value is 78;
  • blue value is 77.
RGB:
(81,78,77)
(32%,31%,30%)

RGB channels and saturation

R 81 of 255 = 32%
G 78 of 255 = 31%
B 77 of 255 = 30%

81
78
77

R + G + B ~ 31%. #514E4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 78 + 77 = 236 (100%)
R 81 of 236 ~ 34.32%
G 78 of 236 ~ 33.05%
B 77 of 236 ~ 32.63%

%34.32
%33.05
%32.63

CMYK color model

#514E4D color CMYK value is (0,4,5,68).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 4.94%
  • key color value is 68.24%
CMYK:
(0,4,5,68)
C0M4Y5K68 
(0%,4%,5%,68%)
(0.00/0.04/0.05/0.68)	

CMYK percentages

%0
%3.7
%4.94
%68.24

Codes

Color #514E4D in popluar color models

514E4D
RGB817877
HSL15°2.53%30.98%
HSB/HSV15°4.94%31.76%
CMYK0.00%3.70%4.94%
68.24%

Color #514E4D in popluar number systems.

HEX514E4D
Decimal817877
Binary101000110011101001101
Octal121116115

Shades and tints

Shades of #514E4D

#514E4D
(81,78,77)
#4A4746
(74,71,70)
#43403F
(67,64,63)
#3C3938
(60,57,56)
#353231
(53,50,49)
#2E2B2A
(46,43,42)
#272423
(39,36,35)
#201D1C
(32,29,28)
#191615
(25,22,21)
#120F0E
(18,15,14)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #514E4D

#514E4D
(81,78,77)
#605E5D
(96,94,93)
#6F6E6D
(111,110,109)
#7E7E7D
(126,126,125)
#8D8E8D
(141,142,141)
#9C9E9D
(156,158,157)
#ABAEAD
(171,174,173)
#BABEBD
(186,190,189)
#C9CECD
(201,206,205)
#D8DEDD
(216,222,221)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514E4D; }

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

This text font color is #514E4D.


Background Color

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

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

This div background color is #514E4D.


Border color

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

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

This div border color is #514E4D.


Opacity

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

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

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

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

This text has shadow with #514E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514E4D on black background.


Color preview on white background

This text has color #514E4D on white background.



Black color preview on #514E4D background

This text has black color on #514E4D background.


White color preview on #514E4D background

This text has white color on #514E4D background.