COLOR #514C7D

HEX: #514C7D
RGB: (81,76,125)

Color info

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

RGB color model

#514C7D color RGB value is (81,76,125).

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

RGB channels and saturation

R 81 of 255 = 32%
G 76 of 255 = 30%
B 125 of 255 = 49%

81
76
125

R + G + B ~ 37%. #514C7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 76 + 125 = 282 (100%)
R 81 of 282 ~ 28.72%
G 76 of 282 ~ 26.95%
B 125 of 282 ~ 44.33%

%28.72
%26.95
%44.33

CMYK color model

#514C7D color CMYK value is (35,39,0,51).

  • cyan value is 35.20%
  • magenta value is 39.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK: (35,39,0,51) C35M39Y0K51 (35%,39%,0%,51%) (0.35/0.39/0.00/0.51)

CMYK percentages

%35.2
%39.2
%0
%50.98

Codes

Color #514C7D in popluar color models

514C7D
RGB8176125
HSL246°24.38%39.41%
HSB/HSV246°39.20%49.02%
CMYK35.20%39.20%0.00%
50.98%

Color #514C7D in popluar number systems.

HEX514C7D
Decimal8176125
Binary101000110011001111101
Octal121114175

Shades and tints

Shades of #514C7D

#514C7D
(81,76,125)
#4A4672
(74,70,114)
#434067
(67,64,103)
#3C3A5C
(60,58,92)
#353451
(53,52,81)
#2E2E46
(46,46,70)
#27283B
(39,40,59)
#202230
(32,34,48)
#191C25
(25,28,37)
#12161A
(18,22,26)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #514C7D

#514C7D
(81,76,125)
#605C88
(96,92,136)
#6F6C93
(111,108,147)
#7E7C9E
(126,124,158)
#8D8CA9
(141,140,169)
#9C9CB4
(156,156,180)
#ABACBF
(171,172,191)
#BABCCA
(186,188,202)
#C9CCD5
(201,204,213)
#D8DCE0
(216,220,224)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514C7D; }

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

This text font color is #514C7D.


Background Color

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

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

This div background color is #514C7D.


Border color

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

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

This div border color is #514C7D.


Opacity

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

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

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

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

This text has shadow with #514C7D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #514C7D on black background.


Color preview on white background

This text has color #514C7D on white background.



Black color preview on #514C7D background

This text has black color on #514C7D background.


White color preview on #514C7D background

This text has white color on #514C7D background.