COLOR #514354

HEX: #514354
RGB: (81,67,84)

Color info

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

RGB color model

#514354 color RGB value is (81,67,84).

  • red value is 81;
  • green value is 67;
  • blue value is 84.
RGB:
(81,67,84)
(32%,26%,33%)

RGB channels and saturation

R 81 of 255 = 32%
G 67 of 255 = 26%
B 84 of 255 = 33%

81
67
84

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

Portions of RGB colors in percentages

R + G + B =
81 + 67 + 84 = 232 (100%)
R 81 of 232 ~ 34.91%
G 67 of 232 ~ 28.88%
B 84 of 232 ~ 36.21%

%34.91
%28.88
%36.21

CMYK color model

#514354 color CMYK value is (4,20,0,67).

  • cyan value is 3.57%
  • magenta value is 20.24%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(4,20,0,67)
C4M20Y0K67 
(4%,20%,0%,67%)
(0.04/0.20/0.00/0.67)	

CMYK percentages

%3.57
%20.24
%0
%67.06

Codes

Color #514354 in popluar color models

514354
RGB816784
HSL289°11.26%29.61%
HSB/HSV289°20.24%32.94%
CMYK3.57%20.24%0.00%
67.06%

Color #514354 in popluar number systems.

HEX514354
Decimal816784
Binary101000110000111010100
Octal121103124

Shades and tints

Shades of #514354

#514354
(81,67,84)
#4A3D4D
(74,61,77)
#433746
(67,55,70)
#3C313F
(60,49,63)
#352B38
(53,43,56)
#2E2531
(46,37,49)
#271F2A
(39,31,42)
#201923
(32,25,35)
#19131C
(25,19,28)
#120D15
(18,13,21)
#0B070E
(11,7,14)
#000000
(0,0,0)

Tints of #514354

#514354
(81,67,84)
#605463
(96,84,99)
#6F6572
(111,101,114)
#7E7681
(126,118,129)
#8D8790
(141,135,144)
#9C989F
(156,152,159)
#ABA9AE
(171,169,174)
#BABABD
(186,186,189)
#C9CBCC
(201,203,204)
#D8DCDB
(216,220,219)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514354; }

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

This text font color is #514354.


Background Color

.myBgColor { background-color: #514354; }

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

This div background color is #514354.


Border color

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

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

This div border color is #514354.


Opacity

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

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

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

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

This text has shadow with #514354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514354 on black background.


Color preview on white background

This text has color #514354 on white background.



Black color preview on #514354 background

This text has black color on #514354 background.


White color preview on #514354 background

This text has white color on #514354 background.