COLOR #514068

HEX: #514068
RGB: (81,64,104)

Color info

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

RGB color model

#514068 color RGB value is (81,64,104).

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

RGB channels and saturation

R 81 of 255 = 32%
G 64 of 255 = 25%
B 104 of 255 = 41%

81
64
104

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

Portions of RGB colors in percentages

R + G + B =
81 + 64 + 104 = 249 (100%)
R 81 of 249 ~ 32.53%
G 64 of 249 ~ 25.7%
B 104 of 249 ~ 41.77%

%32.53
%25.7
%41.77

CMYK color model

#514068 color CMYK value is (22,38,0,59).

  • cyan value is 22.12%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(22,38,0,59)
C22M38Y0K59 
(22%,38%,0%,59%)
(0.22/0.38/0.00/0.59)	

CMYK percentages

%22.12
%38.46
%0
%59.22

Codes

Color #514068 in popluar color models

514068
RGB8164104
HSL266°23.81%32.94%
HSB/HSV266°38.46%40.78%
CMYK22.12%38.46%0.00%
59.22%

Color #514068 in popluar number systems.

HEX514068
Decimal8164104
Binary101000110000001101000
Octal121100150

Shades and tints

Shades of #514068

#514068
(81,64,104)
#4A3B5F
(74,59,95)
#433656
(67,54,86)
#3C314D
(60,49,77)
#352C44
(53,44,68)
#2E273B
(46,39,59)
#272232
(39,34,50)
#201D29
(32,29,41)
#191820
(25,24,32)
#121317
(18,19,23)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #514068

#514068
(81,64,104)
#605175
(96,81,117)
#6F6282
(111,98,130)
#7E738F
(126,115,143)
#8D849C
(141,132,156)
#9C95A9
(156,149,169)
#ABA6B6
(171,166,182)
#BAB7C3
(186,183,195)
#C9C8D0
(201,200,208)
#D8D9DD
(216,217,221)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514068; }

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

This text font color is #514068.


Background Color

.myBgColor { background-color: #514068; }

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

This div background color is #514068.


Border color

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

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

This div border color is #514068.


Opacity

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

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

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

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

This text has shadow with #514068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514068 on black background.


Color preview on white background

This text has color #514068 on white background.



Black color preview on #514068 background

This text has black color on #514068 background.


White color preview on #514068 background

This text has white color on #514068 background.