COLOR #53468C

HEX: #53468C
RGB: (83,70,140)

Color info

#53468C contains mainly red and blue colors. Web safe color of #53468C is #663399 (or #639).

RGB color model

#53468C color RGB value is (83,70,140).

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

RGB channels and saturation

R 83 of 255 = 33%
G 70 of 255 = 27%
B 140 of 255 = 55%

83
70
140

R + G + B ~ 38%. #53468C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 70 + 140 = 293 (100%)
R 83 of 293 ~ 28.33%
G 70 of 293 ~ 23.89%
B 140 of 293 ~ 47.78%

%28.33
%23.89
%47.78

CMYK color model

#53468C color CMYK value is (41,50,0,45).

  • cyan value is 40.71%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(41,50,0,45)
C41M50Y0K45 
(41%,50%,0%,45%)
(0.41/0.50/0.00/0.45)	

CMYK percentages

%40.71
%50
%0
%45.1

Codes

Color #53468C in popluar color models

53468C
RGB8370140
HSL251°33.33%41.18%
HSB/HSV251°50.00%54.90%
CMYK40.71%50.00%0.00%
45.10%

Color #53468C in popluar number systems.

HEX53468C
Decimal8370140
Binary1010011100011010001100
Octal123106214

Shades and tints

Shades of #53468C

#53468C
(83,70,140)
#4C4080
(76,64,128)
#453A74
(69,58,116)
#3E3468
(62,52,104)
#372E5C
(55,46,92)
#302850
(48,40,80)
#292244
(41,34,68)
#221C38
(34,28,56)
#1B162C
(27,22,44)
#141020
(20,16,32)
#0D0A14
(13,10,20)
#000000
(0,0,0)

Tints of #53468C

#53468C
(83,70,140)
#625696
(98,86,150)
#7166A0
(113,102,160)
#8076AA
(128,118,170)
#8F86B4
(143,134,180)
#9E96BE
(158,150,190)
#ADA6C8
(173,166,200)
#BCB6D2
(188,182,210)
#CBC6DC
(203,198,220)
#DAD6E6
(218,214,230)
#E9E6F0
(233,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53468C color. Also use rgb(83,70,140) instead hex code.

Text Font Color

.myTextColor { color: #53468C; }

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

This text font color is #53468C.


Background Color

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

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

This div background color is #53468C.


Border color

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

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

This div border color is #53468C.


Opacity

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

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

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

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

This text has shadow with #53468C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53468C on black background.


Color preview on white background

This text has color #53468C on white background.



Black color preview on #53468C background

This text has black color on #53468C background.


White color preview on #53468C background

This text has white color on #53468C background.