COLOR #514956

HEX: #514956
RGB: (81,73,86)

Color info

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

RGB color model

#514956 color RGB value is (81,73,86).

  • red value is 81;
  • green value is 73;
  • blue value is 86.
RGB:
(81,73,86)
(32%,29%,34%)

RGB channels and saturation

R 81 of 255 = 32%
G 73 of 255 = 29%
B 86 of 255 = 34%

81
73
86

R + G + B ~ 32%. #514956 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 73 + 86 = 240 (100%)
R 81 of 240 ~ 33.75%
G 73 of 240 ~ 30.42%
B 86 of 240 ~ 35.83%

%33.75
%30.42
%35.83

CMYK color model

#514956 color CMYK value is (6,15,0,66).

  • cyan value is 5.81%
  • magenta value is 15.12%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(6,15,0,66)
C6M15Y0K66 
(6%,15%,0%,66%)
(0.06/0.15/0.00/0.66)	

CMYK percentages

%5.81
%15.12
%0
%66.27

Codes

Color #514956 in popluar color models

514956
RGB817386
HSL277°8.18%31.18%
HSB/HSV277°15.12%33.73%
CMYK5.81%15.12%0.00%
66.27%

Color #514956 in popluar number systems.

HEX514956
Decimal817386
Binary101000110010011010110
Octal121111126

Shades and tints

Shades of #514956

#514956
(81,73,86)
#4A434F
(74,67,79)
#433D48
(67,61,72)
#3C3741
(60,55,65)
#35313A
(53,49,58)
#2E2B33
(46,43,51)
#27252C
(39,37,44)
#201F25
(32,31,37)
#19191E
(25,25,30)
#121317
(18,19,23)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #514956

#514956
(81,73,86)
#605965
(96,89,101)
#6F6974
(111,105,116)
#7E7983
(126,121,131)
#8D8992
(141,137,146)
#9C99A1
(156,153,161)
#ABA9B0
(171,169,176)
#BAB9BF
(186,185,191)
#C9C9CE
(201,201,206)
#D8D9DD
(216,217,221)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514956; }

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

This text font color is #514956.


Background Color

.myBgColor { background-color: #514956; }

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

This div background color is #514956.


Border color

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

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

This div border color is #514956.


Opacity

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

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

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

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

This text has shadow with #514956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514956 on black background.


Color preview on white background

This text has color #514956 on white background.



Black color preview on #514956 background

This text has black color on #514956 background.


White color preview on #514956 background

This text has white color on #514956 background.