COLOR #535A63

HEX: #535A63
RGB: (83,90,99)

Color info

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

RGB color model

#535A63 color RGB value is (83,90,99).

  • red value is 83;
  • green value is 90;
  • blue value is 99.
RGB:
(83,90,99)
(33%,35%,39%)

RGB channels and saturation

R 83 of 255 = 33%
G 90 of 255 = 35%
B 99 of 255 = 39%

83
90
99

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

Portions of RGB colors in percentages

R + G + B =
83 + 90 + 99 = 272 (100%)
R 83 of 272 ~ 30.51%
G 90 of 272 ~ 33.09%
B 99 of 272 ~ 36.4%

%30.51
%33.09
%36.4

CMYK color model

#535A63 color CMYK value is (16,9,0,61).

  • cyan value is 16.16%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(16,9,0,61)
C16M9Y0K61 
(16%,9%,0%,61%)
(0.16/0.09/0.00/0.61)	

CMYK percentages

%16.16
%9.09
%0
%61.18

Codes

Color #535A63 in popluar color models

535A63
RGB839099
HSL214°8.79%35.69%
HSB/HSV214°16.16%38.82%
CMYK16.16%9.09%0.00%
61.18%

Color #535A63 in popluar number systems.

HEX535A63
Decimal839099
Binary101001110110101100011
Octal123132143

Shades and tints

Shades of #535A63

#535A63
(83,90,99)
#4C525A
(76,82,90)
#454A51
(69,74,81)
#3E4248
(62,66,72)
#373A3F
(55,58,63)
#303236
(48,50,54)
#292A2D
(41,42,45)
#222224
(34,34,36)
#1B1A1B
(27,26,27)
#141212
(20,18,18)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #535A63

#535A63
(83,90,99)
#626971
(98,105,113)
#71787F
(113,120,127)
#80878D
(128,135,141)
#8F969B
(143,150,155)
#9EA5A9
(158,165,169)
#ADB4B7
(173,180,183)
#BCC3C5
(188,195,197)
#CBD2D3
(203,210,211)
#DAE1E1
(218,225,225)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535A63 color. Also use rgb(83,90,99) instead hex code.

Text Font Color

.myTextColor { color: #535A63; }

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

This text font color is #535A63.


Background Color

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

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

This div background color is #535A63.


Border color

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

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

This div border color is #535A63.


Opacity

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

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

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

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

This text has shadow with #535A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535A63 on black background.


Color preview on white background

This text has color #535A63 on white background.



Black color preview on #535A63 background

This text has black color on #535A63 background.


White color preview on #535A63 background

This text has white color on #535A63 background.