COLOR #53492E

HEX: #53492E
RGB: (83,73,46)

Color info

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

RGB color model

#53492E color RGB value is (83,73,46).

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

RGB channels and saturation

R 83 of 255 = 33%
G 73 of 255 = 29%
B 46 of 255 = 18%

83
73
46

R + G + B ~ 27%. #53492E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 73 + 46 = 202 (100%)
R 83 of 202 ~ 41.09%
G 73 of 202 ~ 36.14%
B 46 of 202 ~ 22.77%

%41.09
%36.14
%22.77

CMYK color model

#53492E color CMYK value is (0,12,45,67).

  • cyan value is 0.00%
  • magenta value is 12.05%
  • yellow value is 44.58%
  • key color value is 67.45%
CMYK:
(0,12,45,67)
C0M12Y45K67 
(0%,12%,45%,67%)
(0.00/0.12/0.45/0.67)	

CMYK percentages

%0
%12.05
%44.58
%67.45

Codes

Color #53492E in popluar color models

53492E
RGB837346
HSL44°28.68%25.29%
HSB/HSV44°44.58%32.55%
CMYK0.00%12.05%44.58%
67.45%

Color #53492E in popluar number systems.

HEX53492E
Decimal837346
Binary10100111001001101110
Octal12311156

Shades and tints

Shades of #53492E

#53492E
(83,73,46)
#4C432A
(76,67,42)
#453D26
(69,61,38)
#3E3722
(62,55,34)
#37311E
(55,49,30)
#302B1A
(48,43,26)
#292516
(41,37,22)
#221F12
(34,31,18)
#1B190E
(27,25,14)
#14130A
(20,19,10)
#0D0D06
(13,13,6)
#000000
(0,0,0)

Tints of #53492E

#53492E
(83,73,46)
#625941
(98,89,65)
#716954
(113,105,84)
#807967
(128,121,103)
#8F897A
(143,137,122)
#9E998D
(158,153,141)
#ADA9A0
(173,169,160)
#BCB9B3
(188,185,179)
#CBC9C6
(203,201,198)
#DAD9D9
(218,217,217)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53492E color. Also use rgb(83,73,46) instead hex code.

Text Font Color

.myTextColor { color: #53492E; }

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

This text font color is #53492E.


Background Color

.myBgColor { background-color: #53492E; }

<div style="background-color:#53492E">Inner text</div>

This div background color is #53492E.


Border color

.myBorderColor { border: 1px solid #53492E; }

<div style="border:3px solid #53492E">Div</div>

This div border color is #53492E.


Opacity

.myOpacity80 { color: #53492E; opacity: 0.8; }

<p style="color:#53492E;opacity:0.8;">80%</p>

Text with #53492E 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 #53492E;}

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

This text has shadow with #53492E color.

.textShadow {text-shadow: 3px 3px 1px #53492E, 3px 3px 1px red;}

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

This text has shadow with #53492E primary color and red secondary color.


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

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

This text has shadow with #53492E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53492E on black background.


Color preview on white background

This text has color #53492E on white background.



Black color preview on #53492E background

This text has black color on #53492E background.


White color preview on #53492E background

This text has white color on #53492E background.