COLOR #535760

HEX: #535760
RGB: (83,87,96)

Color info

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

RGB color model

#535760 color RGB value is (83,87,96).

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

RGB channels and saturation

R 83 of 255 = 33%
G 87 of 255 = 34%
B 96 of 255 = 38%

83
87
96

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

Portions of RGB colors in percentages

R + G + B =
83 + 87 + 96 = 266 (100%)
R 83 of 266 ~ 31.2%
G 87 of 266 ~ 32.71%
B 96 of 266 ~ 36.09%

%31.2
%32.71
%36.09

CMYK color model

#535760 color CMYK value is (14,9,0,62).

  • cyan value is 13.54%
  • magenta value is 9.38%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(14,9,0,62)
C14M9Y0K62 
(14%,9%,0%,62%)
(0.14/0.09/0.00/0.62)	

CMYK percentages

%13.54
%9.38
%0
%62.35

Codes

Color #535760 in popluar color models

535760
RGB838796
HSL222°7.26%35.10%
HSB/HSV222°13.54%37.65%
CMYK13.54%9.38%0.00%
62.35%

Color #535760 in popluar number systems.

HEX535760
Decimal838796
Binary101001110101111100000
Octal123127140

Shades and tints

Shades of #535760

#535760
(83,87,96)
#4C5058
(76,80,88)
#454950
(69,73,80)
#3E4248
(62,66,72)
#373B40
(55,59,64)
#303438
(48,52,56)
#292D30
(41,45,48)
#222628
(34,38,40)
#1B1F20
(27,31,32)
#141818
(20,24,24)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #535760

#535760
(83,87,96)
#62666E
(98,102,110)
#71757C
(113,117,124)
#80848A
(128,132,138)
#8F9398
(143,147,152)
#9EA2A6
(158,162,166)
#ADB1B4
(173,177,180)
#BCC0C2
(188,192,194)
#CBCFD0
(203,207,208)
#DADEDE
(218,222,222)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535760; }

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

This text font color is #535760.


Background Color

.myBgColor { background-color: #535760; }

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

This div background color is #535760.


Border color

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

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

This div border color is #535760.


Opacity

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

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

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

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

This text has shadow with #535760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535760 on black background.


Color preview on white background

This text has color #535760 on white background.



Black color preview on #535760 background

This text has black color on #535760 background.


White color preview on #535760 background

This text has white color on #535760 background.