COLOR #514F67

HEX: #514F67
RGB: (81,79,103)

Color info

#514F67 contains red, green and blue colors in about the same proportion. Web safe color of #514F67 is #666666 (or #666).

RGB color model

#514F67 color RGB value is (81,79,103).

  • red value is 81;
  • green value is 79;
  • blue value is 103.
RGB:
(81,79,103)
(32%,31%,40%)

RGB channels and saturation

R 81 of 255 = 32%
G 79 of 255 = 31%
B 103 of 255 = 40%

81
79
103

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

Portions of RGB colors in percentages

R + G + B =
81 + 79 + 103 = 263 (100%)
R 81 of 263 ~ 30.8%
G 79 of 263 ~ 30.04%
B 103 of 263 ~ 39.16%

%30.8
%30.04
%39.16

CMYK color model

#514F67 color CMYK value is (21,23,0,60).

  • cyan value is 21.36%
  • magenta value is 23.30%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(21,23,0,60)
C21M23Y0K60 
(21%,23%,0%,60%)
(0.21/0.23/0.00/0.60)	

CMYK percentages

%21.36
%23.3
%0
%59.61

Codes

Color #514F67 in popluar color models

514F67
RGB8179103
HSL245°13.19%35.69%
HSB/HSV245°23.30%40.39%
CMYK21.36%23.30%0.00%
59.61%

Color #514F67 in popluar number systems.

HEX514F67
Decimal8179103
Binary101000110011111100111
Octal121117147

Shades and tints

Shades of #514F67

#514F67
(81,79,103)
#4A485E
(74,72,94)
#434155
(67,65,85)
#3C3A4C
(60,58,76)
#353343
(53,51,67)
#2E2C3A
(46,44,58)
#272531
(39,37,49)
#201E28
(32,30,40)
#19171F
(25,23,31)
#121016
(18,16,22)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #514F67

#514F67
(81,79,103)
#605F74
(96,95,116)
#6F6F81
(111,111,129)
#7E7F8E
(126,127,142)
#8D8F9B
(141,143,155)
#9C9FA8
(156,159,168)
#ABAFB5
(171,175,181)
#BABFC2
(186,191,194)
#C9CFCF
(201,207,207)
#D8DFDC
(216,223,220)
#E7EFE9
(231,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514F67 color. Also use rgb(81,79,103) instead hex code.

Text Font Color

.myTextColor { color: #514F67; }

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

This text font color is #514F67.


Background Color

.myBgColor { background-color: #514F67; }

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

This div background color is #514F67.


Border color

.myBorderColor { border: 1px solid #514F67; }

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

This div border color is #514F67.


Opacity

.myOpacity80 { color: #514F67; opacity: 0.8; }

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

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

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

This text has shadow with #514F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514F67 on black background.


Color preview on white background

This text has color #514F67 on white background.



Black color preview on #514F67 background

This text has black color on #514F67 background.


White color preview on #514F67 background

This text has white color on #514F67 background.