COLOR #53604E

HEX: #53604E
RGB: (83,96,78)

Color info

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

RGB color model

#53604E color RGB value is (83,96,78).

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

RGB channels and saturation

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

83
96
78

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

Portions of RGB colors in percentages

R + G + B =
83 + 96 + 78 = 257 (100%)
R 83 of 257 ~ 32.3%
G 96 of 257 ~ 37.35%
B 78 of 257 ~ 30.35%

%32.3
%37.35
%30.35

CMYK color model

#53604E color CMYK value is (14,0,19,62).

  • cyan value is 13.54%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 62.35%
CMYK: (14,0,19,62) C14M0Y19K62 (14%,0%,19%,62%) (0.14/0.00/0.19/0.62)

CMYK percentages

%13.54
%0
%18.75
%62.35

Codes

Color #53604E in popluar color models

53604E
RGB839678
HSL103°10.34%34.12%
HSB/HSV103°18.75%37.65%
CMYK13.54%0.00%18.75%
62.35%

Color #53604E in popluar number systems.

HEX53604E
Decimal839678
Binary101001111000001001110
Octal123140116

Shades and tints

Shades of #53604E

#53604E
(83,96,78)
#4C5847
(76,88,71)
#455040
(69,80,64)
#3E4839
(62,72,57)
#374032
(55,64,50)
#30382B
(48,56,43)
#293024
(41,48,36)
#22281D
(34,40,29)
#1B2016
(27,32,22)
#14180F
(20,24,15)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #53604E

#53604E
(83,96,78)
#626E5E
(98,110,94)
#717C6E
(113,124,110)
#808A7E
(128,138,126)
#8F988E
(143,152,142)
#9EA69E
(158,166,158)
#ADB4AE
(173,180,174)
#BCC2BE
(188,194,190)
#CBD0CE
(203,208,206)
#DADEDE
(218,222,222)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53604E; }

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

This text font color is #53604E.


Background Color

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

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

This div background color is #53604E.


Border color

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

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

This div border color is #53604E.


Opacity

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

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

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

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

This text has shadow with #53604E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #53604E on black background.


Color preview on white background

This text has color #53604E on white background.



Black color preview on #53604E background

This text has black color on #53604E background.


White color preview on #53604E background

This text has white color on #53604E background.