COLOR #514A6A

HEX: #514A6A
RGB: (81,74,106)

Color info

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

RGB color model

#514A6A color RGB value is (81,74,106).

  • red value is 81;
  • green value is 74;
  • blue value is 106.
RGB:
(81,74,106)
(32%,29%,42%)

RGB channels and saturation

R 81 of 255 = 32%
G 74 of 255 = 29%
B 106 of 255 = 42%

81
74
106

R + G + B ~ 34%. #514A6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 74 + 106 = 261 (100%)
R 81 of 261 ~ 31.03%
G 74 of 261 ~ 28.35%
B 106 of 261 ~ 40.61%

%31.03
%28.35
%40.61

CMYK color model

#514A6A color CMYK value is (24,30,0,58).

  • cyan value is 23.58%
  • magenta value is 30.19%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(24,30,0,58)
C24M30Y0K58 
(24%,30%,0%,58%)
(0.24/0.30/0.00/0.58)	

CMYK percentages

%23.58
%30.19
%0
%58.43

Codes

Color #514A6A in popluar color models

514A6A
RGB8174106
HSL253°17.78%35.29%
HSB/HSV253°30.19%41.57%
CMYK23.58%30.19%0.00%
58.43%

Color #514A6A in popluar number systems.

HEX514A6A
Decimal8174106
Binary101000110010101101010
Octal121112152

Shades and tints

Shades of #514A6A

#514A6A
(81,74,106)
#4A4461
(74,68,97)
#433E58
(67,62,88)
#3C384F
(60,56,79)
#353246
(53,50,70)
#2E2C3D
(46,44,61)
#272634
(39,38,52)
#20202B
(32,32,43)
#191A22
(25,26,34)
#121419
(18,20,25)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #514A6A

#514A6A
(81,74,106)
#605A77
(96,90,119)
#6F6A84
(111,106,132)
#7E7A91
(126,122,145)
#8D8A9E
(141,138,158)
#9C9AAB
(156,154,171)
#ABAAB8
(171,170,184)
#BABAC5
(186,186,197)
#C9CAD2
(201,202,210)
#D8DADF
(216,218,223)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514A6A color. Also use rgb(81,74,106) instead hex code.

Text Font Color

.myTextColor { color: #514A6A; }

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

This text font color is #514A6A.


Background Color

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

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

This div background color is #514A6A.


Border color

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

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

This div border color is #514A6A.


Opacity

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

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

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

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

This text has shadow with #514A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514A6A on black background.


Color preview on white background

This text has color #514A6A on white background.



Black color preview on #514A6A background

This text has black color on #514A6A background.


White color preview on #514A6A background

This text has white color on #514A6A background.