COLOR #53534D

HEX: #53534D RGB: (83,83,77)

Color info

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

RGB color model

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

RGB: (83,83,77) (33%, 33%, 30%)

RGB channels and saturation

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

83
83
77

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

Portions of RGB colors in percentages

R + G + B = 83 + 83 + 77 = 243 (100%)
R 83 of 243 ~ 34.16%
G 83 of 243 ~ 34.16%
B 77 of 243 ~ 31.69'%

%34.16
%34.16
%31.69

CMYK color model

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

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

CMYK percentages

%0
%0
%7.23
%67.45

Codes

Color #53534D in popluar color models

53 53 4D
RGB 83 83 77
HSL 60° 3.75% 31.37%
HSB/HSV 60° 7.23% 32.55%
CMYK 0.00% 0.00% 7.23%
67.45%

Color #53534D in popluar number systems.

HEX 53 53 4D
Decimal 83 83 77
Binary 1010011 1010011 1001101
Octal 123 123 115

Shades and tints

Shades of #53534D

#53534D
(83,83,77)
#4C4C46
(76,76,70)
#45453F
(69,69,63)
#3E3E38
(62,62,56)
#373731
(55,55,49)
#30302A
(48,48,42)
#292923
(41,41,35)
#22221C
(34,34,28)
#1B1B15
(27,27,21)
#14140E
(20,20,14)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #53534D

#53534D
(83,83,77)
#62625D
(98,98,93)
#71716D
(113,113,109)
#80807D
(128,128,125)
#8F8F8D
(143,143,141)
#9E9E9D
(158,158,157)
#ADADAD
(173,173,173)
#BCBCBD
(188,188,189)
#CBCBCD
(203,203,205)
#DADADD
(218,218,221)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53534D; }

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

This text font color is #53534D.

Background Color

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

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

This div background color is #53534D.

Border color

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

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

This div border color is #53534D.

Opacity

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

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

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

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

This text has shadow with #53534D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53534D.

Preview

Color preview on black background

This text has color #53534D on black background.


Color preview on white background

This text has color #53534D on white background.


Black color preview on #53534D background

This text has black color on #53534D background.


White color preview on #53534D background

This text has white color on #53534D background.


Related colors

Complementary color

Complementary color for #hex is #ACACB2.


I love getcolorcode.com