COLOR #514C5C

HEX: #514C5C
RGB: (81,76,92)

Color info

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

RGB color model

#514C5C color RGB value is (81,76,92).

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

RGB channels and saturation

R 81 of 255 = 32%
G 76 of 255 = 30%
B 92 of 255 = 36%

81
76
92

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

Portions of RGB colors in percentages

R + G + B =
81 + 76 + 92 = 249 (100%)
R 81 of 249 ~ 32.53%
G 76 of 249 ~ 30.52%
B 92 of 249 ~ 36.95%

%32.53
%30.52
%36.95

CMYK color model

#514C5C color CMYK value is (12,17,0,64).

  • cyan value is 11.96%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(12,17,0,64)
C12M17Y0K64 
(12%,17%,0%,64%)
(0.12/0.17/0.00/0.64)	

CMYK percentages

%11.96
%17.39
%0
%63.92

Codes

Color #514C5C in popluar color models

514C5C
RGB817692
HSL259°9.52%32.94%
HSB/HSV259°17.39%36.08%
CMYK11.96%17.39%0.00%
63.92%

Color #514C5C in popluar number systems.

HEX514C5C
Decimal817692
Binary101000110011001011100
Octal121114134

Shades and tints

Shades of #514C5C

#514C5C
(81,76,92)
#4A4654
(74,70,84)
#43404C
(67,64,76)
#3C3A44
(60,58,68)
#35343C
(53,52,60)
#2E2E34
(46,46,52)
#27282C
(39,40,44)
#202224
(32,34,36)
#191C1C
(25,28,28)
#121614
(18,22,20)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #514C5C

#514C5C
(81,76,92)
#605C6A
(96,92,106)
#6F6C78
(111,108,120)
#7E7C86
(126,124,134)
#8D8C94
(141,140,148)
#9C9CA2
(156,156,162)
#ABACB0
(171,172,176)
#BABCBE
(186,188,190)
#C9CCCC
(201,204,204)
#D8DCDA
(216,220,218)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514C5C; }

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

This text font color is #514C5C.


Background Color

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

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

This div background color is #514C5C.


Border color

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

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

This div border color is #514C5C.


Opacity

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

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

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

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

This text has shadow with #514C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514C5C on black background.


Color preview on white background

This text has color #514C5C on white background.



Black color preview on #514C5C background

This text has black color on #514C5C background.


White color preview on #514C5C background

This text has white color on #514C5C background.