COLOR #514949

HEX: #514949 RGB: (81,73,73)

Color info

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

RGB color model

#514949 color RGB value is (81,73,73).

RGB: (81,73,73) (32%, 29%, 29%)

RGB channels and saturation

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

81
73
73

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

Portions of RGB colors in percentages

R + G + B = 81 + 73 + 73 = 227 (100%)
R 81 of 227 ~ 35.68%
G 73 of 227 ~ 32.16%
B 73 of 227 ~ 32.16'%

%35.68
%32.16
%32.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 9.88%
  • key color value is 68.24%

CMYK: (0,10,10,68)
C0M10Y10K68 (0%, 10%, 10%, 68%)
(0.00 / 0.10 / 0.10 / 0.68)

CMYK percentages

%0
%9.88
%9.88
%68.24

Codes

Color #514949 in popluar color models

51 49 49
RGB 81 73 73
HSL 5.19% 30.20%
HSB/HSV 9.88% 31.76%
CMYK 0.00% 9.88% 9.88%
68.24%

Color #514949 in popluar number systems.

HEX 51 49 49
Decimal 81 73 73
Binary 1010001 1001001 1001001
Octal 121 111 111

Shades and tints

Shades of #514949

#514949
(81,73,73)
#4A4343
(74,67,67)
#433D3D
(67,61,61)
#3C3737
(60,55,55)
#353131
(53,49,49)
#2E2B2B
(46,43,43)
#272525
(39,37,37)
#201F1F
(32,31,31)
#191919
(25,25,25)
#121313
(18,19,19)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #514949

#514949
(81,73,73)
#605959
(96,89,89)
#6F6969
(111,105,105)
#7E7979
(126,121,121)
#8D8989
(141,137,137)
#9C9999
(156,153,153)
#ABA9A9
(171,169,169)
#BAB9B9
(186,185,185)
#C9C9C9
(201,201,201)
#D8D9D9
(216,217,217)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514949; }

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

This text font color is #514949.

Background Color

.myBgColor { background-color: #514949; }

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

This div background color is #514949.

Border color

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

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

This div border color is #514949.

Opacity

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

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

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

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

This text has shadow with #514949 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #514949.

Preview

Color preview on black background

This text has color #514949 on black background.


Color preview on white background

This text has color #514949 on white background.


Black color preview on #514949 background

This text has black color on #514949 background.


White color preview on #514949 background

This text has white color on #514949 background.


Related colors

Complementary color

Complementary color for #hex is #AEB6B6.


I love getcolorcode.com