COLOR #53504E

HEX: #53504E
RGB: (83,80,78)

Color info

#53504E contains red, green and blue colors in about the same proportion. Web safe color of #53504E is #666666 (or #666).

RGB color model

#53504E color RGB value is (83,80,78).

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

RGB channels and saturation

R 83 of 255 = 33%
G 80 of 255 = 31%
B 78 of 255 = 31%

83
80
78

R + G + B ~ 32%. #53504E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 80 + 78 = 241 (100%)
R 83 of 241 ~ 34.44%
G 80 of 241 ~ 33.2%
B 78 of 241 ~ 32.37%

%34.44
%33.2
%32.37

CMYK color model

#53504E color CMYK value is (0,4,6,67).

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 6.02%
  • key color value is 67.45%
CMYK:
(0,4,6,67)
C0M4Y6K67 
(0%,4%,6%,67%)
(0.00/0.04/0.06/0.67)	

CMYK percentages

%0
%3.61
%6.02
%67.45

Codes

Color #53504E in popluar color models

53504E
RGB838078
HSL24°3.11%31.57%
HSB/HSV24°6.02%32.55%
CMYK0.00%3.61%6.02%
67.45%

Color #53504E in popluar number systems.

HEX53504E
Decimal838078
Binary101001110100001001110
Octal123120116

Shades and tints

Shades of #53504E

#53504E
(83,80,78)
#4C4947
(76,73,71)
#454240
(69,66,64)
#3E3B39
(62,59,57)
#373432
(55,52,50)
#302D2B
(48,45,43)
#292624
(41,38,36)
#221F1D
(34,31,29)
#1B1816
(27,24,22)
#14110F
(20,17,15)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #53504E

#53504E
(83,80,78)
#625F5E
(98,95,94)
#716E6E
(113,110,110)
#807D7E
(128,125,126)
#8F8C8E
(143,140,142)
#9E9B9E
(158,155,158)
#ADAAAE
(173,170,174)
#BCB9BE
(188,185,190)
#CBC8CE
(203,200,206)
#DAD7DE
(218,215,222)
#E9E6EE
(233,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53504E; }

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

This text font color is #53504E.


Background Color

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

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

This div background color is #53504E.


Border color

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

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

This div border color is #53504E.


Opacity

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

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

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

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

This text has shadow with #53504E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53504E on black background.


Color preview on white background

This text has color #53504E on white background.



Black color preview on #53504E background

This text has black color on #53504E background.


White color preview on #53504E background

This text has white color on #53504E background.