COLOR #53486E

HEX: #53486E
RGB: (83,72,110)

Color info

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

RGB color model

#53486E color RGB value is (83,72,110).

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

RGB channels and saturation

R 83 of 255 = 33%
G 72 of 255 = 28%
B 110 of 255 = 43%

83
72
110

R + G + B ~ 35%. #53486E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 72 + 110 = 265 (100%)
R 83 of 265 ~ 31.32%
G 72 of 265 ~ 27.17%
B 110 of 265 ~ 41.51%

%31.32
%27.17
%41.51

CMYK color model

#53486E color CMYK value is (25,35,0,57).

  • cyan value is 24.55%
  • magenta value is 34.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(25,35,0,57)
C25M35Y0K57 
(25%,35%,0%,57%)
(0.25/0.35/0.00/0.57)	

CMYK percentages

%24.55
%34.55
%0
%56.86

Codes

Color #53486E in popluar color models

53486E
RGB8372110
HSL257°20.88%35.69%
HSB/HSV257°34.55%43.14%
CMYK24.55%34.55%0.00%
56.86%

Color #53486E in popluar number systems.

HEX53486E
Decimal8372110
Binary101001110010001101110
Octal123110156

Shades and tints

Shades of #53486E

#53486E
(83,72,110)
#4C4264
(76,66,100)
#453C5A
(69,60,90)
#3E3650
(62,54,80)
#373046
(55,48,70)
#302A3C
(48,42,60)
#292432
(41,36,50)
#221E28
(34,30,40)
#1B181E
(27,24,30)
#141214
(20,18,20)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #53486E

#53486E
(83,72,110)
#62587B
(98,88,123)
#716888
(113,104,136)
#807895
(128,120,149)
#8F88A2
(143,136,162)
#9E98AF
(158,152,175)
#ADA8BC
(173,168,188)
#BCB8C9
(188,184,201)
#CBC8D6
(203,200,214)
#DAD8E3
(218,216,227)
#E9E8F0
(233,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53486E; }

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

This text font color is #53486E.


Background Color

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

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

This div background color is #53486E.


Border color

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

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

This div border color is #53486E.


Opacity

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

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

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

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

This text has shadow with #53486E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53486E on black background.


Color preview on white background

This text has color #53486E on white background.



Black color preview on #53486E background

This text has black color on #53486E background.


White color preview on #53486E background

This text has white color on #53486E background.