COLOR #53493A

HEX: #53493A
RGB: (83,73,58)

Color info

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

RGB color model

#53493A color RGB value is (83,73,58).

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

RGB channels and saturation

R 83 of 255 = 33%
G 73 of 255 = 29%
B 58 of 255 = 23%

83
73
58

R + G + B ~ 28%. #53493A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 73 + 58 = 214 (100%)
R 83 of 214 ~ 38.79%
G 73 of 214 ~ 34.11%
B 58 of 214 ~ 27.1%

%38.79
%34.11
%27.1

CMYK color model

#53493A color CMYK value is (0,12,30,67).

  • cyan value is 0.00%
  • magenta value is 12.05%
  • yellow value is 30.12%
  • key color value is 67.45%
CMYK:
(0,12,30,67)
C0M12Y30K67 
(0%,12%,30%,67%)
(0.00/0.12/0.30/0.67)	

CMYK percentages

%0
%12.05
%30.12
%67.45

Codes

Color #53493A in popluar color models

53493A
RGB837358
HSL36°17.73%27.65%
HSB/HSV36°30.12%32.55%
CMYK0.00%12.05%30.12%
67.45%

Color #53493A in popluar number systems.

HEX53493A
Decimal837358
Binary10100111001001111010
Octal12311172

Shades and tints

Shades of #53493A

#53493A
(83,73,58)
#4C4335
(76,67,53)
#453D30
(69,61,48)
#3E372B
(62,55,43)
#373126
(55,49,38)
#302B21
(48,43,33)
#29251C
(41,37,28)
#221F17
(34,31,23)
#1B1912
(27,25,18)
#14130D
(20,19,13)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #53493A

#53493A
(83,73,58)
#62594B
(98,89,75)
#71695C
(113,105,92)
#80796D
(128,121,109)
#8F897E
(143,137,126)
#9E998F
(158,153,143)
#ADA9A0
(173,169,160)
#BCB9B1
(188,185,177)
#CBC9C2
(203,201,194)
#DAD9D3
(218,217,211)
#E9E9E4
(233,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53493A; }

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

This text font color is #53493A.


Background Color

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

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

This div background color is #53493A.


Border color

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

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

This div border color is #53493A.


Opacity

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

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

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

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

This text has shadow with #53493A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53493A on black background.


Color preview on white background

This text has color #53493A on white background.



Black color preview on #53493A background

This text has black color on #53493A background.


White color preview on #53493A background

This text has white color on #53493A background.