COLOR #53494F

HEX: #53494F
RGB: (83,73,79)

Color info

#53494F contains red, green and blue colors in about the same proportion. Web safe color of #53494F is #663366 (or #636).

RGB color model

#53494F color RGB value is (83,73,79).

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

RGB channels and saturation

R 83 of 255 = 33%
G 73 of 255 = 29%
B 79 of 255 = 31%

83
73
79

R + G + B ~ 31%. #53494F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 73 + 79 = 235 (100%)
R 83 of 235 ~ 35.32%
G 73 of 235 ~ 31.06%
B 79 of 235 ~ 33.62%

%35.32
%31.06
%33.62

CMYK color model

#53494F color CMYK value is (0,12,5,67).

  • cyan value is 0.00%
  • magenta value is 12.05%
  • yellow value is 4.82%
  • key color value is 67.45%
CMYK:
(0,12,5,67)
C0M12Y5K67 
(0%,12%,5%,67%)
(0.00/0.12/0.05/0.67)	

CMYK percentages

%0
%12.05
%4.82
%67.45

Codes

Color #53494F in popluar color models

53494F
RGB837379
HSL324°6.41%30.59%
HSB/HSV324°12.05%32.55%
CMYK0.00%12.05%4.82%
67.45%

Color #53494F in popluar number systems.

HEX53494F
Decimal837379
Binary101001110010011001111
Octal123111117

Shades and tints

Shades of #53494F

#53494F
(83,73,79)
#4C4348
(76,67,72)
#453D41
(69,61,65)
#3E373A
(62,55,58)
#373133
(55,49,51)
#302B2C
(48,43,44)
#292525
(41,37,37)
#221F1E
(34,31,30)
#1B1917
(27,25,23)
#141310
(20,19,16)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #53494F

#53494F
(83,73,79)
#62595F
(98,89,95)
#71696F
(113,105,111)
#80797F
(128,121,127)
#8F898F
(143,137,143)
#9E999F
(158,153,159)
#ADA9AF
(173,169,175)
#BCB9BF
(188,185,191)
#CBC9CF
(203,201,207)
#DAD9DF
(218,217,223)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53494F color. Also use rgb(83,73,79) instead hex code.

Text Font Color

.myTextColor { color: #53494F; }

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

This text font color is #53494F.


Background Color

.myBgColor { background-color: #53494F; }

<div style="background-color:#53494F">Inner text</div>

This div background color is #53494F.


Border color

.myBorderColor { border: 1px solid #53494F; }

<div style="border:3px solid #53494F">Div</div>

This div border color is #53494F.


Opacity

.myOpacity80 { color: #53494F; opacity: 0.8; }

<p style="color:#53494F;opacity:0.8;">80%</p>

Text with #53494F 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 #53494F;}

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

This text has shadow with #53494F color.

.textShadow {text-shadow: 3px 3px 1px #53494F, 3px 3px 1px red;}

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

This text has shadow with #53494F primary color and red secondary color.


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

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

This text has shadow with #53494F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53494F on black background.


Color preview on white background

This text has color #53494F on white background.



Black color preview on #53494F background

This text has black color on #53494F background.


White color preview on #53494F background

This text has white color on #53494F background.