COLOR #514661

HEX: #514661
RGB: (81,70,97)

Color info

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

RGB color model

#514661 color RGB value is (81,70,97).

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

RGB channels and saturation

R 81 of 255 = 32%
G 70 of 255 = 27%
B 97 of 255 = 38%

81
70
97

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

Portions of RGB colors in percentages

R + G + B =
81 + 70 + 97 = 248 (100%)
R 81 of 248 ~ 32.66%
G 70 of 248 ~ 28.23%
B 97 of 248 ~ 39.11%

%32.66
%28.23
%39.11

CMYK color model

#514661 color CMYK value is (16,28,0,62).

  • cyan value is 16.49%
  • magenta value is 27.84%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(16,28,0,62)
C16M28Y0K62 
(16%,28%,0%,62%)
(0.16/0.28/0.00/0.62)	

CMYK percentages

%16.49
%27.84
%0
%61.96

Codes

Color #514661 in popluar color models

514661
RGB817097
HSL264°16.17%32.75%
HSB/HSV264°27.84%38.04%
CMYK16.49%27.84%0.00%
61.96%

Color #514661 in popluar number systems.

HEX514661
Decimal817097
Binary101000110001101100001
Octal121106141

Shades and tints

Shades of #514661

#514661
(81,70,97)
#4A4059
(74,64,89)
#433A51
(67,58,81)
#3C3449
(60,52,73)
#352E41
(53,46,65)
#2E2839
(46,40,57)
#272231
(39,34,49)
#201C29
(32,28,41)
#191621
(25,22,33)
#121019
(18,16,25)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #514661

#514661
(81,70,97)
#60566F
(96,86,111)
#6F667D
(111,102,125)
#7E768B
(126,118,139)
#8D8699
(141,134,153)
#9C96A7
(156,150,167)
#ABA6B5
(171,166,181)
#BAB6C3
(186,182,195)
#C9C6D1
(201,198,209)
#D8D6DF
(216,214,223)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514661; }

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

This text font color is #514661.


Background Color

.myBgColor { background-color: #514661; }

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

This div background color is #514661.


Border color

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

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

This div border color is #514661.


Opacity

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

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

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

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

This text has shadow with #514661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514661 on black background.


Color preview on white background

This text has color #514661 on white background.



Black color preview on #514661 background

This text has black color on #514661 background.


White color preview on #514661 background

This text has white color on #514661 background.