COLOR #53355E

HEX: #53355E
RGB: (83,53,94)

Color info

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

RGB color model

#53355E color RGB value is (83,53,94).

  • red value is 83;
  • green value is 53;
  • blue value is 94.
RGB:
(83,53,94)
(33%,21%,37%)

RGB channels and saturation

R 83 of 255 = 33%
G 53 of 255 = 21%
B 94 of 255 = 37%

83
53
94

R + G + B ~ 30%. #53355E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 53 + 94 = 230 (100%)
R 83 of 230 ~ 36.09%
G 53 of 230 ~ 23.04%
B 94 of 230 ~ 40.87%

%36.09
%23.04
%40.87

CMYK color model

#53355E color CMYK value is (12,44,0,63).

  • cyan value is 11.70%
  • magenta value is 43.62%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(12,44,0,63)
C12M44Y0K63 
(12%,44%,0%,63%)
(0.12/0.44/0.00/0.63)	

CMYK percentages

%11.7
%43.62
%0
%63.14

Codes

Color #53355E in popluar color models

53355E
RGB835394
HSL284°27.89%28.82%
HSB/HSV284°43.62%36.86%
CMYK11.70%43.62%0.00%
63.14%

Color #53355E in popluar number systems.

HEX53355E
Decimal835394
Binary10100111101011011110
Octal12365136

Shades and tints

Shades of #53355E

#53355E
(83,53,94)
#4C3156
(76,49,86)
#452D4E
(69,45,78)
#3E2946
(62,41,70)
#37253E
(55,37,62)
#302136
(48,33,54)
#291D2E
(41,29,46)
#221926
(34,25,38)
#1B151E
(27,21,30)
#141116
(20,17,22)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #53355E

#53355E
(83,53,94)
#62476C
(98,71,108)
#71597A
(113,89,122)
#806B88
(128,107,136)
#8F7D96
(143,125,150)
#9E8FA4
(158,143,164)
#ADA1B2
(173,161,178)
#BCB3C0
(188,179,192)
#CBC5CE
(203,197,206)
#DAD7DC
(218,215,220)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53355E color. Also use rgb(83,53,94) instead hex code.

Text Font Color

.myTextColor { color: #53355E; }

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

This text font color is #53355E.


Background Color

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

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

This div background color is #53355E.


Border color

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

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

This div border color is #53355E.


Opacity

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

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

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

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

This text has shadow with #53355E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53355E on black background.


Color preview on white background

This text has color #53355E on white background.



Black color preview on #53355E background

This text has black color on #53355E background.


White color preview on #53355E background

This text has white color on #53355E background.