COLOR #514762

HEX: #514762
RGB: (81,71,98)

Color info

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

RGB color model

#514762 color RGB value is (81,71,98).

  • red value is 81;
  • green value is 71;
  • blue value is 98.
RGB:
(81,71,98)
(32%,28%,38%)

RGB channels and saturation

R 81 of 255 = 32%
G 71 of 255 = 28%
B 98 of 255 = 38%

81
71
98

R + G + B ~ 33%. #514762 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 71 + 98 = 250 (100%)
R 81 of 250 ~ 32.4%
G 71 of 250 ~ 28.4%
B 98 of 250 ~ 39.2%

%32.4
%28.4
%39.2

CMYK color model

#514762 color CMYK value is (17,28,0,62).

  • cyan value is 17.35%
  • magenta value is 27.55%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(17,28,0,62)
C17M28Y0K62 
(17%,28%,0%,62%)
(0.17/0.28/0.00/0.62)	

CMYK percentages

%17.35
%27.55
%0
%61.57

Codes

Color #514762 in popluar color models

514762
RGB817198
HSL262°15.98%33.14%
HSB/HSV262°27.55%38.43%
CMYK17.35%27.55%0.00%
61.57%

Color #514762 in popluar number systems.

HEX514762
Decimal817198
Binary101000110001111100010
Octal121107142

Shades and tints

Shades of #514762

#514762
(81,71,98)
#4A415A
(74,65,90)
#433B52
(67,59,82)
#3C354A
(60,53,74)
#352F42
(53,47,66)
#2E293A
(46,41,58)
#272332
(39,35,50)
#201D2A
(32,29,42)
#191722
(25,23,34)
#12111A
(18,17,26)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #514762

#514762
(81,71,98)
#605770
(96,87,112)
#6F677E
(111,103,126)
#7E778C
(126,119,140)
#8D879A
(141,135,154)
#9C97A8
(156,151,168)
#ABA7B6
(171,167,182)
#BAB7C4
(186,183,196)
#C9C7D2
(201,199,210)
#D8D7E0
(216,215,224)
#E7E7EE
(231,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514762 color. Also use rgb(81,71,98) instead hex code.

Text Font Color

.myTextColor { color: #514762; }

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

This text font color is #514762.


Background Color

.myBgColor { background-color: #514762; }

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

This div background color is #514762.


Border color

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

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

This div border color is #514762.


Opacity

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

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

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

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

This text has shadow with #514762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514762 on black background.


Color preview on white background

This text has color #514762 on white background.



Black color preview on #514762 background

This text has black color on #514762 background.


White color preview on #514762 background

This text has white color on #514762 background.