COLOR #53596A

HEX: #53596A
RGB: (83,89,106)

Color info

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

RGB color model

#53596A color RGB value is (83,89,106).

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

RGB channels and saturation

R 83 of 255 = 33%
G 89 of 255 = 35%
B 106 of 255 = 42%

83
89
106

R + G + B ~ 37%. #53596A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 89 + 106 = 278 (100%)
R 83 of 278 ~ 29.86%
G 89 of 278 ~ 32.01%
B 106 of 278 ~ 38.13%

%29.86
%32.01
%38.13

CMYK color model

#53596A color CMYK value is (22,16,0,58).

  • cyan value is 21.70%
  • magenta value is 16.04%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(22,16,0,58)
C22M16Y0K58 
(22%,16%,0%,58%)
(0.22/0.16/0.00/0.58)	

CMYK percentages

%21.7
%16.04
%0
%58.43

Codes

Color #53596A in popluar color models

53596A
RGB8389106
HSL224°12.17%37.06%
HSB/HSV224°21.70%41.57%
CMYK21.70%16.04%0.00%
58.43%

Color #53596A in popluar number systems.

HEX53596A
Decimal8389106
Binary101001110110011101010
Octal123131152

Shades and tints

Shades of #53596A

#53596A
(83,89,106)
#4C5161
(76,81,97)
#454958
(69,73,88)
#3E414F
(62,65,79)
#373946
(55,57,70)
#30313D
(48,49,61)
#292934
(41,41,52)
#22212B
(34,33,43)
#1B1922
(27,25,34)
#141119
(20,17,25)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #53596A

#53596A
(83,89,106)
#626877
(98,104,119)
#717784
(113,119,132)
#808691
(128,134,145)
#8F959E
(143,149,158)
#9EA4AB
(158,164,171)
#ADB3B8
(173,179,184)
#BCC2C5
(188,194,197)
#CBD1D2
(203,209,210)
#DAE0DF
(218,224,223)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53596A color. Also use rgb(83,89,106) instead hex code.

Text Font Color

.myTextColor { color: #53596A; }

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

This text font color is #53596A.


Background Color

.myBgColor { background-color: #53596A; }

<div style="background-color:#53596A">Inner text</div>

This div background color is #53596A.


Border color

.myBorderColor { border: 1px solid #53596A; }

<div style="border:3px solid #53596A">Div</div>

This div border color is #53596A.


Opacity

.myOpacity80 { color: #53596A; opacity: 0.8; }

<p style="color:#53596A;opacity:0.8;">80%</p>

Text with #53596A 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 #53596A;}

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

This text has shadow with #53596A color.

.textShadow {text-shadow: 3px 3px 1px #53596A, 3px 3px 1px red;}

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

This text has shadow with #53596A primary color and red secondary color.


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

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

This text has shadow with #53596A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53596A on black background.


Color preview on white background

This text has color #53596A on white background.



Black color preview on #53596A background

This text has black color on #53596A background.


White color preview on #53596A background

This text has white color on #53596A background.