COLOR #514361

HEX: #514361
RGB: (81,67,97)

Color info

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

RGB color model

#514361 color RGB value is (81,67,97).

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

RGB channels and saturation

R 81 of 255 = 32%
G 67 of 255 = 26%
B 97 of 255 = 38%

81
67
97

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

Portions of RGB colors in percentages

R + G + B =
81 + 67 + 97 = 245 (100%)
R 81 of 245 ~ 33.06%
G 67 of 245 ~ 27.35%
B 97 of 245 ~ 39.59%

%33.06
%27.35
%39.59

CMYK color model

#514361 color CMYK value is (16,31,0,62).

  • cyan value is 16.49%
  • magenta value is 30.93%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(16,31,0,62)
C16M31Y0K62 
(16%,31%,0%,62%)
(0.16/0.31/0.00/0.62)	

CMYK percentages

%16.49
%30.93
%0
%61.96

Codes

Color #514361 in popluar color models

514361
RGB816797
HSL268°18.29%32.16%
HSB/HSV268°30.93%38.04%
CMYK16.49%30.93%0.00%
61.96%

Color #514361 in popluar number systems.

HEX514361
Decimal816797
Binary101000110000111100001
Octal121103141

Shades and tints

Shades of #514361

#514361
(81,67,97)
#4A3D59
(74,61,89)
#433751
(67,55,81)
#3C3149
(60,49,73)
#352B41
(53,43,65)
#2E2539
(46,37,57)
#271F31
(39,31,49)
#201929
(32,25,41)
#191321
(25,19,33)
#120D19
(18,13,25)
#0B0711
(11,7,17)
#000000
(0,0,0)

Tints of #514361

#514361
(81,67,97)
#60546F
(96,84,111)
#6F657D
(111,101,125)
#7E768B
(126,118,139)
#8D8799
(141,135,153)
#9C98A7
(156,152,167)
#ABA9B5
(171,169,181)
#BABAC3
(186,186,195)
#C9CBD1
(201,203,209)
#D8DCDF
(216,220,223)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514361; }

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

This text font color is #514361.


Background Color

.myBgColor { background-color: #514361; }

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

This div background color is #514361.


Border color

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

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

This div border color is #514361.


Opacity

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

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

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

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

This text has shadow with #514361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514361 on black background.


Color preview on white background

This text has color #514361 on white background.



Black color preview on #514361 background

This text has black color on #514361 background.


White color preview on #514361 background

This text has white color on #514361 background.