COLOR #53376C

HEX: #53376C
RGB: (83,55,108)

Color info

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

RGB color model

#53376C color RGB value is (83,55,108).

  • red value is 83;
  • green value is 55;
  • blue value is 108.
RGB:
(83,55,108)
(33%,22%,42%)

RGB channels and saturation

R 83 of 255 = 33%
G 55 of 255 = 22%
B 108 of 255 = 42%

83
55
108

R + G + B ~ 32%. #53376C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 55 + 108 = 246 (100%)
R 83 of 246 ~ 33.74%
G 55 of 246 ~ 22.36%
B 108 of 246 ~ 43.9%

%33.74
%22.36
%43.9

CMYK color model

#53376C color CMYK value is (23,49,0,58).

  • cyan value is 23.15%
  • magenta value is 49.07%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(23,49,0,58)
C23M49Y0K58 
(23%,49%,0%,58%)
(0.23/0.49/0.00/0.58)	

CMYK percentages

%23.15
%49.07
%0
%57.65

Codes

Color #53376C in popluar color models

53376C
RGB8355108
HSL272°32.52%31.96%
HSB/HSV272°49.07%42.35%
CMYK23.15%49.07%0.00%
57.65%

Color #53376C in popluar number systems.

HEX53376C
Decimal8355108
Binary10100111101111101100
Octal12367154

Shades and tints

Shades of #53376C

#53376C
(83,55,108)
#4C3263
(76,50,99)
#452D5A
(69,45,90)
#3E2851
(62,40,81)
#372348
(55,35,72)
#301E3F
(48,30,63)
#291936
(41,25,54)
#22142D
(34,20,45)
#1B0F24
(27,15,36)
#140A1B
(20,10,27)
#0D0512
(13,5,18)
#000000
(0,0,0)

Tints of #53376C

#53376C
(83,55,108)
#624979
(98,73,121)
#715B86
(113,91,134)
#806D93
(128,109,147)
#8F7FA0
(143,127,160)
#9E91AD
(158,145,173)
#ADA3BA
(173,163,186)
#BCB5C7
(188,181,199)
#CBC7D4
(203,199,212)
#DAD9E1
(218,217,225)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53376C color. Also use rgb(83,55,108) instead hex code.

Text Font Color

.myTextColor { color: #53376C; }

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

This text font color is #53376C.


Background Color

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

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

This div background color is #53376C.


Border color

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

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

This div border color is #53376C.


Opacity

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

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

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

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

This text has shadow with #53376C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53376C on black background.


Color preview on white background

This text has color #53376C on white background.



Black color preview on #53376C background

This text has black color on #53376C background.


White color preview on #53376C background

This text has white color on #53376C background.