COLOR #53293C

HEX: #53293C
RGB: (83,41,60)

Color info

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

RGB color model

#53293C color RGB value is (83,41,60).

  • red value is 83;
  • green value is 41;
  • blue value is 60.
RGB:
(83,41,60)
(33%,16%,24%)

RGB channels and saturation

R 83 of 255 = 33%
G 41 of 255 = 16%
B 60 of 255 = 24%

83
41
60

R + G + B ~ 24%. #53293C is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 41 + 60 = 184 (100%)
R 83 of 184 ~ 45.11%
G 41 of 184 ~ 22.28%
B 60 of 184 ~ 32.61%

%45.11
%22.28
%32.61

CMYK color model

#53293C color CMYK value is (0,51,28,67).

  • cyan value is 0.00%
  • magenta value is 50.60%
  • yellow value is 27.71%
  • key color value is 67.45%
CMYK:
(0,51,28,67)
C0M51Y28K67 
(0%,51%,28%,67%)
(0.00/0.51/0.28/0.67)	

CMYK percentages

%0
%50.6
%27.71
%67.45

Codes

Color #53293C in popluar color models

53293C
RGB834160
HSL333°33.87%24.31%
HSB/HSV333°50.60%32.55%
CMYK0.00%50.60%27.71%
67.45%

Color #53293C in popluar number systems.

HEX53293C
Decimal834160
Binary1010011101001111100
Octal1235174

Shades and tints

Shades of #53293C

#53293C
(83,41,60)
#4C2637
(76,38,55)
#452332
(69,35,50)
#3E202D
(62,32,45)
#371D28
(55,29,40)
#301A23
(48,26,35)
#29171E
(41,23,30)
#221419
(34,20,25)
#1B1114
(27,17,20)
#140E0F
(20,14,15)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #53293C

#53293C
(83,41,60)
#623C4D
(98,60,77)
#714F5E
(113,79,94)
#80626F
(128,98,111)
#8F7580
(143,117,128)
#9E8891
(158,136,145)
#AD9BA2
(173,155,162)
#BCAEB3
(188,174,179)
#CBC1C4
(203,193,196)
#DAD4D5
(218,212,213)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53293C color. Also use rgb(83,41,60) instead hex code.

Text Font Color

.myTextColor { color: #53293C; }

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

This text font color is #53293C.


Background Color

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

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

This div background color is #53293C.


Border color

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

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

This div border color is #53293C.


Opacity

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

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

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

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

This text has shadow with #53293C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53293C on black background.


Color preview on white background

This text has color #53293C on white background.



Black color preview on #53293C background

This text has black color on #53293C background.


White color preview on #53293C background

This text has white color on #53293C background.