COLOR #53395A

HEX: #53395A
RGB: (83,57,90)

Color info

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

RGB color model

#53395A color RGB value is (83,57,90).

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

RGB channels and saturation

R 83 of 255 = 33%
G 57 of 255 = 22%
B 90 of 255 = 35%

83
57
90

R + G + B ~ 30%. #53395A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 57 + 90 = 230 (100%)
R 83 of 230 ~ 36.09%
G 57 of 230 ~ 24.78%
B 90 of 230 ~ 39.13%

%36.09
%24.78
%39.13

CMYK color model

#53395A color CMYK value is (8,37,0,65).

  • cyan value is 7.78%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(8,37,0,65)
C8M37Y0K65 
(8%,37%,0%,65%)
(0.08/0.37/0.00/0.65)	

CMYK percentages

%7.78
%36.67
%0
%64.71

Codes

Color #53395A in popluar color models

53395A
RGB835790
HSL287°22.45%28.82%
HSB/HSV287°36.67%35.29%
CMYK7.78%36.67%0.00%
64.71%

Color #53395A in popluar number systems.

HEX53395A
Decimal835790
Binary10100111110011011010
Octal12371132

Shades and tints

Shades of #53395A

#53395A
(83,57,90)
#4C3452
(76,52,82)
#452F4A
(69,47,74)
#3E2A42
(62,42,66)
#37253A
(55,37,58)
#302032
(48,32,50)
#291B2A
(41,27,42)
#221622
(34,22,34)
#1B111A
(27,17,26)
#140C12
(20,12,18)
#0D070A
(13,7,10)
#000000
(0,0,0)

Tints of #53395A

#53395A
(83,57,90)
#624B69
(98,75,105)
#715D78
(113,93,120)
#806F87
(128,111,135)
#8F8196
(143,129,150)
#9E93A5
(158,147,165)
#ADA5B4
(173,165,180)
#BCB7C3
(188,183,195)
#CBC9D2
(203,201,210)
#DADBE1
(218,219,225)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53395A; }

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

This text font color is #53395A.


Background Color

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

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

This div background color is #53395A.


Border color

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

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

This div border color is #53395A.


Opacity

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

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

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

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

This text has shadow with #53395A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53395A on black background.


Color preview on white background

This text has color #53395A on white background.



Black color preview on #53395A background

This text has black color on #53395A background.


White color preview on #53395A background

This text has white color on #53395A background.