COLOR #53595E

HEX: #53595E
RGB: (83,89,94)

Color info

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

RGB color model

#53595E color RGB value is (83,89,94).

  • red value is 83;
  • green value is 89;
  • blue value is 94.
RGB:
(83,89,94)
(33%,35%,37%)

RGB channels and saturation

R 83 of 255 = 33%
G 89 of 255 = 35%
B 94 of 255 = 37%

83
89
94

R + G + B ~ 35%. #53595E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 89 + 94 = 266 (100%)
R 83 of 266 ~ 31.2%
G 89 of 266 ~ 33.46%
B 94 of 266 ~ 35.34%

%31.2
%33.46
%35.34

CMYK color model

#53595E color CMYK value is (12,5,0,63).

  • cyan value is 11.70%
  • magenta value is 5.32%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(12,5,0,63)
C12M5Y0K63 
(12%,5%,0%,63%)
(0.12/0.05/0.00/0.63)	

CMYK percentages

%11.7
%5.32
%0
%63.14

Codes

Color #53595E in popluar color models

53595E
RGB838994
HSL207°6.21%34.71%
HSB/HSV207°11.70%36.86%
CMYK11.70%5.32%0.00%
63.14%

Color #53595E in popluar number systems.

HEX53595E
Decimal838994
Binary101001110110011011110
Octal123131136

Shades and tints

Shades of #53595E

#53595E
(83,89,94)
#4C5156
(76,81,86)
#45494E
(69,73,78)
#3E4146
(62,65,70)
#37393E
(55,57,62)
#303136
(48,49,54)
#29292E
(41,41,46)
#222126
(34,33,38)
#1B191E
(27,25,30)
#141116
(20,17,22)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #53595E

#53595E
(83,89,94)
#62686C
(98,104,108)
#71777A
(113,119,122)
#808688
(128,134,136)
#8F9596
(143,149,150)
#9EA4A4
(158,164,164)
#ADB3B2
(173,179,178)
#BCC2C0
(188,194,192)
#CBD1CE
(203,209,206)
#DAE0DC
(218,224,220)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53595E color. Also use rgb(83,89,94) instead hex code.

Text Font Color

.myTextColor { color: #53595E; }

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

This text font color is #53595E.


Background Color

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

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

This div background color is #53595E.


Border color

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

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

This div border color is #53595E.


Opacity

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

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

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

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

This text has shadow with #53595E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53595E on black background.


Color preview on white background

This text has color #53595E on white background.



Black color preview on #53595E background

This text has black color on #53595E background.


White color preview on #53595E background

This text has white color on #53595E background.