COLOR #514849

HEX: #514849
RGB: (81,72,73)

Color info

#514849 contains red, green and blue colors in about the same proportion. Web safe color of #514849 is #663333 (or #633).

RGB color model

#514849 color RGB value is (81,72,73).

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

RGB channels and saturation

R 81 of 255 = 32%
G 72 of 255 = 28%
B 73 of 255 = 29%

81
72
73

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

Portions of RGB colors in percentages

R + G + B =
81 + 72 + 73 = 226 (100%)
R 81 of 226 ~ 35.84%
G 72 of 226 ~ 31.86%
B 73 of 226 ~ 32.3%

%35.84
%31.86
%32.3

CMYK color model

#514849 color CMYK value is (0,11,10,68).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 9.88%
  • key color value is 68.24%
CMYK:
(0,11,10,68)
C0M11Y10K68 
(0%,11%,10%,68%)
(0.00/0.11/0.10/0.68)	

CMYK percentages

%0
%11.11
%9.88
%68.24

Codes

Color #514849 in popluar color models

514849
RGB817273
HSL353°5.88%30.00%
HSB/HSV353°11.11%31.76%
CMYK0.00%11.11%9.88%
68.24%

Color #514849 in popluar number systems.

HEX514849
Decimal817273
Binary101000110010001001001
Octal121110111

Shades and tints

Shades of #514849

#514849
(81,72,73)
#4A4243
(74,66,67)
#433C3D
(67,60,61)
#3C3637
(60,54,55)
#353031
(53,48,49)
#2E2A2B
(46,42,43)
#272425
(39,36,37)
#201E1F
(32,30,31)
#191819
(25,24,25)
#121213
(18,18,19)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #514849

#514849
(81,72,73)
#605859
(96,88,89)
#6F6869
(111,104,105)
#7E7879
(126,120,121)
#8D8889
(141,136,137)
#9C9899
(156,152,153)
#ABA8A9
(171,168,169)
#BAB8B9
(186,184,185)
#C9C8C9
(201,200,201)
#D8D8D9
(216,216,217)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514849; }

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

This text font color is #514849.


Background Color

.myBgColor { background-color: #514849; }

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

This div background color is #514849.


Border color

.myBorderColor { border: 1px solid #514849; }

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

This div border color is #514849.


Opacity

.myOpacity80 { color: #514849; opacity: 0.8; }

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

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

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

This text has shadow with #514849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514849 on black background.


Color preview on white background

This text has color #514849 on white background.



Black color preview on #514849 background

This text has black color on #514849 background.


White color preview on #514849 background

This text has white color on #514849 background.