COLOR #53202C

HEX: #53202C
RGB: (83,32,44)

Color info

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

RGB color model

#53202C color RGB value is (83,32,44).

  • red value is 83;
  • green value is 32;
  • blue value is 44.
RGB:
(83,32,44)
(33%,13%,17%)

RGB channels and saturation

R 83 of 255 = 33%
G 32 of 255 = 13%
B 44 of 255 = 17%

83
32
44

R + G + B ~ 21%. #53202C is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 32 + 44 = 159 (100%)
R 83 of 159 ~ 52.2%
G 32 of 159 ~ 20.13%
B 44 of 159 ~ 27.67%

%52.2
%20.13
%27.67

CMYK color model

#53202C color CMYK value is (0,61,47,67).

  • cyan value is 0.00%
  • magenta value is 61.45%
  • yellow value is 46.99%
  • key color value is 67.45%
CMYK:
(0,61,47,67)
C0M61Y47K67 
(0%,61%,47%,67%)
(0.00/0.61/0.47/0.67)	

CMYK percentages

%0
%61.45
%46.99
%67.45

Codes

Color #53202C in popluar color models

53202C
RGB833244
HSL346°44.35%22.55%
HSB/HSV346°61.45%32.55%
CMYK0.00%61.45%46.99%
67.45%

Color #53202C in popluar number systems.

HEX53202C
Decimal833244
Binary1010011100000101100
Octal1234054

Shades and tints

Shades of #53202C

#53202C
(83,32,44)
#4C1E28
(76,30,40)
#451C24
(69,28,36)
#3E1A20
(62,26,32)
#37181C
(55,24,28)
#301618
(48,22,24)
#291414
(41,20,20)
#221210
(34,18,16)
#1B100C
(27,16,12)
#140E08
(20,14,8)
#0D0C04
(13,12,4)
#000000
(0,0,0)

Tints of #53202C

#53202C
(83,32,44)
#62343F
(98,52,63)
#714852
(113,72,82)
#805C65
(128,92,101)
#8F7078
(143,112,120)
#9E848B
(158,132,139)
#AD989E
(173,152,158)
#BCACB1
(188,172,177)
#CBC0C4
(203,192,196)
#DAD4D7
(218,212,215)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53202C color. Also use rgb(83,32,44) instead hex code.

Text Font Color

.myTextColor { color: #53202C; }

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

This text font color is #53202C.


Background Color

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

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

This div background color is #53202C.


Border color

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

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

This div border color is #53202C.


Opacity

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

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

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

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

This text has shadow with #53202C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53202C on black background.


Color preview on white background

This text has color #53202C on white background.



Black color preview on #53202C background

This text has black color on #53202C background.


White color preview on #53202C background

This text has white color on #53202C background.