COLOR #53534C

HEX: #53534C
RGB: (83,83,76)

Color info

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

RGB color model

#53534C color RGB value is (83,83,76).

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

RGB channels and saturation

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

83
83
76

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

Portions of RGB colors in percentages

R + G + B =
83 + 83 + 76 = 242 (100%)
R 83 of 242 ~ 34.3%
G 83 of 242 ~ 34.3%
B 76 of 242 ~ 31.4%

%34.3
%34.3
%31.4

CMYK color model

#53534C color CMYK value is (0,0,8,67).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 8.43%
  • key color value is 67.45%
CMYK:
(0,0,8,67)
C0M0Y8K67 
(0%,0%,8%,67%)
(0.00/0.00/0.08/0.67)	

CMYK percentages

%0
%0
%8.43
%67.45

Codes

Color #53534C in popluar color models

53534C
RGB838376
HSL60°4.40%31.18%
HSB/HSV60°8.43%32.55%
CMYK0.00%0.00%8.43%
67.45%

Color #53534C in popluar number systems.

HEX53534C
Decimal838376
Binary101001110100111001100
Octal123123114

Shades and tints

Shades of #53534C

#53534C
(83,83,76)
#4C4C46
(76,76,70)
#454540
(69,69,64)
#3E3E3A
(62,62,58)
#373734
(55,55,52)
#30302E
(48,48,46)
#292928
(41,41,40)
#222222
(34,34,34)
#1B1B1C
(27,27,28)
#141416
(20,20,22)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #53534C

#53534C
(83,83,76)
#62625C
(98,98,92)
#71716C
(113,113,108)
#80807C
(128,128,124)
#8F8F8C
(143,143,140)
#9E9E9C
(158,158,156)
#ADADAC
(173,173,172)
#BCBCBC
(188,188,188)
#CBCBCC
(203,203,204)
#DADADC
(218,218,220)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53534C; }

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

This text font color is #53534C.


Background Color

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

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

This div background color is #53534C.


Border color

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

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

This div border color is #53534C.


Opacity

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

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

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

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

This text has shadow with #53534C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53534C on black background.


Color preview on white background

This text has color #53534C on white background.



Black color preview on #53534C background

This text has black color on #53534C background.


White color preview on #53534C background

This text has white color on #53534C background.