COLOR #53563F

HEX: #53563F
RGB: (83,86,63)

Color info

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

RGB color model

#53563F color RGB value is (83,86,63).

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

RGB channels and saturation

R 83 of 255 = 33%
G 86 of 255 = 34%
B 63 of 255 = 25%

83
86
63

R + G + B ~ 31%. #53563F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 86 + 63 = 232 (100%)
R 83 of 232 ~ 35.78%
G 86 of 232 ~ 37.07%
B 63 of 232 ~ 27.16%

%35.78
%37.07
%27.16

CMYK color model

#53563F color CMYK value is (3,0,27,66).

  • cyan value is 3.49%
  • magenta value is 0.00%
  • yellow value is 26.74%
  • key color value is 66.27%
CMYK:
(3,0,27,66)
C3M0Y27K66 
(3%,0%,27%,66%)
(0.03/0.00/0.27/0.66)	

CMYK percentages

%3.49
%0
%26.74
%66.27

Codes

Color #53563F in popluar color models

53563F
RGB838663
HSL68°15.44%29.22%
HSB/HSV68°26.74%33.73%
CMYK3.49%0.00%26.74%
66.27%

Color #53563F in popluar number systems.

HEX53563F
Decimal838663
Binary10100111010110111111
Octal12312677

Shades and tints

Shades of #53563F

#53563F
(83,86,63)
#4C4F3A
(76,79,58)
#454835
(69,72,53)
#3E4130
(62,65,48)
#373A2B
(55,58,43)
#303326
(48,51,38)
#292C21
(41,44,33)
#22251C
(34,37,28)
#1B1E17
(27,30,23)
#141712
(20,23,18)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #53563F

#53563F
(83,86,63)
#626550
(98,101,80)
#717461
(113,116,97)
#808372
(128,131,114)
#8F9283
(143,146,131)
#9EA194
(158,161,148)
#ADB0A5
(173,176,165)
#BCBFB6
(188,191,182)
#CBCEC7
(203,206,199)
#DADDD8
(218,221,216)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53563F color. Also use rgb(83,86,63) instead hex code.

Text Font Color

.myTextColor { color: #53563F; }

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

This text font color is #53563F.


Background Color

.myBgColor { background-color: #53563F; }

<div style="background-color:#53563F">Inner text</div>

This div background color is #53563F.


Border color

.myBorderColor { border: 1px solid #53563F; }

<div style="border:3px solid #53563F">Div</div>

This div border color is #53563F.


Opacity

.myOpacity80 { color: #53563F; opacity: 0.8; }

<p style="color:#53563F;opacity:0.8;">80%</p>

Text with #53563F 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 #53563F;}

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

This text has shadow with #53563F color.

.textShadow {text-shadow: 3px 3px 1px #53563F, 3px 3px 1px red;}

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

This text has shadow with #53563F primary color and red secondary color.


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

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

This text has shadow with #53563F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53563F on black background.


Color preview on white background

This text has color #53563F on white background.



Black color preview on #53563F background

This text has black color on #53563F background.


White color preview on #53563F background

This text has white color on #53563F background.