COLOR #514F4D

HEX: #514F4D RGB: (81,79,77)

Color info

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

RGB color model

#514F4D color RGB value is (81,79,77).

RGB: (81,79,77) (32%, 31%, 30%)

RGB channels and saturation

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

81
79
77

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

Portions of RGB colors in percentages

R + G + B = 81 + 79 + 77 = 237 (100%)
R 81 of 237 ~ 34.18%
G 79 of 237 ~ 33.33%
B 77 of 237 ~ 32.49'%

%34.18
%33.33
%32.49

CMYK color model

#514F4D color CMYK value is (0,2,5,68).

  • cyan value is 0.00%
  • magenta value is 2.47%
  • yellow value is 4.94%
  • key color value is 68.24%

CMYK: (0,2,5,68)
C0M2Y5K68 (0%, 2%, 5%, 68%)
(0.00 / 0.02 / 0.05 / 0.68)

CMYK percentages

%0
%2.47
%4.94
%68.24

Codes

Color #514F4D in popluar color models

51 4F 4D
RGB 81 79 77
HSL 30° 2.53% 30.98%
HSB/HSV 30° 4.94% 31.76%
CMYK 0.00% 2.47% 4.94%
68.24%

Color #514F4D in popluar number systems.

HEX 51 4F 4D
Decimal 81 79 77
Binary 1010001 1001111 1001101
Octal 121 117 115

Shades and tints

Shades of #514F4D

#514F4D
(81,79,77)
#4A4846
(74,72,70)
#43413F
(67,65,63)
#3C3A38
(60,58,56)
#353331
(53,51,49)
#2E2C2A
(46,44,42)
#272523
(39,37,35)
#201E1C
(32,30,28)
#191715
(25,23,21)
#12100E
(18,16,14)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #514F4D

#514F4D
(81,79,77)
#605F5D
(96,95,93)
#6F6F6D
(111,111,109)
#7E7F7D
(126,127,125)
#8D8F8D
(141,143,141)
#9C9F9D
(156,159,157)
#ABAFAD
(171,175,173)
#BABFBD
(186,191,189)
#C9CFCD
(201,207,205)
#D8DFDD
(216,223,221)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514F4D; }

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

This text font color is #514F4D.

Background Color

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

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

This div background color is #514F4D.

Border color

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

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

This div border color is #514F4D.

Opacity

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

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

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

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

This text has shadow with #514F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #514F4D.

Preview

Color preview on black background

This text has color #514F4D on black background.


Color preview on white background

This text has color #514F4D on white background.


Black color preview on #514F4D background

This text has black color on #514F4D background.


White color preview on #514F4D background

This text has white color on #514F4D background.


Related colors

Complementary color

Complementary color for #hex is #AEB0B2.


I love getcolorcode.com

Triadic colors

1 #4D514F and #4F4D51 with #514F4D are triadic colors.

2 #4D4F51 and #4F514D with #514F4D are triadic colors.