COLOR #53484D

HEX: #53484D
RGB: (83,72,77)

Color info

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

RGB color model

#53484D color RGB value is (83,72,77).

  • red value is 83;
  • green value is 72;
  • blue value is 77.
RGB:
(83,72,77)
(33%,28%,30%)

RGB channels and saturation

R 83 of 255 = 33%
G 72 of 255 = 28%
B 77 of 255 = 30%

83
72
77

R + G + B ~ 30%. #53484D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 72 + 77 = 232 (100%)
R 83 of 232 ~ 35.78%
G 72 of 232 ~ 31.03%
B 77 of 232 ~ 33.19%

%35.78
%31.03
%33.19

CMYK color model

#53484D color CMYK value is (0,13,7,67).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 7.23%
  • key color value is 67.45%
CMYK:
(0,13,7,67)
C0M13Y7K67 
(0%,13%,7%,67%)
(0.00/0.13/0.07/0.67)	

CMYK percentages

%0
%13.25
%7.23
%67.45

Codes

Color #53484D in popluar color models

53484D
RGB837277
HSL333°7.10%30.39%
HSB/HSV333°13.25%32.55%
CMYK0.00%13.25%7.23%
67.45%

Color #53484D in popluar number systems.

HEX53484D
Decimal837277
Binary101001110010001001101
Octal123110115

Shades and tints

Shades of #53484D

#53484D
(83,72,77)
#4C4246
(76,66,70)
#453C3F
(69,60,63)
#3E3638
(62,54,56)
#373031
(55,48,49)
#302A2A
(48,42,42)
#292423
(41,36,35)
#221E1C
(34,30,28)
#1B1815
(27,24,21)
#14120E
(20,18,14)
#0D0C07
(13,12,7)
#000000
(0,0,0)

Tints of #53484D

#53484D
(83,72,77)
#62585D
(98,88,93)
#71686D
(113,104,109)
#80787D
(128,120,125)
#8F888D
(143,136,141)
#9E989D
(158,152,157)
#ADA8AD
(173,168,173)
#BCB8BD
(188,184,189)
#CBC8CD
(203,200,205)
#DAD8DD
(218,216,221)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53484D color. Also use rgb(83,72,77) instead hex code.

Text Font Color

.myTextColor { color: #53484D; }

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

This text font color is #53484D.


Background Color

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

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

This div background color is #53484D.


Border color

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

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

This div border color is #53484D.


Opacity

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

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

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

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

This text has shadow with #53484D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53484D on black background.


Color preview on white background

This text has color #53484D on white background.



Black color preview on #53484D background

This text has black color on #53484D background.


White color preview on #53484D background

This text has white color on #53484D background.