COLOR #535460

HEX: #535460
RGB: (83,84,96)

Color info

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

RGB color model

#535460 color RGB value is (83,84,96).

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

RGB channels and saturation

R 83 of 255 = 33%
G 84 of 255 = 33%
B 96 of 255 = 38%

83
84
96

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

Portions of RGB colors in percentages

R + G + B =
83 + 84 + 96 = 263 (100%)
R 83 of 263 ~ 31.56%
G 84 of 263 ~ 31.94%
B 96 of 263 ~ 36.5%

%31.56
%31.94
%36.5

CMYK color model

#535460 color CMYK value is (14,13,0,62).

  • cyan value is 13.54%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(14,13,0,62)
C14M13Y0K62 
(14%,13%,0%,62%)
(0.14/0.13/0.00/0.62)	

CMYK percentages

%13.54
%12.5
%0
%62.35

Codes

Color #535460 in popluar color models

535460
RGB838496
HSL235°7.26%35.10%
HSB/HSV235°13.54%37.65%
CMYK13.54%12.50%0.00%
62.35%

Color #535460 in popluar number systems.

HEX535460
Decimal838496
Binary101001110101001100000
Octal123124140

Shades and tints

Shades of #535460

#535460
(83,84,96)
#4C4D58
(76,77,88)
#454650
(69,70,80)
#3E3F48
(62,63,72)
#373840
(55,56,64)
#303138
(48,49,56)
#292A30
(41,42,48)
#222328
(34,35,40)
#1B1C20
(27,28,32)
#141518
(20,21,24)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #535460

#535460
(83,84,96)
#62636E
(98,99,110)
#71727C
(113,114,124)
#80818A
(128,129,138)
#8F9098
(143,144,152)
#9E9FA6
(158,159,166)
#ADAEB4
(173,174,180)
#BCBDC2
(188,189,194)
#CBCCD0
(203,204,208)
#DADBDE
(218,219,222)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535460; }

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

This text font color is #535460.


Background Color

.myBgColor { background-color: #535460; }

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

This div background color is #535460.


Border color

.myBorderColor { border: 1px solid #535460; }

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

This div border color is #535460.


Opacity

.myOpacity80 { color: #535460; opacity: 0.8; }

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

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

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

This text has shadow with #535460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535460 on black background.


Color preview on white background

This text has color #535460 on white background.



Black color preview on #535460 background

This text has black color on #535460 background.


White color preview on #535460 background

This text has white color on #535460 background.