COLOR #514957

HEX: #514957
RGB: (81,73,87)

Color info

#514957 contains red, green and blue colors in about the same proportion. Web safe color of #514957 is #663366 (or #636).

RGB color model

#514957 color RGB value is (81,73,87).

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

RGB channels and saturation

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

81
73
87

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

Portions of RGB colors in percentages

R + G + B =
81 + 73 + 87 = 241 (100%)
R 81 of 241 ~ 33.61%
G 73 of 241 ~ 30.29%
B 87 of 241 ~ 36.1%

%33.61
%30.29
%36.1

CMYK color model

#514957 color CMYK value is (7,16,0,66).

  • cyan value is 6.90%
  • magenta value is 16.09%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(7,16,0,66)
C7M16Y0K66 
(7%,16%,0%,66%)
(0.07/0.16/0.00/0.66)	

CMYK percentages

%6.9
%16.09
%0
%65.88

Codes

Color #514957 in popluar color models

514957
RGB817387
HSL274°8.75%31.37%
HSB/HSV274°16.09%34.12%
CMYK6.90%16.09%0.00%
65.88%

Color #514957 in popluar number systems.

HEX514957
Decimal817387
Binary101000110010011010111
Octal121111127

Shades and tints

Shades of #514957

#514957
(81,73,87)
#4A4350
(74,67,80)
#433D49
(67,61,73)
#3C3742
(60,55,66)
#35313B
(53,49,59)
#2E2B34
(46,43,52)
#27252D
(39,37,45)
#201F26
(32,31,38)
#19191F
(25,25,31)
#121318
(18,19,24)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #514957

#514957
(81,73,87)
#605966
(96,89,102)
#6F6975
(111,105,117)
#7E7984
(126,121,132)
#8D8993
(141,137,147)
#9C99A2
(156,153,162)
#ABA9B1
(171,169,177)
#BAB9C0
(186,185,192)
#C9C9CF
(201,201,207)
#D8D9DE
(216,217,222)
#E7E9ED
(231,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514957; }

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

This text font color is #514957.


Background Color

.myBgColor { background-color: #514957; }

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

This div background color is #514957.


Border color

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

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

This div border color is #514957.


Opacity

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

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

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

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

This text has shadow with #514957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514957 on black background.


Color preview on white background

This text has color #514957 on white background.



Black color preview on #514957 background

This text has black color on #514957 background.


White color preview on #514957 background

This text has white color on #514957 background.