COLOR #53493D

HEX: #53493D
RGB: (83,73,61)

Color info

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

RGB color model

#53493D color RGB value is (83,73,61).

  • red value is 83;
  • green value is 73;
  • blue value is 61.
RGB:
(83,73,61)
(33%,29%,24%)

RGB channels and saturation

R 83 of 255 = 33%
G 73 of 255 = 29%
B 61 of 255 = 24%

83
73
61

R + G + B ~ 29%. #53493D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 73 + 61 = 217 (100%)
R 83 of 217 ~ 38.25%
G 73 of 217 ~ 33.64%
B 61 of 217 ~ 28.11%

%38.25
%33.64
%28.11

CMYK color model

#53493D color CMYK value is (0,12,27,67).

  • cyan value is 0.00%
  • magenta value is 12.05%
  • yellow value is 26.51%
  • key color value is 67.45%
CMYK:
(0,12,27,67)
C0M12Y27K67 
(0%,12%,27%,67%)
(0.00/0.12/0.27/0.67)	

CMYK percentages

%0
%12.05
%26.51
%67.45

Codes

Color #53493D in popluar color models

53493D
RGB837361
HSL33°15.28%28.24%
HSB/HSV33°26.51%32.55%
CMYK0.00%12.05%26.51%
67.45%

Color #53493D in popluar number systems.

HEX53493D
Decimal837361
Binary10100111001001111101
Octal12311175

Shades and tints

Shades of #53493D

#53493D
(83,73,61)
#4C4338
(76,67,56)
#453D33
(69,61,51)
#3E372E
(62,55,46)
#373129
(55,49,41)
#302B24
(48,43,36)
#29251F
(41,37,31)
#221F1A
(34,31,26)
#1B1915
(27,25,21)
#141310
(20,19,16)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #53493D

#53493D
(83,73,61)
#62594E
(98,89,78)
#71695F
(113,105,95)
#807970
(128,121,112)
#8F8981
(143,137,129)
#9E9992
(158,153,146)
#ADA9A3
(173,169,163)
#BCB9B4
(188,185,180)
#CBC9C5
(203,201,197)
#DAD9D6
(218,217,214)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53493D color. Also use rgb(83,73,61) instead hex code.

Text Font Color

.myTextColor { color: #53493D; }

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

This text font color is #53493D.


Background Color

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

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

This div background color is #53493D.


Border color

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

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

This div border color is #53493D.


Opacity

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

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

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

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

This text has shadow with #53493D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53493D on black background.


Color preview on white background

This text has color #53493D on white background.



Black color preview on #53493D background

This text has black color on #53493D background.


White color preview on #53493D background

This text has white color on #53493D background.