COLOR #514C6F

HEX: #514C6F
RGB: (81,76,111)

Color info

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

RGB color model

#514C6F color RGB value is (81,76,111).

  • red value is 81;
  • green value is 76;
  • blue value is 111.
RGB:
(81,76,111)
(32%,30%,44%)

RGB channels and saturation

R 81 of 255 = 32%
G 76 of 255 = 30%
B 111 of 255 = 44%

81
76
111

R + G + B ~ 35%. #514C6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 76 + 111 = 268 (100%)
R 81 of 268 ~ 30.22%
G 76 of 268 ~ 28.36%
B 111 of 268 ~ 41.42%

%30.22
%28.36
%41.42

CMYK color model

#514C6F color CMYK value is (27,32,0,56).

  • cyan value is 27.03%
  • magenta value is 31.53%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(27,32,0,56)
C27M32Y0K56 
(27%,32%,0%,56%)
(0.27/0.32/0.00/0.56)	

CMYK percentages

%27.03
%31.53
%0
%56.47

Codes

Color #514C6F in popluar color models

514C6F
RGB8176111
HSL249°18.72%36.67%
HSB/HSV249°31.53%43.53%
CMYK27.03%31.53%0.00%
56.47%

Color #514C6F in popluar number systems.

HEX514C6F
Decimal8176111
Binary101000110011001101111
Octal121114157

Shades and tints

Shades of #514C6F

#514C6F
(81,76,111)
#4A4665
(74,70,101)
#43405B
(67,64,91)
#3C3A51
(60,58,81)
#353447
(53,52,71)
#2E2E3D
(46,46,61)
#272833
(39,40,51)
#202229
(32,34,41)
#191C1F
(25,28,31)
#121615
(18,22,21)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #514C6F

#514C6F
(81,76,111)
#605C7C
(96,92,124)
#6F6C89
(111,108,137)
#7E7C96
(126,124,150)
#8D8CA3
(141,140,163)
#9C9CB0
(156,156,176)
#ABACBD
(171,172,189)
#BABCCA
(186,188,202)
#C9CCD7
(201,204,215)
#D8DCE4
(216,220,228)
#E7ECF1
(231,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514C6F color. Also use rgb(81,76,111) instead hex code.

Text Font Color

.myTextColor { color: #514C6F; }

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

This text font color is #514C6F.


Background Color

.myBgColor { background-color: #514C6F; }

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

This div background color is #514C6F.


Border color

.myBorderColor { border: 1px solid #514C6F; }

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

This div border color is #514C6F.


Opacity

.myOpacity80 { color: #514C6F; opacity: 0.8; }

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

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

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

This text has shadow with #514C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514C6F on black background.


Color preview on white background

This text has color #514C6F on white background.



Black color preview on #514C6F background

This text has black color on #514C6F background.


White color preview on #514C6F background

This text has white color on #514C6F background.