COLOR #535C65

HEX: #535C65
RGB: (83,92,101)

Color info

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

RGB color model

#535C65 color RGB value is (83,92,101).

  • red value is 83;
  • green value is 92;
  • blue value is 101.
RGB:
(83,92,101)
(33%,36%,40%)

RGB channels and saturation

R 83 of 255 = 33%
G 92 of 255 = 36%
B 101 of 255 = 40%

83
92
101

R + G + B ~ 36%. #535C65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 92 + 101 = 276 (100%)
R 83 of 276 ~ 30.07%
G 92 of 276 ~ 33.33%
B 101 of 276 ~ 36.59%

%30.07
%33.33
%36.59

CMYK color model

#535C65 color CMYK value is (18,9,0,60).

  • cyan value is 17.82%
  • magenta value is 8.91%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(18,9,0,60)
C18M9Y0K60 
(18%,9%,0%,60%)
(0.18/0.09/0.00/0.60)	

CMYK percentages

%17.82
%8.91
%0
%60.39

Codes

Color #535C65 in popluar color models

535C65
RGB8392101
HSL210°9.78%36.08%
HSB/HSV210°17.82%39.61%
CMYK17.82%8.91%0.00%
60.39%

Color #535C65 in popluar number systems.

HEX535C65
Decimal8392101
Binary101001110111001100101
Octal123134145

Shades and tints

Shades of #535C65

#535C65
(83,92,101)
#4C545C
(76,84,92)
#454C53
(69,76,83)
#3E444A
(62,68,74)
#373C41
(55,60,65)
#303438
(48,52,56)
#292C2F
(41,44,47)
#222426
(34,36,38)
#1B1C1D
(27,28,29)
#141414
(20,20,20)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #535C65

#535C65
(83,92,101)
#626A73
(98,106,115)
#717881
(113,120,129)
#80868F
(128,134,143)
#8F949D
(143,148,157)
#9EA2AB
(158,162,171)
#ADB0B9
(173,176,185)
#BCBEC7
(188,190,199)
#CBCCD5
(203,204,213)
#DADAE3
(218,218,227)
#E9E8F1
(233,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535C65 color. Also use rgb(83,92,101) instead hex code.

Text Font Color

.myTextColor { color: #535C65; }

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

This text font color is #535C65.


Background Color

.myBgColor { background-color: #535C65; }

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

This div background color is #535C65.


Border color

.myBorderColor { border: 1px solid #535C65; }

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

This div border color is #535C65.


Opacity

.myOpacity80 { color: #535C65; opacity: 0.8; }

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

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

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

This text has shadow with #535C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535C65 on black background.


Color preview on white background

This text has color #535C65 on white background.



Black color preview on #535C65 background

This text has black color on #535C65 background.


White color preview on #535C65 background

This text has white color on #535C65 background.