COLOR #514648

HEX: #514648
RGB: (81,70,72)

Color info

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

RGB color model

#514648 color RGB value is (81,70,72).

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

RGB channels and saturation

R 81 of 255 = 32%
G 70 of 255 = 27%
B 72 of 255 = 28%

81
70
72

R + G + B ~ 29%. #514648 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 70 + 72 = 223 (100%)
R 81 of 223 ~ 36.32%
G 70 of 223 ~ 31.39%
B 72 of 223 ~ 32.29%

%36.32
%31.39
%32.29

CMYK color model

#514648 color CMYK value is (0,14,11,68).

  • cyan value is 0.00%
  • magenta value is 13.58%
  • yellow value is 11.11%
  • key color value is 68.24%
CMYK: (0,14,11,68) C0M14Y11K68 (0%,14%,11%,68%) (0.00/0.14/0.11/0.68)

CMYK percentages

%0
%13.58
%11.11
%68.24

Codes

Color #514648 in popluar color models

514648
RGB817072
HSL349°7.28%29.61%
HSB/HSV349°13.58%31.76%
CMYK0.00%13.58%11.11%
68.24%

Color #514648 in popluar number systems.

HEX514648
Decimal817072
Binary101000110001101001000
Octal121106110

Shades and tints

Shades of #514648

#514648
(81,70,72)
#4A4042
(74,64,66)
#433A3C
(67,58,60)
#3C3436
(60,52,54)
#352E30
(53,46,48)
#2E282A
(46,40,42)
#272224
(39,34,36)
#201C1E
(32,28,30)
#191618
(25,22,24)
#121012
(18,16,18)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #514648

#514648
(81,70,72)
#605658
(96,86,88)
#6F6668
(111,102,104)
#7E7678
(126,118,120)
#8D8688
(141,134,136)
#9C9698
(156,150,152)
#ABA6A8
(171,166,168)
#BAB6B8
(186,182,184)
#C9C6C8
(201,198,200)
#D8D6D8
(216,214,216)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514648; }

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

This text font color is #514648.


Background Color

.myBgColor { background-color: #514648; }

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

This div background color is #514648.


Border color

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

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

This div border color is #514648.


Opacity

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

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

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

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

This text has shadow with #514648 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #514648 on black background.


Color preview on white background

This text has color #514648 on white background.



Black color preview on #514648 background

This text has black color on #514648 background.


White color preview on #514648 background

This text has white color on #514648 background.