COLOR #514A49

HEX: #514A49
RGB: (81,74,73)

Color info

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

RGB color model

#514A49 color RGB value is (81,74,73).

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

RGB channels and saturation

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

81
74
73

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

Portions of RGB colors in percentages

R + G + B =
81 + 74 + 73 = 228 (100%)
R 81 of 228 ~ 35.53%
G 74 of 228 ~ 32.46%
B 73 of 228 ~ 32.02%

%35.53
%32.46
%32.02

CMYK color model

#514A49 color CMYK value is (0,9,10,68).

  • cyan value is 0.00%
  • magenta value is 8.64%
  • yellow value is 9.88%
  • key color value is 68.24%
CMYK:
(0,9,10,68)
C0M9Y10K68 
(0%,9%,10%,68%)
(0.00/0.09/0.10/0.68)	

CMYK percentages

%0
%8.64
%9.88
%68.24

Codes

Color #514A49 in popluar color models

514A49
RGB817473
HSL5.19%30.20%
HSB/HSV9.88%31.76%
CMYK0.00%8.64%9.88%
68.24%

Color #514A49 in popluar number systems.

HEX514A49
Decimal817473
Binary101000110010101001001
Octal121112111

Shades and tints

Shades of #514A49

#514A49
(81,74,73)
#4A4443
(74,68,67)
#433E3D
(67,62,61)
#3C3837
(60,56,55)
#353231
(53,50,49)
#2E2C2B
(46,44,43)
#272625
(39,38,37)
#20201F
(32,32,31)
#191A19
(25,26,25)
#121413
(18,20,19)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #514A49

#514A49
(81,74,73)
#605A59
(96,90,89)
#6F6A69
(111,106,105)
#7E7A79
(126,122,121)
#8D8A89
(141,138,137)
#9C9A99
(156,154,153)
#ABAAA9
(171,170,169)
#BABAB9
(186,186,185)
#C9CAC9
(201,202,201)
#D8DAD9
(216,218,217)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514A49; }

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

This text font color is #514A49.


Background Color

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

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

This div background color is #514A49.


Border color

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

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

This div border color is #514A49.


Opacity

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

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

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

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

This text has shadow with #514A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514A49 on black background.


Color preview on white background

This text has color #514A49 on white background.



Black color preview on #514A49 background

This text has black color on #514A49 background.


White color preview on #514A49 background

This text has white color on #514A49 background.