COLOR #53524D

HEX: #53524D
RGB: (83,82,77)

Color info

#53524D contains red, green and blue colors in about the same proportion. Web safe color of #53524D is #666633 (or #663).

RGB color model

#53524D color RGB value is (83,82,77).

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

RGB channels and saturation

R 83 of 255 = 33%
G 82 of 255 = 32%
B 77 of 255 = 30%

83
82
77

R + G + B ~ 32%. #53524D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 82 + 77 = 242 (100%)
R 83 of 242 ~ 34.3%
G 82 of 242 ~ 33.88%
B 77 of 242 ~ 31.82%

%34.3
%33.88
%31.82

CMYK color model

#53524D color CMYK value is (0,1,7,67).

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 7.23%
  • key color value is 67.45%
CMYK:
(0,1,7,67)
C0M1Y7K67 
(0%,1%,7%,67%)
(0.00/0.01/0.07/0.67)	

CMYK percentages

%0
%1.2
%7.23
%67.45

Codes

Color #53524D in popluar color models

53524D
RGB838277
HSL50°3.75%31.37%
HSB/HSV50°7.23%32.55%
CMYK0.00%1.20%7.23%
67.45%

Color #53524D in popluar number systems.

HEX53524D
Decimal838277
Binary101001110100101001101
Octal123122115

Shades and tints

Shades of #53524D

#53524D
(83,82,77)
#4C4B46
(76,75,70)
#45443F
(69,68,63)
#3E3D38
(62,61,56)
#373631
(55,54,49)
#302F2A
(48,47,42)
#292823
(41,40,35)
#22211C
(34,33,28)
#1B1A15
(27,26,21)
#14130E
(20,19,14)
#0D0C07
(13,12,7)
#000000
(0,0,0)

Tints of #53524D

#53524D
(83,82,77)
#62615D
(98,97,93)
#71706D
(113,112,109)
#807F7D
(128,127,125)
#8F8E8D
(143,142,141)
#9E9D9D
(158,157,157)
#ADACAD
(173,172,173)
#BCBBBD
(188,187,189)
#CBCACD
(203,202,205)
#DAD9DD
(218,217,221)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53524D; }

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

This text font color is #53524D.


Background Color

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

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

This div background color is #53524D.


Border color

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

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

This div border color is #53524D.


Opacity

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

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

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

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

This text has shadow with #53524D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53524D on black background.


Color preview on white background

This text has color #53524D on white background.



Black color preview on #53524D background

This text has black color on #53524D background.


White color preview on #53524D background

This text has white color on #53524D background.