COLOR #53485E

HEX: #53485E
RGB: (83,72,94)

Color info

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

RGB color model

#53485E color RGB value is (83,72,94).

  • red value is 83;
  • green value is 72;
  • blue value is 94.
RGB:
(83,72,94)
(33%,28%,37%)

RGB channels and saturation

R 83 of 255 = 33%
G 72 of 255 = 28%
B 94 of 255 = 37%

83
72
94

R + G + B ~ 33%. #53485E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 72 + 94 = 249 (100%)
R 83 of 249 ~ 33.33%
G 72 of 249 ~ 28.92%
B 94 of 249 ~ 37.75%

%33.33
%28.92
%37.75

CMYK color model

#53485E color CMYK value is (12,23,0,63).

  • cyan value is 11.70%
  • magenta value is 23.40%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(12,23,0,63)
C12M23Y0K63 
(12%,23%,0%,63%)
(0.12/0.23/0.00/0.63)	

CMYK percentages

%11.7
%23.4
%0
%63.14

Codes

Color #53485E in popluar color models

53485E
RGB837294
HSL270°13.25%32.55%
HSB/HSV270°23.40%36.86%
CMYK11.70%23.40%0.00%
63.14%

Color #53485E in popluar number systems.

HEX53485E
Decimal837294
Binary101001110010001011110
Octal123110136

Shades and tints

Shades of #53485E

#53485E
(83,72,94)
#4C4256
(76,66,86)
#453C4E
(69,60,78)
#3E3646
(62,54,70)
#37303E
(55,48,62)
#302A36
(48,42,54)
#29242E
(41,36,46)
#221E26
(34,30,38)
#1B181E
(27,24,30)
#141216
(20,18,22)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #53485E

#53485E
(83,72,94)
#62586C
(98,88,108)
#71687A
(113,104,122)
#807888
(128,120,136)
#8F8896
(143,136,150)
#9E98A4
(158,152,164)
#ADA8B2
(173,168,178)
#BCB8C0
(188,184,192)
#CBC8CE
(203,200,206)
#DAD8DC
(218,216,220)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53485E color. Also use rgb(83,72,94) instead hex code.

Text Font Color

.myTextColor { color: #53485E; }

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

This text font color is #53485E.


Background Color

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

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

This div background color is #53485E.


Border color

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

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

This div border color is #53485E.


Opacity

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

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

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

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

This text has shadow with #53485E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53485E on black background.


Color preview on white background

This text has color #53485E on white background.



Black color preview on #53485E background

This text has black color on #53485E background.


White color preview on #53485E background

This text has white color on #53485E background.