COLOR #514B7B

HEX: #514B7B RGB: (81,75,123)

Color info

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

RGB color model

#514B7B color RGB value is (81,75,123).

RGB: (81,75,123) (32%, 29%, 48%)

RGB channels and saturation

R 81 of 255 = 32%
G 75 of 255 = 29%
B 123 of 255 = 48%

81
75
123

R + G + B ~ 36%. #514B7B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 75 + 123 = 279 (100%)
R 81 of 279 ~ 29.03%
G 75 of 279 ~ 26.88%
B 123 of 279 ~ 44.09'%

%29.03
%26.88
%44.09

CMYK color model

#514B7B color CMYK value is (34,39,0,52).

  • cyan value is 34.15%
  • magenta value is 39.02%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (34,39,0,52)
C34M39Y0K52 (34%, 39%, 0%, 52%)
(0.34 / 0.39 / 0.00 / 0.52)

CMYK percentages

%34.15
%39.02
%0
%51.76

Codes

Color #514B7B in popluar color models

51 4B 7B
RGB 81 75 123
HSL 248° 24.24% 38.82%
HSB/HSV 248° 39.02% 48.24%
CMYK 34.15% 39.02% 0.00%
51.76%

Color #514B7B in popluar number systems.

HEX 51 4B 7B
Decimal 81 75 123
Binary 1010001 1001011 1111011
Octal 121 113 173

Shades and tints

Shades of #514B7B

#514B7B
(81,75,123)
#4A4570
(74,69,112)
#433F65
(67,63,101)
#3C395A
(60,57,90)
#35334F
(53,51,79)
#2E2D44
(46,45,68)
#272739
(39,39,57)
#20212E
(32,33,46)
#191B23
(25,27,35)
#121518
(18,21,24)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #514B7B

#514B7B
(81,75,123)
#605B87
(96,91,135)
#6F6B93
(111,107,147)
#7E7B9F
(126,123,159)
#8D8BAB
(141,139,171)
#9C9BB7
(156,155,183)
#ABABC3
(171,171,195)
#BABBCF
(186,187,207)
#C9CBDB
(201,203,219)
#D8DBE7
(216,219,231)
#E7EBF3
(231,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514B7B color. Also use rgb(81,75,123) instead hex code.

Text Font Color

.myTextColor { color: #514B7B; }

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

This text font color is #514B7B.

Background Color

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

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

This div background color is #514B7B.

Border color

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

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

This div border color is #514B7B.

Opacity

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

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

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

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

This text has shadow with #514B7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #514B7B.

Preview

Color preview on black background

This text has color #514B7B on black background.


Color preview on white background

This text has color #514B7B on white background.


Black color preview on #514B7B background

This text has black color on #514B7B background.


White color preview on #514B7B background

This text has white color on #514B7B background.


Related colors

Complementary color

Complementary color for #hex is #AEB484.


I love getcolorcode.com

Triadic colors

1 #7B514B and #4B7B51 with #514B7B are triadic colors.

2 #7B4B51 and #4B517B with #514B7B are triadic colors.