COLOR #53506E

HEX: #53506E
RGB: (83,80,110)

Color info

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

RGB color model

#53506E color RGB value is (83,80,110).

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

RGB channels and saturation

R 83 of 255 = 33%
G 80 of 255 = 31%
B 110 of 255 = 43%

83
80
110

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

Portions of RGB colors in percentages

R + G + B =
83 + 80 + 110 = 273 (100%)
R 83 of 273 ~ 30.4%
G 80 of 273 ~ 29.3%
B 110 of 273 ~ 40.29%

%30.4
%29.3
%40.29

CMYK color model

#53506E color CMYK value is (25,27,0,57).

  • cyan value is 24.55%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(25,27,0,57)
C25M27Y0K57 
(25%,27%,0%,57%)
(0.25/0.27/0.00/0.57)	

CMYK percentages

%24.55
%27.27
%0
%56.86

Codes

Color #53506E in popluar color models

53506E
RGB8380110
HSL246°15.79%37.25%
HSB/HSV246°27.27%43.14%
CMYK24.55%27.27%0.00%
56.86%

Color #53506E in popluar number systems.

HEX53506E
Decimal8380110
Binary101001110100001101110
Octal123120156

Shades and tints

Shades of #53506E

#53506E
(83,80,110)
#4C4964
(76,73,100)
#45425A
(69,66,90)
#3E3B50
(62,59,80)
#373446
(55,52,70)
#302D3C
(48,45,60)
#292632
(41,38,50)
#221F28
(34,31,40)
#1B181E
(27,24,30)
#141114
(20,17,20)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #53506E

#53506E
(83,80,110)
#625F7B
(98,95,123)
#716E88
(113,110,136)
#807D95
(128,125,149)
#8F8CA2
(143,140,162)
#9E9BAF
(158,155,175)
#ADAABC
(173,170,188)
#BCB9C9
(188,185,201)
#CBC8D6
(203,200,214)
#DAD7E3
(218,215,227)
#E9E6F0
(233,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53506E; }

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

This text font color is #53506E.


Background Color

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

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

This div background color is #53506E.


Border color

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

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

This div border color is #53506E.


Opacity

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

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

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

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

This text has shadow with #53506E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53506E on black background.


Color preview on white background

This text has color #53506E on white background.



Black color preview on #53506E background

This text has black color on #53506E background.


White color preview on #53506E background

This text has white color on #53506E background.