COLOR #535662

HEX: #535662
RGB: (83,86,98)

Color info

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

RGB color model

#535662 color RGB value is (83,86,98).

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

RGB channels and saturation

R 83 of 255 = 33%
G 86 of 255 = 34%
B 98 of 255 = 38%

83
86
98

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

Portions of RGB colors in percentages

R + G + B =
83 + 86 + 98 = 267 (100%)
R 83 of 267 ~ 31.09%
G 86 of 267 ~ 32.21%
B 98 of 267 ~ 36.7%

%31.09
%32.21
%36.7

CMYK color model

#535662 color CMYK value is (15,12,0,62).

  • cyan value is 15.31%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(15,12,0,62)
C15M12Y0K62 
(15%,12%,0%,62%)
(0.15/0.12/0.00/0.62)	

CMYK percentages

%15.31
%12.24
%0
%61.57

Codes

Color #535662 in popluar color models

535662
RGB838698
HSL228°8.29%35.49%
HSB/HSV228°15.31%38.43%
CMYK15.31%12.24%0.00%
61.57%

Color #535662 in popluar number systems.

HEX535662
Decimal838698
Binary101001110101101100010
Octal123126142

Shades and tints

Shades of #535662

#535662
(83,86,98)
#4C4F5A
(76,79,90)
#454852
(69,72,82)
#3E414A
(62,65,74)
#373A42
(55,58,66)
#30333A
(48,51,58)
#292C32
(41,44,50)
#22252A
(34,37,42)
#1B1E22
(27,30,34)
#14171A
(20,23,26)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #535662

#535662
(83,86,98)
#626570
(98,101,112)
#71747E
(113,116,126)
#80838C
(128,131,140)
#8F929A
(143,146,154)
#9EA1A8
(158,161,168)
#ADB0B6
(173,176,182)
#BCBFC4
(188,191,196)
#CBCED2
(203,206,210)
#DADDE0
(218,221,224)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535662 color. Also use rgb(83,86,98) instead hex code.

Text Font Color

.myTextColor { color: #535662; }

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

This text font color is #535662.


Background Color

.myBgColor { background-color: #535662; }

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

This div background color is #535662.


Border color

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

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

This div border color is #535662.


Opacity

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

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

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

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

This text has shadow with #535662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535662 on black background.


Color preview on white background

This text has color #535662 on white background.



Black color preview on #535662 background

This text has black color on #535662 background.


White color preview on #535662 background

This text has white color on #535662 background.