COLOR #514654

HEX: #514654
RGB: (81,70,84)

Color info

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

RGB color model

#514654 color RGB value is (81,70,84).

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

RGB channels and saturation

R 81 of 255 = 32%
G 70 of 255 = 27%
B 84 of 255 = 33%

81
70
84

R + G + B ~ 31%. #514654 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 70 + 84 = 235 (100%)
R 81 of 235 ~ 34.47%
G 70 of 235 ~ 29.79%
B 84 of 235 ~ 35.74%

%34.47
%29.79
%35.74

CMYK color model

#514654 color CMYK value is (4,17,0,67).

  • cyan value is 3.57%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(4,17,0,67)
C4M17Y0K67 
(4%,17%,0%,67%)
(0.04/0.17/0.00/0.67)	

CMYK percentages

%3.57
%16.67
%0
%67.06

Codes

Color #514654 in popluar color models

514654
RGB817084
HSL287°9.09%30.20%
HSB/HSV287°16.67%32.94%
CMYK3.57%16.67%0.00%
67.06%

Color #514654 in popluar number systems.

HEX514654
Decimal817084
Binary101000110001101010100
Octal121106124

Shades and tints

Shades of #514654

#514654
(81,70,84)
#4A404D
(74,64,77)
#433A46
(67,58,70)
#3C343F
(60,52,63)
#352E38
(53,46,56)
#2E2831
(46,40,49)
#27222A
(39,34,42)
#201C23
(32,28,35)
#19161C
(25,22,28)
#121015
(18,16,21)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #514654

#514654
(81,70,84)
#605663
(96,86,99)
#6F6672
(111,102,114)
#7E7681
(126,118,129)
#8D8690
(141,134,144)
#9C969F
(156,150,159)
#ABA6AE
(171,166,174)
#BAB6BD
(186,182,189)
#C9C6CC
(201,198,204)
#D8D6DB
(216,214,219)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514654; }

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

This text font color is #514654.


Background Color

.myBgColor { background-color: #514654; }

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

This div background color is #514654.


Border color

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

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

This div border color is #514654.


Opacity

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

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

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

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

This text has shadow with #514654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514654 on black background.


Color preview on white background

This text has color #514654 on white background.



Black color preview on #514654 background

This text has black color on #514654 background.


White color preview on #514654 background

This text has white color on #514654 background.