COLOR #514265

HEX: #514265
RGB: (81,66,101)

Color info

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

RGB color model

#514265 color RGB value is (81,66,101).

  • red value is 81;
  • green value is 66;
  • blue value is 101.
RGB:
(81,66,101)
(32%,26%,40%)

RGB channels and saturation

R 81 of 255 = 32%
G 66 of 255 = 26%
B 101 of 255 = 40%

81
66
101

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

Portions of RGB colors in percentages

R + G + B =
81 + 66 + 101 = 248 (100%)
R 81 of 248 ~ 32.66%
G 66 of 248 ~ 26.61%
B 101 of 248 ~ 40.73%

%32.66
%26.61
%40.73

CMYK color model

#514265 color CMYK value is (20,35,0,60).

  • cyan value is 19.80%
  • magenta value is 34.65%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(20,35,0,60)
C20M35Y0K60 
(20%,35%,0%,60%)
(0.20/0.35/0.00/0.60)	

CMYK percentages

%19.8
%34.65
%0
%60.39

Codes

Color #514265 in popluar color models

514265
RGB8166101
HSL266°20.96%32.75%
HSB/HSV266°34.65%39.61%
CMYK19.80%34.65%0.00%
60.39%

Color #514265 in popluar number systems.

HEX514265
Decimal8166101
Binary101000110000101100101
Octal121102145

Shades and tints

Shades of #514265

#514265
(81,66,101)
#4A3C5C
(74,60,92)
#433653
(67,54,83)
#3C304A
(60,48,74)
#352A41
(53,42,65)
#2E2438
(46,36,56)
#271E2F
(39,30,47)
#201826
(32,24,38)
#19121D
(25,18,29)
#120C14
(18,12,20)
#0B060B
(11,6,11)
#000000
(0,0,0)

Tints of #514265

#514265
(81,66,101)
#605373
(96,83,115)
#6F6481
(111,100,129)
#7E758F
(126,117,143)
#8D869D
(141,134,157)
#9C97AB
(156,151,171)
#ABA8B9
(171,168,185)
#BAB9C7
(186,185,199)
#C9CAD5
(201,202,213)
#D8DBE3
(216,219,227)
#E7ECF1
(231,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514265 color. Also use rgb(81,66,101) instead hex code.

Text Font Color

.myTextColor { color: #514265; }

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

This text font color is #514265.


Background Color

.myBgColor { background-color: #514265; }

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

This div background color is #514265.


Border color

.myBorderColor { border: 1px solid #514265; }

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

This div border color is #514265.


Opacity

.myOpacity80 { color: #514265; opacity: 0.8; }

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

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

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

This text has shadow with #514265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514265 on black background.


Color preview on white background

This text has color #514265 on white background.



Black color preview on #514265 background

This text has black color on #514265 background.


White color preview on #514265 background

This text has white color on #514265 background.