COLOR #514C6C

HEX: #514C6C RGB: (81,76,108)

Color info

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

RGB color model

#514C6C color RGB value is (81,76,108).

RGB: (81,76,108) (32%, 30%, 42%)

RGB channels and saturation

R 81 of 255 = 32%
G 76 of 255 = 30%
B 108 of 255 = 42%

81
76
108

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

Portions of RGB colors in percentages

R + G + B = 81 + 76 + 108 = 265 (100%)
R 81 of 265 ~ 30.57%
G 76 of 265 ~ 28.68%
B 108 of 265 ~ 40.75'%

%30.57
%28.68
%40.75

CMYK color model

#514C6C color CMYK value is (25,30,0,58).

  • cyan value is 25.00%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (25,30,0,58)
C25M30Y0K58 (25%, 30%, 0%, 58%)
(0.25 / 0.30 / 0.00 / 0.58)

CMYK percentages

%25
%29.63
%0
%57.65

Codes

Color #514C6C in popluar color models

51 4C 6C
RGB 81 76 108
HSL 249° 17.39% 36.08%
HSB/HSV 249° 29.63% 42.35%
CMYK 25.00% 29.63% 0.00%
57.65%

Color #514C6C in popluar number systems.

HEX 51 4C 6C
Decimal 81 76 108
Binary 1010001 1001100 1101100
Octal 121 114 154

Shades and tints

Shades of #514C6C

#514C6C
(81,76,108)
#4A4663
(74,70,99)
#43405A
(67,64,90)
#3C3A51
(60,58,81)
#353448
(53,52,72)
#2E2E3F
(46,46,63)
#272836
(39,40,54)
#20222D
(32,34,45)
#191C24
(25,28,36)
#12161B
(18,22,27)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #514C6C

#514C6C
(81,76,108)
#605C79
(96,92,121)
#6F6C86
(111,108,134)
#7E7C93
(126,124,147)
#8D8CA0
(141,140,160)
#9C9CAD
(156,156,173)
#ABACBA
(171,172,186)
#BABCC7
(186,188,199)
#C9CCD4
(201,204,212)
#D8DCE1
(216,220,225)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514C6C; }

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

This text font color is #514C6C.

Background Color

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

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

This div background color is #514C6C.

Border color

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

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

This div border color is #514C6C.

Opacity

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

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

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

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

This text has shadow with #514C6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #514C6C.

Preview

Color preview on black background

This text has color #514C6C on black background.


Color preview on white background

This text has color #514C6C on white background.


Black color preview on #514C6C background

This text has black color on #514C6C background.


White color preview on #514C6C background

This text has white color on #514C6C background.


Related colors

Complementary color

Complementary color for #hex is #AEB393.


I love getcolorcode.com

Triadic colors

1 #6C514C and #4C6C51 with #514C6C are triadic colors.

2 #6C4C51 and #4C516C with #514C6C are triadic colors.