COLOR #53465F

HEX: #53465F
RGB: (83,70,95)

Color info

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

RGB color model

#53465F color RGB value is (83,70,95).

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

RGB channels and saturation

R 83 of 255 = 33%
G 70 of 255 = 27%
B 95 of 255 = 37%

83
70
95

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

Portions of RGB colors in percentages

R + G + B =
83 + 70 + 95 = 248 (100%)
R 83 of 248 ~ 33.47%
G 70 of 248 ~ 28.23%
B 95 of 248 ~ 38.31%

%33.47
%28.23
%38.31

CMYK color model

#53465F color CMYK value is (13,26,0,63).

  • cyan value is 12.63%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(13,26,0,63)
C13M26Y0K63 
(13%,26%,0%,63%)
(0.13/0.26/0.00/0.63)	

CMYK percentages

%12.63
%26.32
%0
%62.75

Codes

Color #53465F in popluar color models

53465F
RGB837095
HSL271°15.15%32.35%
HSB/HSV271°26.32%37.25%
CMYK12.63%26.32%0.00%
62.75%

Color #53465F in popluar number systems.

HEX53465F
Decimal837095
Binary101001110001101011111
Octal123106137

Shades and tints

Shades of #53465F

#53465F
(83,70,95)
#4C4057
(76,64,87)
#453A4F
(69,58,79)
#3E3447
(62,52,71)
#372E3F
(55,46,63)
#302837
(48,40,55)
#29222F
(41,34,47)
#221C27
(34,28,39)
#1B161F
(27,22,31)
#141017
(20,16,23)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #53465F

#53465F
(83,70,95)
#62566D
(98,86,109)
#71667B
(113,102,123)
#807689
(128,118,137)
#8F8697
(143,134,151)
#9E96A5
(158,150,165)
#ADA6B3
(173,166,179)
#BCB6C1
(188,182,193)
#CBC6CF
(203,198,207)
#DAD6DD
(218,214,221)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53465F; }

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

This text font color is #53465F.


Background Color

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

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

This div background color is #53465F.


Border color

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

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

This div border color is #53465F.


Opacity

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

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

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

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

This text has shadow with #53465F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53465F on black background.


Color preview on white background

This text has color #53465F on white background.



Black color preview on #53465F background

This text has black color on #53465F background.


White color preview on #53465F background

This text has white color on #53465F background.