COLOR #53475A

HEX: #53475A
RGB: (83,71,90)

Color info

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

RGB color model

#53475A color RGB value is (83,71,90).

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

RGB channels and saturation

R 83 of 255 = 33%
G 71 of 255 = 28%
B 90 of 255 = 35%

83
71
90

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

Portions of RGB colors in percentages

R + G + B =
83 + 71 + 90 = 244 (100%)
R 83 of 244 ~ 34.02%
G 71 of 244 ~ 29.1%
B 90 of 244 ~ 36.89%

%34.02
%29.1
%36.89

CMYK color model

#53475A color CMYK value is (8,21,0,65).

  • cyan value is 7.78%
  • magenta value is 21.11%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(8,21,0,65)
C8M21Y0K65 
(8%,21%,0%,65%)
(0.08/0.21/0.00/0.65)	

CMYK percentages

%7.78
%21.11
%0
%64.71

Codes

Color #53475A in popluar color models

53475A
RGB837190
HSL278°11.80%31.57%
HSB/HSV278°21.11%35.29%
CMYK7.78%21.11%0.00%
64.71%

Color #53475A in popluar number systems.

HEX53475A
Decimal837190
Binary101001110001111011010
Octal123107132

Shades and tints

Shades of #53475A

#53475A
(83,71,90)
#4C4152
(76,65,82)
#453B4A
(69,59,74)
#3E3542
(62,53,66)
#372F3A
(55,47,58)
#302932
(48,41,50)
#29232A
(41,35,42)
#221D22
(34,29,34)
#1B171A
(27,23,26)
#141112
(20,17,18)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #53475A

#53475A
(83,71,90)
#625769
(98,87,105)
#716778
(113,103,120)
#807787
(128,119,135)
#8F8796
(143,135,150)
#9E97A5
(158,151,165)
#ADA7B4
(173,167,180)
#BCB7C3
(188,183,195)
#CBC7D2
(203,199,210)
#DAD7E1
(218,215,225)
#E9E7F0
(233,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53475A; }

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

This text font color is #53475A.


Background Color

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

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

This div background color is #53475A.


Border color

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

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

This div border color is #53475A.


Opacity

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

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

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

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

This text has shadow with #53475A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53475A on black background.


Color preview on white background

This text has color #53475A on white background.



Black color preview on #53475A background

This text has black color on #53475A background.


White color preview on #53475A background

This text has white color on #53475A background.