COLOR #514853

HEX: #514853
RGB: (81,72,83)

Color info

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

RGB color model

#514853 color RGB value is (81,72,83).

  • red value is 81;
  • green value is 72;
  • blue value is 83.
RGB:
(81,72,83)
(32%,28%,33%)

RGB channels and saturation

R 81 of 255 = 32%
G 72 of 255 = 28%
B 83 of 255 = 33%

81
72
83

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

Portions of RGB colors in percentages

R + G + B =
81 + 72 + 83 = 236 (100%)
R 81 of 236 ~ 34.32%
G 72 of 236 ~ 30.51%
B 83 of 236 ~ 35.17%

%34.32
%30.51
%35.17

CMYK color model

#514853 color CMYK value is (2,13,0,67).

  • cyan value is 2.41%
  • magenta value is 13.25%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(2,13,0,67)
C2M13Y0K67 
(2%,13%,0%,67%)
(0.02/0.13/0.00/0.67)	

CMYK percentages

%2.41
%13.25
%0
%67.45

Codes

Color #514853 in popluar color models

514853
RGB817283
HSL289°7.10%30.39%
HSB/HSV289°13.25%32.55%
CMYK2.41%13.25%0.00%
67.45%

Color #514853 in popluar number systems.

HEX514853
Decimal817283
Binary101000110010001010011
Octal121110123

Shades and tints

Shades of #514853

#514853
(81,72,83)
#4A424C
(74,66,76)
#433C45
(67,60,69)
#3C363E
(60,54,62)
#353037
(53,48,55)
#2E2A30
(46,42,48)
#272429
(39,36,41)
#201E22
(32,30,34)
#19181B
(25,24,27)
#121214
(18,18,20)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #514853

#514853
(81,72,83)
#605862
(96,88,98)
#6F6871
(111,104,113)
#7E7880
(126,120,128)
#8D888F
(141,136,143)
#9C989E
(156,152,158)
#ABA8AD
(171,168,173)
#BAB8BC
(186,184,188)
#C9C8CB
(201,200,203)
#D8D8DA
(216,216,218)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514853 color. Also use rgb(81,72,83) instead hex code.

Text Font Color

.myTextColor { color: #514853; }

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

This text font color is #514853.


Background Color

.myBgColor { background-color: #514853; }

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

This div background color is #514853.


Border color

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

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

This div border color is #514853.


Opacity

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

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

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

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

This text has shadow with #514853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514853 on black background.


Color preview on white background

This text has color #514853 on white background.



Black color preview on #514853 background

This text has black color on #514853 background.


White color preview on #514853 background

This text has white color on #514853 background.