COLOR #53516E

HEX: #53516E
RGB: (83,81,110)

Color info

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

RGB color model

#53516E color RGB value is (83,81,110).

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

RGB channels and saturation

R 83 of 255 = 33%
G 81 of 255 = 32%
B 110 of 255 = 43%

83
81
110

R + G + B ~ 36%. #53516E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 81 + 110 = 274 (100%)
R 83 of 274 ~ 30.29%
G 81 of 274 ~ 29.56%
B 110 of 274 ~ 40.15%

%30.29
%29.56
%40.15

CMYK color model

#53516E color CMYK value is (25,26,0,57).

  • cyan value is 24.55%
  • magenta value is 26.36%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(25,26,0,57)
C25M26Y0K57 
(25%,26%,0%,57%)
(0.25/0.26/0.00/0.57)	

CMYK percentages

%24.55
%26.36
%0
%56.86

Codes

Color #53516E in popluar color models

53516E
RGB8381110
HSL244°15.18%37.45%
HSB/HSV244°26.36%43.14%
CMYK24.55%26.36%0.00%
56.86%

Color #53516E in popluar number systems.

HEX53516E
Decimal8381110
Binary101001110100011101110
Octal123121156

Shades and tints

Shades of #53516E

#53516E
(83,81,110)
#4C4A64
(76,74,100)
#45435A
(69,67,90)
#3E3C50
(62,60,80)
#373546
(55,53,70)
#302E3C
(48,46,60)
#292732
(41,39,50)
#222028
(34,32,40)
#1B191E
(27,25,30)
#141214
(20,18,20)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #53516E

#53516E
(83,81,110)
#62607B
(98,96,123)
#716F88
(113,111,136)
#807E95
(128,126,149)
#8F8DA2
(143,141,162)
#9E9CAF
(158,156,175)
#ADABBC
(173,171,188)
#BCBAC9
(188,186,201)
#CBC9D6
(203,201,214)
#DAD8E3
(218,216,227)
#E9E7F0
(233,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53516E; }

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

This text font color is #53516E.


Background Color

.myBgColor { background-color: #53516E; }

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

This div background color is #53516E.


Border color

.myBorderColor { border: 1px solid #53516E; }

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

This div border color is #53516E.


Opacity

.myOpacity80 { color: #53516E; opacity: 0.8; }

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

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

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

This text has shadow with #53516E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53516E on black background.


Color preview on white background

This text has color #53516E on white background.



Black color preview on #53516E background

This text has black color on #53516E background.


White color preview on #53516E background

This text has white color on #53516E background.