COLOR #514451

HEX: #514451
RGB: (81,68,81)

Color info

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

RGB color model

#514451 color RGB value is (81,68,81).

  • red value is 81;
  • green value is 68;
  • blue value is 81.
RGB:
(81,68,81)
(32%,27%,32%)

RGB channels and saturation

R 81 of 255 = 32%
G 68 of 255 = 27%
B 81 of 255 = 32%

81
68
81

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

Portions of RGB colors in percentages

R + G + B =
81 + 68 + 81 = 230 (100%)
R 81 of 230 ~ 35.22%
G 68 of 230 ~ 29.57%
B 81 of 230 ~ 35.22%

%35.22
%29.57
%35.22

CMYK color model

#514451 color CMYK value is (0,16,0,68).

  • cyan value is 0.00%
  • magenta value is 16.05%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(0,16,0,68)
C0M16Y0K68 
(0%,16%,0%,68%)
(0.00/0.16/0.00/0.68)	

CMYK percentages

%0
%16.05
%0
%68.24

Codes

Color #514451 in popluar color models

514451
RGB816881
HSL300°8.72%29.22%
HSB/HSV300°16.05%31.76%
CMYK0.00%16.05%0.00%
68.24%

Color #514451 in popluar number systems.

HEX514451
Decimal816881
Binary101000110001001010001
Octal121104121

Shades and tints

Shades of #514451

#514451
(81,68,81)
#4A3E4A
(74,62,74)
#433843
(67,56,67)
#3C323C
(60,50,60)
#352C35
(53,44,53)
#2E262E
(46,38,46)
#272027
(39,32,39)
#201A20
(32,26,32)
#191419
(25,20,25)
#120E12
(18,14,18)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #514451

#514451
(81,68,81)
#605560
(96,85,96)
#6F666F
(111,102,111)
#7E777E
(126,119,126)
#8D888D
(141,136,141)
#9C999C
(156,153,156)
#ABAAAB
(171,170,171)
#BABBBA
(186,187,186)
#C9CCC9
(201,204,201)
#D8DDD8
(216,221,216)
#E7EEE7
(231,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514451; }

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

This text font color is #514451.


Background Color

.myBgColor { background-color: #514451; }

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

This div background color is #514451.


Border color

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

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

This div border color is #514451.


Opacity

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

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

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

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

This text has shadow with #514451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514451 on black background.


Color preview on white background

This text has color #514451 on white background.



Black color preview on #514451 background

This text has black color on #514451 background.


White color preview on #514451 background

This text has white color on #514451 background.