COLOR #53385A

HEX: #53385A
RGB: (83,56,90)

Color info

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

RGB color model

#53385A color RGB value is (83,56,90).

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

RGB channels and saturation

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

83
56
90

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

Portions of RGB colors in percentages

R + G + B =
83 + 56 + 90 = 229 (100%)
R 83 of 229 ~ 36.24%
G 56 of 229 ~ 24.45%
B 90 of 229 ~ 39.3%

%36.24
%24.45
%39.3

CMYK color model

#53385A color CMYK value is (8,38,0,65).

  • cyan value is 7.78%
  • magenta value is 37.78%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(8,38,0,65)
C8M38Y0K65 
(8%,38%,0%,65%)
(0.08/0.38/0.00/0.65)	

CMYK percentages

%7.78
%37.78
%0
%64.71

Codes

Color #53385A in popluar color models

53385A
RGB835690
HSL288°23.29%28.63%
HSB/HSV288°37.78%35.29%
CMYK7.78%37.78%0.00%
64.71%

Color #53385A in popluar number systems.

HEX53385A
Decimal835690
Binary10100111110001011010
Octal12370132

Shades and tints

Shades of #53385A

#53385A
(83,56,90)
#4C3352
(76,51,82)
#452E4A
(69,46,74)
#3E2942
(62,41,66)
#37243A
(55,36,58)
#301F32
(48,31,50)
#291A2A
(41,26,42)
#221522
(34,21,34)
#1B101A
(27,16,26)
#140B12
(20,11,18)
#0D060A
(13,6,10)
#000000
(0,0,0)

Tints of #53385A

#53385A
(83,56,90)
#624A69
(98,74,105)
#715C78
(113,92,120)
#806E87
(128,110,135)
#8F8096
(143,128,150)
#9E92A5
(158,146,165)
#ADA4B4
(173,164,180)
#BCB6C3
(188,182,195)
#CBC8D2
(203,200,210)
#DADAE1
(218,218,225)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53385A; }

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

This text font color is #53385A.


Background Color

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

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

This div background color is #53385A.


Border color

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

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

This div border color is #53385A.


Opacity

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

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

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

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

This text has shadow with #53385A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53385A on black background.


Color preview on white background

This text has color #53385A on white background.



Black color preview on #53385A background

This text has black color on #53385A background.


White color preview on #53385A background

This text has white color on #53385A background.