COLOR #53564D

HEX: #53564D
RGB: (83,86,77)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

83
86
77

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

Portions of RGB colors in percentages

R + G + B =
83 + 86 + 77 = 246 (100%)
R 83 of 246 ~ 33.74%
G 86 of 246 ~ 34.96%
B 77 of 246 ~ 31.3%

%33.74
%34.96
%31.3

CMYK color model

#53564D color CMYK value is (3,0,10,66).

  • cyan value is 3.49%
  • magenta value is 0.00%
  • yellow value is 10.47%
  • key color value is 66.27%
CMYK:
(3,0,10,66)
C3M0Y10K66 
(3%,0%,10%,66%)
(0.03/0.00/0.10/0.66)	

CMYK percentages

%3.49
%0
%10.47
%66.27

Codes

Color #53564D in popluar color models

53564D
RGB838677
HSL80°5.52%31.96%
HSB/HSV80°10.47%33.73%
CMYK3.49%0.00%10.47%
66.27%

Color #53564D in popluar number systems.

HEX53564D
Decimal838677
Binary101001110101101001101
Octal123126115

Shades and tints

Shades of #53564D

#53564D
(83,86,77)
#4C4F46
(76,79,70)
#45483F
(69,72,63)
#3E4138
(62,65,56)
#373A31
(55,58,49)
#30332A
(48,51,42)
#292C23
(41,44,35)
#22251C
(34,37,28)
#1B1E15
(27,30,21)
#14170E
(20,23,14)
#0D1007
(13,16,7)
#000000
(0,0,0)

Tints of #53564D

#53564D
(83,86,77)
#62655D
(98,101,93)
#71746D
(113,116,109)
#80837D
(128,131,125)
#8F928D
(143,146,141)
#9EA19D
(158,161,157)
#ADB0AD
(173,176,173)
#BCBFBD
(188,191,189)
#CBCECD
(203,206,205)
#DADDDD
(218,221,221)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53564D; }

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

This text font color is #53564D.


Background Color

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

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

This div background color is #53564D.


Border color

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

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

This div border color is #53564D.


Opacity

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

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

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

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

This text has shadow with #53564D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53564D on black background.


Color preview on white background

This text has color #53564D on white background.



Black color preview on #53564D background

This text has black color on #53564D background.


White color preview on #53564D background

This text has white color on #53564D background.