COLOR #514053

HEX: #514053
RGB: (81,64,83)

Color info

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

RGB color model

#514053 color RGB value is (81,64,83).

  • red value is 81;
  • green value is 64;
  • blue value is 83.
RGB:
(81,64,83)
(32%,25%,33%)

RGB channels and saturation

R 81 of 255 = 32%
G 64 of 255 = 25%
B 83 of 255 = 33%

81
64
83

R + G + B ~ 30%. #514053 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 64 + 83 = 228 (100%)
R 81 of 228 ~ 35.53%
G 64 of 228 ~ 28.07%
B 83 of 228 ~ 36.4%

%35.53
%28.07
%36.4

CMYK color model

#514053 color CMYK value is (2,23,0,67).

  • cyan value is 2.41%
  • magenta value is 22.89%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(2,23,0,67)
C2M23Y0K67 
(2%,23%,0%,67%)
(0.02/0.23/0.00/0.67)	

CMYK percentages

%2.41
%22.89
%0
%67.45

Codes

Color #514053 in popluar color models

514053
RGB816483
HSL294°12.93%28.82%
HSB/HSV294°22.89%32.55%
CMYK2.41%22.89%0.00%
67.45%

Color #514053 in popluar number systems.

HEX514053
Decimal816483
Binary101000110000001010011
Octal121100123

Shades and tints

Shades of #514053

#514053
(81,64,83)
#4A3B4C
(74,59,76)
#433645
(67,54,69)
#3C313E
(60,49,62)
#352C37
(53,44,55)
#2E2730
(46,39,48)
#272229
(39,34,41)
#201D22
(32,29,34)
#19181B
(25,24,27)
#121314
(18,19,20)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #514053

#514053
(81,64,83)
#605162
(96,81,98)
#6F6271
(111,98,113)
#7E7380
(126,115,128)
#8D848F
(141,132,143)
#9C959E
(156,149,158)
#ABA6AD
(171,166,173)
#BAB7BC
(186,183,188)
#C9C8CB
(201,200,203)
#D8D9DA
(216,217,218)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514053 color. Also use rgb(81,64,83) instead hex code.

Text Font Color

.myTextColor { color: #514053; }

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

This text font color is #514053.


Background Color

.myBgColor { background-color: #514053; }

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

This div background color is #514053.


Border color

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

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

This div border color is #514053.


Opacity

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

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

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

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

This text has shadow with #514053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514053 on black background.


Color preview on white background

This text has color #514053 on white background.



Black color preview on #514053 background

This text has black color on #514053 background.


White color preview on #514053 background

This text has white color on #514053 background.