COLOR #514958

HEX: #514958
RGB: (81,73,88)

Color info

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

RGB color model

#514958 color RGB value is (81,73,88).

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

RGB channels and saturation

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

81
73
88

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

Portions of RGB colors in percentages

R + G + B =
81 + 73 + 88 = 242 (100%)
R 81 of 242 ~ 33.47%
G 73 of 242 ~ 30.17%
B 88 of 242 ~ 36.36%

%33.47
%30.17
%36.36

CMYK color model

#514958 color CMYK value is (8,17,0,65).

  • cyan value is 7.95%
  • magenta value is 17.05%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(8,17,0,65)
C8M17Y0K65 
(8%,17%,0%,65%)
(0.08/0.17/0.00/0.65)	

CMYK percentages

%7.95
%17.05
%0
%65.49

Codes

Color #514958 in popluar color models

514958
RGB817388
HSL272°9.32%31.57%
HSB/HSV272°17.05%34.51%
CMYK7.95%17.05%0.00%
65.49%

Color #514958 in popluar number systems.

HEX514958
Decimal817388
Binary101000110010011011000
Octal121111130

Shades and tints

Shades of #514958

#514958
(81,73,88)
#4A4350
(74,67,80)
#433D48
(67,61,72)
#3C3740
(60,55,64)
#353138
(53,49,56)
#2E2B30
(46,43,48)
#272528
(39,37,40)
#201F20
(32,31,32)
#191918
(25,25,24)
#121310
(18,19,16)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #514958

#514958
(81,73,88)
#605967
(96,89,103)
#6F6976
(111,105,118)
#7E7985
(126,121,133)
#8D8994
(141,137,148)
#9C99A3
(156,153,163)
#ABA9B2
(171,169,178)
#BAB9C1
(186,185,193)
#C9C9D0
(201,201,208)
#D8D9DF
(216,217,223)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514958; }

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

This text font color is #514958.


Background Color

.myBgColor { background-color: #514958; }

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

This div background color is #514958.


Border color

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

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

This div border color is #514958.


Opacity

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

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

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

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

This text has shadow with #514958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514958 on black background.


Color preview on white background

This text has color #514958 on white background.



Black color preview on #514958 background

This text has black color on #514958 background.


White color preview on #514958 background

This text has white color on #514958 background.