COLOR #53604F

HEX: #53604F
RGB: (83,96,79)

Color info

#53604F contains red, green and blue colors in about the same proportion. Web safe color of #53604F is #666666 (or #666).

RGB color model

#53604F color RGB value is (83,96,79).

  • red value is 83;
  • green value is 96;
  • blue value is 79.
RGB:
(83,96,79)
(33%,38%,31%)

RGB channels and saturation

R 83 of 255 = 33%
G 96 of 255 = 38%
B 79 of 255 = 31%

83
96
79

R + G + B ~ 34%. #53604F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 96 + 79 = 258 (100%)
R 83 of 258 ~ 32.17%
G 96 of 258 ~ 37.21%
B 79 of 258 ~ 30.62%

%32.17
%37.21
%30.62

CMYK color model

#53604F color CMYK value is (14,0,18,62).

  • cyan value is 13.54%
  • magenta value is 0.00%
  • yellow value is 17.71%
  • key color value is 62.35%
CMYK:
(14,0,18,62)
C14M0Y18K62 
(14%,0%,18%,62%)
(0.14/0.00/0.18/0.62)	

CMYK percentages

%13.54
%0
%17.71
%62.35

Codes

Color #53604F in popluar color models

53604F
RGB839679
HSL106°9.71%34.31%
HSB/HSV106°17.71%37.65%
CMYK13.54%0.00%17.71%
62.35%

Color #53604F in popluar number systems.

HEX53604F
Decimal839679
Binary101001111000001001111
Octal123140117

Shades and tints

Shades of #53604F

#53604F
(83,96,79)
#4C5848
(76,88,72)
#455041
(69,80,65)
#3E483A
(62,72,58)
#374033
(55,64,51)
#30382C
(48,56,44)
#293025
(41,48,37)
#22281E
(34,40,30)
#1B2017
(27,32,23)
#141810
(20,24,16)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #53604F

#53604F
(83,96,79)
#626E5F
(98,110,95)
#717C6F
(113,124,111)
#808A7F
(128,138,127)
#8F988F
(143,152,143)
#9EA69F
(158,166,159)
#ADB4AF
(173,180,175)
#BCC2BF
(188,194,191)
#CBD0CF
(203,208,207)
#DADEDF
(218,222,223)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53604F color. Also use rgb(83,96,79) instead hex code.

Text Font Color

.myTextColor { color: #53604F; }

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

This text font color is #53604F.


Background Color

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

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

This div background color is #53604F.


Border color

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

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

This div border color is #53604F.


Opacity

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

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

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

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

This text has shadow with #53604F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53604F on black background.


Color preview on white background

This text has color #53604F on white background.



Black color preview on #53604F background

This text has black color on #53604F background.


White color preview on #53604F background

This text has white color on #53604F background.