COLOR #53484E

HEX: #53484E
RGB: (83,72,78)

Color info

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

RGB color model

#53484E color RGB value is (83,72,78).

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

RGB channels and saturation

R 83 of 255 = 33%
G 72 of 255 = 28%
B 78 of 255 = 31%

83
72
78

R + G + B ~ 31%. #53484E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 72 + 78 = 233 (100%)
R 83 of 233 ~ 35.62%
G 72 of 233 ~ 30.9%
B 78 of 233 ~ 33.48%

%35.62
%30.9
%33.48

CMYK color model

#53484E color CMYK value is (0,13,6,67).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 6.02%
  • key color value is 67.45%
CMYK:
(0,13,6,67)
C0M13Y6K67 
(0%,13%,6%,67%)
(0.00/0.13/0.06/0.67)	

CMYK percentages

%0
%13.25
%6.02
%67.45

Codes

Color #53484E in popluar color models

53484E
RGB837278
HSL327°7.10%30.39%
HSB/HSV327°13.25%32.55%
CMYK0.00%13.25%6.02%
67.45%

Color #53484E in popluar number systems.

HEX53484E
Decimal837278
Binary101001110010001001110
Octal123110116

Shades and tints

Shades of #53484E

#53484E
(83,72,78)
#4C4247
(76,66,71)
#453C40
(69,60,64)
#3E3639
(62,54,57)
#373032
(55,48,50)
#302A2B
(48,42,43)
#292424
(41,36,36)
#221E1D
(34,30,29)
#1B1816
(27,24,22)
#14120F
(20,18,15)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #53484E

#53484E
(83,72,78)
#62585E
(98,88,94)
#71686E
(113,104,110)
#80787E
(128,120,126)
#8F888E
(143,136,142)
#9E989E
(158,152,158)
#ADA8AE
(173,168,174)
#BCB8BE
(188,184,190)
#CBC8CE
(203,200,206)
#DAD8DE
(218,216,222)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53484E; }

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

This text font color is #53484E.


Background Color

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

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

This div background color is #53484E.


Border color

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

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

This div border color is #53484E.


Opacity

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

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

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

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

This text has shadow with #53484E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53484E on black background.


Color preview on white background

This text has color #53484E on white background.



Black color preview on #53484E background

This text has black color on #53484E background.


White color preview on #53484E background

This text has white color on #53484E background.