COLOR #53475C

HEX: #53475C
RGB: (83,71,92)

Color info

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

RGB color model

#53475C color RGB value is (83,71,92).

  • red value is 83;
  • green value is 71;
  • blue value is 92.
RGB:
(83,71,92)
(33%,28%,36%)

RGB channels and saturation

R 83 of 255 = 33%
G 71 of 255 = 28%
B 92 of 255 = 36%

83
71
92

R + G + B ~ 32%. #53475C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 71 + 92 = 246 (100%)
R 83 of 246 ~ 33.74%
G 71 of 246 ~ 28.86%
B 92 of 246 ~ 37.4%

%33.74
%28.86
%37.4

CMYK color model

#53475C color CMYK value is (10,23,0,64).

  • cyan value is 9.78%
  • magenta value is 22.83%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(10,23,0,64)
C10M23Y0K64 
(10%,23%,0%,64%)
(0.10/0.23/0.00/0.64)	

CMYK percentages

%9.78
%22.83
%0
%63.92

Codes

Color #53475C in popluar color models

53475C
RGB837192
HSL274°12.88%31.96%
HSB/HSV274°22.83%36.08%
CMYK9.78%22.83%0.00%
63.92%

Color #53475C in popluar number systems.

HEX53475C
Decimal837192
Binary101001110001111011100
Octal123107134

Shades and tints

Shades of #53475C

#53475C
(83,71,92)
#4C4154
(76,65,84)
#453B4C
(69,59,76)
#3E3544
(62,53,68)
#372F3C
(55,47,60)
#302934
(48,41,52)
#29232C
(41,35,44)
#221D24
(34,29,36)
#1B171C
(27,23,28)
#141114
(20,17,20)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #53475C

#53475C
(83,71,92)
#62576A
(98,87,106)
#716778
(113,103,120)
#807786
(128,119,134)
#8F8794
(143,135,148)
#9E97A2
(158,151,162)
#ADA7B0
(173,167,176)
#BCB7BE
(188,183,190)
#CBC7CC
(203,199,204)
#DAD7DA
(218,215,218)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53475C color. Also use rgb(83,71,92) instead hex code.

Text Font Color

.myTextColor { color: #53475C; }

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

This text font color is #53475C.


Background Color

.myBgColor { background-color: #53475C; }

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

This div background color is #53475C.


Border color

.myBorderColor { border: 1px solid #53475C; }

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

This div border color is #53475C.


Opacity

.myOpacity80 { color: #53475C; opacity: 0.8; }

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

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

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

This text has shadow with #53475C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53475C on black background.


Color preview on white background

This text has color #53475C on white background.



Black color preview on #53475C background

This text has black color on #53475C background.


White color preview on #53475C background

This text has white color on #53475C background.