COLOR #53264D

HEX: #53264D
RGB: (83,38,77)

Color info

#53264D contains red, green and blue colors in about the same proportion. Web safe color of #53264D is #663333 (or #633).

RGB color model

#53264D color RGB value is (83,38,77).

  • red value is 83;
  • green value is 38;
  • blue value is 77.
RGB:
(83,38,77)
(33%,15%,30%)

RGB channels and saturation

R 83 of 255 = 33%
G 38 of 255 = 15%
B 77 of 255 = 30%

83
38
77

R + G + B ~ 26%. #53264D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 38 + 77 = 198 (100%)
R 83 of 198 ~ 41.92%
G 38 of 198 ~ 19.19%
B 77 of 198 ~ 38.89%

%41.92
%19.19
%38.89

CMYK color model

#53264D color CMYK value is (0,54,7,67).

  • cyan value is 0.00%
  • magenta value is 54.22%
  • yellow value is 7.23%
  • key color value is 67.45%
CMYK:
(0,54,7,67)
C0M54Y7K67 
(0%,54%,7%,67%)
(0.00/0.54/0.07/0.67)	

CMYK percentages

%0
%54.22
%7.23
%67.45

Codes

Color #53264D in popluar color models

53264D
RGB833877
HSL308°37.19%23.73%
HSB/HSV308°54.22%32.55%
CMYK0.00%54.22%7.23%
67.45%

Color #53264D in popluar number systems.

HEX53264D
Decimal833877
Binary10100111001101001101
Octal12346115

Shades and tints

Shades of #53264D

#53264D
(83,38,77)
#4C2346
(76,35,70)
#45203F
(69,32,63)
#3E1D38
(62,29,56)
#371A31
(55,26,49)
#30172A
(48,23,42)
#291423
(41,20,35)
#22111C
(34,17,28)
#1B0E15
(27,14,21)
#140B0E
(20,11,14)
#0D0807
(13,8,7)
#000000
(0,0,0)

Tints of #53264D

#53264D
(83,38,77)
#62395D
(98,57,93)
#714C6D
(113,76,109)
#805F7D
(128,95,125)
#8F728D
(143,114,141)
#9E859D
(158,133,157)
#AD98AD
(173,152,173)
#BCABBD
(188,171,189)
#CBBECD
(203,190,205)
#DAD1DD
(218,209,221)
#E9E4ED
(233,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53264D color. Also use rgb(83,38,77) instead hex code.

Text Font Color

.myTextColor { color: #53264D; }

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

This text font color is #53264D.


Background Color

.myBgColor { background-color: #53264D; }

<div style="background-color:#53264D">Inner text</div>

This div background color is #53264D.


Border color

.myBorderColor { border: 1px solid #53264D; }

<div style="border:3px solid #53264D">Div</div>

This div border color is #53264D.


Opacity

.myOpacity80 { color: #53264D; opacity: 0.8; }

<p style="color:#53264D;opacity:0.8;">80%</p>

Text with #53264D 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 #53264D;}

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

This text has shadow with #53264D color.

.textShadow {text-shadow: 3px 3px 1px #53264D, 3px 3px 1px red;}

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

This text has shadow with #53264D primary color and red secondary color.


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

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

This text has shadow with #53264D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53264D on black background.


Color preview on white background

This text has color #53264D on white background.



Black color preview on #53264D background

This text has black color on #53264D background.


White color preview on #53264D background

This text has white color on #53264D background.