COLOR #514172

HEX: #514172
RGB: (81,65,114)

Color info

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

RGB color model

#514172 color RGB value is (81,65,114).

  • red value is 81;
  • green value is 65;
  • blue value is 114.
RGB:
(81,65,114)
(32%,25%,45%)

RGB channels and saturation

R 81 of 255 = 32%
G 65 of 255 = 25%
B 114 of 255 = 45%

81
65
114

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

Portions of RGB colors in percentages

R + G + B =
81 + 65 + 114 = 260 (100%)
R 81 of 260 ~ 31.15%
G 65 of 260 ~ 25%
B 114 of 260 ~ 43.85%

%31.15
%25
%43.85

CMYK color model

#514172 color CMYK value is (29,43,0,55).

  • cyan value is 28.95%
  • magenta value is 42.98%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(29,43,0,55)
C29M43Y0K55 
(29%,43%,0%,55%)
(0.29/0.43/0.00/0.55)	

CMYK percentages

%28.95
%42.98
%0
%55.29

Codes

Color #514172 in popluar color models

514172
RGB8165114
HSL260°27.37%35.10%
HSB/HSV260°42.98%44.71%
CMYK28.95%42.98%0.00%
55.29%

Color #514172 in popluar number systems.

HEX514172
Decimal8165114
Binary101000110000011110010
Octal121101162

Shades and tints

Shades of #514172

#514172
(81,65,114)
#4A3C68
(74,60,104)
#43375E
(67,55,94)
#3C3254
(60,50,84)
#352D4A
(53,45,74)
#2E2840
(46,40,64)
#272336
(39,35,54)
#201E2C
(32,30,44)
#191922
(25,25,34)
#121418
(18,20,24)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #514172

#514172
(81,65,114)
#60527E
(96,82,126)
#6F638A
(111,99,138)
#7E7496
(126,116,150)
#8D85A2
(141,133,162)
#9C96AE
(156,150,174)
#ABA7BA
(171,167,186)
#BAB8C6
(186,184,198)
#C9C9D2
(201,201,210)
#D8DADE
(216,218,222)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514172 color. Also use rgb(81,65,114) instead hex code.

Text Font Color

.myTextColor { color: #514172; }

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

This text font color is #514172.


Background Color

.myBgColor { background-color: #514172; }

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

This div background color is #514172.


Border color

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

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

This div border color is #514172.


Opacity

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

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

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

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

This text has shadow with #514172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514172 on black background.


Color preview on white background

This text has color #514172 on white background.



Black color preview on #514172 background

This text has black color on #514172 background.


White color preview on #514172 background

This text has white color on #514172 background.