COLOR #535763

HEX: #535763
RGB: (83,87,99)

Color info

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

RGB color model

#535763 color RGB value is (83,87,99).

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

RGB channels and saturation

R 83 of 255 = 33%
G 87 of 255 = 34%
B 99 of 255 = 39%

83
87
99

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

Portions of RGB colors in percentages

R + G + B =
83 + 87 + 99 = 269 (100%)
R 83 of 269 ~ 30.86%
G 87 of 269 ~ 32.34%
B 99 of 269 ~ 36.8%

%30.86
%32.34
%36.8

CMYK color model

#535763 color CMYK value is (16,12,0,61).

  • cyan value is 16.16%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(16,12,0,61)
C16M12Y0K61 
(16%,12%,0%,61%)
(0.16/0.12/0.00/0.61)	

CMYK percentages

%16.16
%12.12
%0
%61.18

Codes

Color #535763 in popluar color models

535763
RGB838799
HSL225°8.79%35.69%
HSB/HSV225°16.16%38.82%
CMYK16.16%12.12%0.00%
61.18%

Color #535763 in popluar number systems.

HEX535763
Decimal838799
Binary101001110101111100011
Octal123127143

Shades and tints

Shades of #535763

#535763
(83,87,99)
#4C505A
(76,80,90)
#454951
(69,73,81)
#3E4248
(62,66,72)
#373B3F
(55,59,63)
#303436
(48,52,54)
#292D2D
(41,45,45)
#222624
(34,38,36)
#1B1F1B
(27,31,27)
#141812
(20,24,18)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #535763

#535763
(83,87,99)
#626671
(98,102,113)
#71757F
(113,117,127)
#80848D
(128,132,141)
#8F939B
(143,147,155)
#9EA2A9
(158,162,169)
#ADB1B7
(173,177,183)
#BCC0C5
(188,192,197)
#CBCFD3
(203,207,211)
#DADEE1
(218,222,225)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535763; }

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

This text font color is #535763.


Background Color

.myBgColor { background-color: #535763; }

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

This div background color is #535763.


Border color

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

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

This div border color is #535763.


Opacity

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

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

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

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

This text has shadow with #535763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535763 on black background.


Color preview on white background

This text has color #535763 on white background.



Black color preview on #535763 background

This text has black color on #535763 background.


White color preview on #535763 background

This text has white color on #535763 background.