COLOR #514F4A

HEX: #514F4A
RGB: (81,79,74)

Color info

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

RGB color model

#514F4A color RGB value is (81,79,74).

  • red value is 81;
  • green value is 79;
  • blue value is 74.
RGB:
(81,79,74)
(32%,31%,29%)

RGB channels and saturation

R 81 of 255 = 32%
G 79 of 255 = 31%
B 74 of 255 = 29%

81
79
74

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

Portions of RGB colors in percentages

R + G + B =
81 + 79 + 74 = 234 (100%)
R 81 of 234 ~ 34.62%
G 79 of 234 ~ 33.76%
B 74 of 234 ~ 31.62%

%34.62
%33.76
%31.62

CMYK color model

#514F4A color CMYK value is (0,2,9,68).

  • cyan value is 0.00%
  • magenta value is 2.47%
  • yellow value is 8.64%
  • key color value is 68.24%
CMYK:
(0,2,9,68)
C0M2Y9K68 
(0%,2%,9%,68%)
(0.00/0.02/0.09/0.68)	

CMYK percentages

%0
%2.47
%8.64
%68.24

Codes

Color #514F4A in popluar color models

514F4A
RGB817974
HSL43°4.52%30.39%
HSB/HSV43°8.64%31.76%
CMYK0.00%2.47%8.64%
68.24%

Color #514F4A in popluar number systems.

HEX514F4A
Decimal817974
Binary101000110011111001010
Octal121117112

Shades and tints

Shades of #514F4A

#514F4A
(81,79,74)
#4A4844
(74,72,68)
#43413E
(67,65,62)
#3C3A38
(60,58,56)
#353332
(53,51,50)
#2E2C2C
(46,44,44)
#272526
(39,37,38)
#201E20
(32,30,32)
#19171A
(25,23,26)
#121014
(18,16,20)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #514F4A

#514F4A
(81,79,74)
#605F5A
(96,95,90)
#6F6F6A
(111,111,106)
#7E7F7A
(126,127,122)
#8D8F8A
(141,143,138)
#9C9F9A
(156,159,154)
#ABAFAA
(171,175,170)
#BABFBA
(186,191,186)
#C9CFCA
(201,207,202)
#D8DFDA
(216,223,218)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514F4A; }

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

This text font color is #514F4A.


Background Color

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

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

This div background color is #514F4A.


Border color

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

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

This div border color is #514F4A.


Opacity

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

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

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

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

This text has shadow with #514F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514F4A on black background.


Color preview on white background

This text has color #514F4A on white background.



Black color preview on #514F4A background

This text has black color on #514F4A background.


White color preview on #514F4A background

This text has white color on #514F4A background.