COLOR #53465D

HEX: #53465D
RGB: (83,70,93)

Color info

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

RGB color model

#53465D color RGB value is (83,70,93).

  • red value is 83;
  • green value is 70;
  • blue value is 93.
RGB:
(83,70,93)
(33%,27%,36%)

RGB channels and saturation

R 83 of 255 = 33%
G 70 of 255 = 27%
B 93 of 255 = 36%

83
70
93

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

Portions of RGB colors in percentages

R + G + B =
83 + 70 + 93 = 246 (100%)
R 83 of 246 ~ 33.74%
G 70 of 246 ~ 28.46%
B 93 of 246 ~ 37.8%

%33.74
%28.46
%37.8

CMYK color model

#53465D color CMYK value is (11,25,0,64).

  • cyan value is 10.75%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(11,25,0,64)
C11M25Y0K64 
(11%,25%,0%,64%)
(0.11/0.25/0.00/0.64)	

CMYK percentages

%10.75
%24.73
%0
%63.53

Codes

Color #53465D in popluar color models

53465D
RGB837093
HSL274°14.11%31.96%
HSB/HSV274°24.73%36.47%
CMYK10.75%24.73%0.00%
63.53%

Color #53465D in popluar number systems.

HEX53465D
Decimal837093
Binary101001110001101011101
Octal123106135

Shades and tints

Shades of #53465D

#53465D
(83,70,93)
#4C4055
(76,64,85)
#453A4D
(69,58,77)
#3E3445
(62,52,69)
#372E3D
(55,46,61)
#302835
(48,40,53)
#29222D
(41,34,45)
#221C25
(34,28,37)
#1B161D
(27,22,29)
#141015
(20,16,21)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #53465D

#53465D
(83,70,93)
#62566B
(98,86,107)
#716679
(113,102,121)
#807687
(128,118,135)
#8F8695
(143,134,149)
#9E96A3
(158,150,163)
#ADA6B1
(173,166,177)
#BCB6BF
(188,182,191)
#CBC6CD
(203,198,205)
#DAD6DB
(218,214,219)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53465D color. Also use rgb(83,70,93) instead hex code.

Text Font Color

.myTextColor { color: #53465D; }

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

This text font color is #53465D.


Background Color

.myBgColor { background-color: #53465D; }

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

This div background color is #53465D.


Border color

.myBorderColor { border: 1px solid #53465D; }

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

This div border color is #53465D.


Opacity

.myOpacity80 { color: #53465D; opacity: 0.8; }

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

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

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

This text has shadow with #53465D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53465D on black background.


Color preview on white background

This text has color #53465D on white background.



Black color preview on #53465D background

This text has black color on #53465D background.


White color preview on #53465D background

This text has white color on #53465D background.