COLOR #53274F

HEX: #53274F
RGB: (83,39,79)

Color info

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

RGB color model

#53274F color RGB value is (83,39,79).

  • red value is 83;
  • green value is 39;
  • blue value is 79.
RGB:
(83,39,79)
(33%,15%,31%)

RGB channels and saturation

R 83 of 255 = 33%
G 39 of 255 = 15%
B 79 of 255 = 31%

83
39
79

R + G + B ~ 26%. #53274F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 39 + 79 = 201 (100%)
R 83 of 201 ~ 41.29%
G 39 of 201 ~ 19.4%
B 79 of 201 ~ 39.3%

%41.29
%19.4
%39.3

CMYK color model

#53274F color CMYK value is (0,53,5,67).

  • cyan value is 0.00%
  • magenta value is 53.01%
  • yellow value is 4.82%
  • key color value is 67.45%
CMYK:
(0,53,5,67)
C0M53Y5K67 
(0%,53%,5%,67%)
(0.00/0.53/0.05/0.67)	

CMYK percentages

%0
%53.01
%4.82
%67.45

Codes

Color #53274F in popluar color models

53274F
RGB833979
HSL305°36.07%23.92%
HSB/HSV305°53.01%32.55%
CMYK0.00%53.01%4.82%
67.45%

Color #53274F in popluar number systems.

HEX53274F
Decimal833979
Binary10100111001111001111
Octal12347117

Shades and tints

Shades of #53274F

#53274F
(83,39,79)
#4C2448
(76,36,72)
#452141
(69,33,65)
#3E1E3A
(62,30,58)
#371B33
(55,27,51)
#30182C
(48,24,44)
#291525
(41,21,37)
#22121E
(34,18,30)
#1B0F17
(27,15,23)
#140C10
(20,12,16)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #53274F

#53274F
(83,39,79)
#623A5F
(98,58,95)
#714D6F
(113,77,111)
#80607F
(128,96,127)
#8F738F
(143,115,143)
#9E869F
(158,134,159)
#AD99AF
(173,153,175)
#BCACBF
(188,172,191)
#CBBFCF
(203,191,207)
#DAD2DF
(218,210,223)
#E9E5EF
(233,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53274F color. Also use rgb(83,39,79) instead hex code.

Text Font Color

.myTextColor { color: #53274F; }

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

This text font color is #53274F.


Background Color

.myBgColor { background-color: #53274F; }

<div style="background-color:#53274F">Inner text</div>

This div background color is #53274F.


Border color

.myBorderColor { border: 1px solid #53274F; }

<div style="border:3px solid #53274F">Div</div>

This div border color is #53274F.


Opacity

.myOpacity80 { color: #53274F; opacity: 0.8; }

<p style="color:#53274F;opacity:0.8;">80%</p>

Text with #53274F 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 #53274F;}

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

This text has shadow with #53274F color.

.textShadow {text-shadow: 3px 3px 1px #53274F, 3px 3px 1px red;}

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

This text has shadow with #53274F primary color and red secondary color.


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

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

This text has shadow with #53274F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53274F on black background.


Color preview on white background

This text has color #53274F on white background.



Black color preview on #53274F background

This text has black color on #53274F background.


White color preview on #53274F background

This text has white color on #53274F background.