COLOR #514F52

HEX: #514F52
RGB: (81,79,82)

Color info

#514F52 contains red, green and blue colors in about the same proportion. Web safe color of #514F52 is #666666 (or #666).

RGB color model

#514F52 color RGB value is (81,79,82).

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

RGB channels and saturation

R 81 of 255 = 32%
G 79 of 255 = 31%
B 82 of 255 = 32%

81
79
82

R + G + B ~ 32%. #514F52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 79 + 82 = 242 (100%)
R 81 of 242 ~ 33.47%
G 79 of 242 ~ 32.64%
B 82 of 242 ~ 33.88%

%33.47
%32.64
%33.88

CMYK color model

#514F52 color CMYK value is (1,4,0,68).

  • cyan value is 1.22%
  • magenta value is 3.66%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(1,4,0,68)
C1M4Y0K68 
(1%,4%,0%,68%)
(0.01/0.04/0.00/0.68)	

CMYK percentages

%1.22
%3.66
%0
%67.84

Codes

Color #514F52 in popluar color models

514F52
RGB817982
HSL280°1.86%31.57%
HSB/HSV280°3.66%32.16%
CMYK1.22%3.66%0.00%
67.84%

Color #514F52 in popluar number systems.

HEX514F52
Decimal817982
Binary101000110011111010010
Octal121117122

Shades and tints

Shades of #514F52

#514F52
(81,79,82)
#4A484B
(74,72,75)
#434144
(67,65,68)
#3C3A3D
(60,58,61)
#353336
(53,51,54)
#2E2C2F
(46,44,47)
#272528
(39,37,40)
#201E21
(32,30,33)
#19171A
(25,23,26)
#121013
(18,16,19)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #514F52

#514F52
(81,79,82)
#605F61
(96,95,97)
#6F6F70
(111,111,112)
#7E7F7F
(126,127,127)
#8D8F8E
(141,143,142)
#9C9F9D
(156,159,157)
#ABAFAC
(171,175,172)
#BABFBB
(186,191,187)
#C9CFCA
(201,207,202)
#D8DFD9
(216,223,217)
#E7EFE8
(231,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514F52; }

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

This text font color is #514F52.


Background Color

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

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

This div background color is #514F52.


Border color

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

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

This div border color is #514F52.


Opacity

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

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

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

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

This text has shadow with #514F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514F52 on black background.


Color preview on white background

This text has color #514F52 on white background.



Black color preview on #514F52 background

This text has black color on #514F52 background.


White color preview on #514F52 background

This text has white color on #514F52 background.