COLOR #514F48

HEX: #514F48
RGB: (81,79,72)

Color info

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

RGB color model

#514F48 color RGB value is (81,79,72).

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

RGB channels and saturation

R 81 of 255 = 32%
G 79 of 255 = 31%
B 72 of 255 = 28%

81
79
72

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

Portions of RGB colors in percentages

R + G + B =
81 + 79 + 72 = 232 (100%)
R 81 of 232 ~ 34.91%
G 79 of 232 ~ 34.05%
B 72 of 232 ~ 31.03%

%34.91
%34.05
%31.03

CMYK color model

#514F48 color CMYK value is (0,2,11,68).

  • cyan value is 0.00%
  • magenta value is 2.47%
  • yellow value is 11.11%
  • key color value is 68.24%
CMYK:
(0,2,11,68)
C0M2Y11K68 
(0%,2%,11%,68%)
(0.00/0.02/0.11/0.68)	

CMYK percentages

%0
%2.47
%11.11
%68.24

Codes

Color #514F48 in popluar color models

514F48
RGB817972
HSL47°5.88%30.00%
HSB/HSV47°11.11%31.76%
CMYK0.00%2.47%11.11%
68.24%

Color #514F48 in popluar number systems.

HEX514F48
Decimal817972
Binary101000110011111001000
Octal121117110

Shades and tints

Shades of #514F48

#514F48
(81,79,72)
#4A4842
(74,72,66)
#43413C
(67,65,60)
#3C3A36
(60,58,54)
#353330
(53,51,48)
#2E2C2A
(46,44,42)
#272524
(39,37,36)
#201E1E
(32,30,30)
#191718
(25,23,24)
#121012
(18,16,18)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #514F48

#514F48
(81,79,72)
#605F58
(96,95,88)
#6F6F68
(111,111,104)
#7E7F78
(126,127,120)
#8D8F88
(141,143,136)
#9C9F98
(156,159,152)
#ABAFA8
(171,175,168)
#BABFB8
(186,191,184)
#C9CFC8
(201,207,200)
#D8DFD8
(216,223,216)
#E7EFE8
(231,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514F48; }

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

This text font color is #514F48.


Background Color

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

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

This div background color is #514F48.


Border color

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

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

This div border color is #514F48.


Opacity

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

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

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

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

This text has shadow with #514F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514F48 on black background.


Color preview on white background

This text has color #514F48 on white background.



Black color preview on #514F48 background

This text has black color on #514F48 background.


White color preview on #514F48 background

This text has white color on #514F48 background.