COLOR #514258

HEX: #514258
RGB: (81,66,88)

Color info

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

RGB color model

#514258 color RGB value is (81,66,88).

  • red value is 81;
  • green value is 66;
  • blue value is 88.
RGB:
(81,66,88)
(32%,26%,35%)

RGB channels and saturation

R 81 of 255 = 32%
G 66 of 255 = 26%
B 88 of 255 = 35%

81
66
88

R + G + B ~ 31%. #514258 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 66 + 88 = 235 (100%)
R 81 of 235 ~ 34.47%
G 66 of 235 ~ 28.09%
B 88 of 235 ~ 37.45%

%34.47
%28.09
%37.45

CMYK color model

#514258 color CMYK value is (8,25,0,65).

  • cyan value is 7.95%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(8,25,0,65)
C8M25Y0K65 
(8%,25%,0%,65%)
(0.08/0.25/0.00/0.65)	

CMYK percentages

%7.95
%25
%0
%65.49

Codes

Color #514258 in popluar color models

514258
RGB816688
HSL281°14.29%30.20%
HSB/HSV281°25.00%34.51%
CMYK7.95%25.00%0.00%
65.49%

Color #514258 in popluar number systems.

HEX514258
Decimal816688
Binary101000110000101011000
Octal121102130

Shades and tints

Shades of #514258

#514258
(81,66,88)
#4A3C50
(74,60,80)
#433648
(67,54,72)
#3C3040
(60,48,64)
#352A38
(53,42,56)
#2E2430
(46,36,48)
#271E28
(39,30,40)
#201820
(32,24,32)
#191218
(25,18,24)
#120C10
(18,12,16)
#0B0608
(11,6,8)
#000000
(0,0,0)

Tints of #514258

#514258
(81,66,88)
#605367
(96,83,103)
#6F6476
(111,100,118)
#7E7585
(126,117,133)
#8D8694
(141,134,148)
#9C97A3
(156,151,163)
#ABA8B2
(171,168,178)
#BAB9C1
(186,185,193)
#C9CAD0
(201,202,208)
#D8DBDF
(216,219,223)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514258; }

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

This text font color is #514258.


Background Color

.myBgColor { background-color: #514258; }

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

This div background color is #514258.


Border color

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

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

This div border color is #514258.


Opacity

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

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

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

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

This text has shadow with #514258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514258 on black background.


Color preview on white background

This text has color #514258 on white background.



Black color preview on #514258 background

This text has black color on #514258 background.


White color preview on #514258 background

This text has white color on #514258 background.