COLOR #535B65

HEX: #535B65 RGB: (83,91,101)

Color info

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

RGB color model

#535B65 color RGB value is (83,91,101).

RGB: (83,91,101) (33%, 36%, 40%)

RGB channels and saturation

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

83
91
101

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

Portions of RGB colors in percentages

R + G + B = 83 + 91 + 101 = 275 (100%)
R 83 of 275 ~ 30.18%
G 91 of 275 ~ 33.09%
B 101 of 275 ~ 36.73'%

%30.18
%33.09
%36.73

CMYK color model

#535B65 color CMYK value is (18,10,0,60).

  • cyan value is 17.82%
  • magenta value is 9.90%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (18,10,0,60)
C18M10Y0K60 (18%, 10%, 0%, 60%)
(0.18 / 0.10 / 0.00 / 0.60)

CMYK percentages

%17.82
%9.9
%0
%60.39

Codes

Color #535B65 in popluar color models

53 5B 65
RGB 83 91 101
HSL 213° 9.78% 36.08%
HSB/HSV 213° 17.82% 39.61%
CMYK 17.82% 9.90% 0.00%
60.39%

Color #535B65 in popluar number systems.

HEX 53 5B 65
Decimal 83 91 101
Binary 1010011 1011011 1100101
Octal 123 133 145

Shades and tints

Shades of #535B65

#535B65
(83,91,101)
#4C535C
(76,83,92)
#454B53
(69,75,83)
#3E434A
(62,67,74)
#373B41
(55,59,65)
#303338
(48,51,56)
#292B2F
(41,43,47)
#222326
(34,35,38)
#1B1B1D
(27,27,29)
#141314
(20,19,20)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #535B65

#535B65
(83,91,101)
#626973
(98,105,115)
#717781
(113,119,129)
#80858F
(128,133,143)
#8F939D
(143,147,157)
#9EA1AB
(158,161,171)
#ADAFB9
(173,175,185)
#BCBDC7
(188,189,199)
#CBCBD5
(203,203,213)
#DAD9E3
(218,217,227)
#E9E7F1
(233,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535B65; }

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

This text font color is #535B65.

Background Color

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

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

This div background color is #535B65.

Border color

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

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

This div border color is #535B65.

Opacity

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

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

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

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

This text has shadow with #535B65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #535B65.

Preview

Color preview on black background

This text has color #535B65 on black background.


Color preview on white background

This text has color #535B65 on white background.


Black color preview on #535B65 background

This text has black color on #535B65 background.


White color preview on #535B65 background

This text has white color on #535B65 background.


Related colors

Complementary color

Complementary color for #hex is #ACA49A.


I love getcolorcode.com

Triadic colors

1 #65535B and #5B6553 with #535B65 are triadic colors.

2 #655B53 and #5B5365 with #535B65 are triadic colors.