COLOR #53469E

HEX: #53469E
RGB: (83,70,158)

Color info

#53469E contains mainly blue color. Web safe color of #53469E is #663399 (or #639).

RGB color model

#53469E color RGB value is (83,70,158).

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

RGB channels and saturation

R 83 of 255 = 33%
G 70 of 255 = 27%
B 158 of 255 = 62%

83
70
158

R + G + B ~ 41%. #53469E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 70 + 158 = 311 (100%)
R 83 of 311 ~ 26.69%
G 70 of 311 ~ 22.51%
B 158 of 311 ~ 50.8%

%26.69
%22.51
%50.8

CMYK color model

#53469E color CMYK value is (47,56,0,38).

  • cyan value is 47.47%
  • magenta value is 55.70%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(47,56,0,38)
C47M56Y0K38 
(47%,56%,0%,38%)
(0.47/0.56/0.00/0.38)	

CMYK percentages

%47.47
%55.7
%0
%38.04

Codes

Color #53469E in popluar color models

53469E
RGB8370158
HSL249°38.60%44.71%
HSB/HSV249°55.70%61.96%
CMYK47.47%55.70%0.00%
38.04%

Color #53469E in popluar number systems.

HEX53469E
Decimal8370158
Binary1010011100011010011110
Octal123106236

Shades and tints

Shades of #53469E

#53469E
(83,70,158)
#4C4090
(76,64,144)
#453A82
(69,58,130)
#3E3474
(62,52,116)
#372E66
(55,46,102)
#302858
(48,40,88)
#29224A
(41,34,74)
#221C3C
(34,28,60)
#1B162E
(27,22,46)
#141020
(20,16,32)
#0D0A12
(13,10,18)
#000000
(0,0,0)

Tints of #53469E

#53469E
(83,70,158)
#6256A6
(98,86,166)
#7166AE
(113,102,174)
#8076B6
(128,118,182)
#8F86BE
(143,134,190)
#9E96C6
(158,150,198)
#ADA6CE
(173,166,206)
#BCB6D6
(188,182,214)
#CBC6DE
(203,198,222)
#DAD6E6
(218,214,230)
#E9E6EE
(233,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53469E color. Also use rgb(83,70,158) instead hex code.

Text Font Color

.myTextColor { color: #53469E; }

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

This text font color is #53469E.


Background Color

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

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

This div background color is #53469E.


Border color

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

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

This div border color is #53469E.


Opacity

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

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

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

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

This text has shadow with #53469E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53469E on black background.


Color preview on white background

This text has color #53469E on white background.



Black color preview on #53469E background

This text has black color on #53469E background.


White color preview on #53469E background

This text has white color on #53469E background.