COLOR #535666

HEX: #535666
RGB: (83,86,102)

Color info

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

RGB color model

#535666 color RGB value is (83,86,102).

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

RGB channels and saturation

R 83 of 255 = 33%
G 86 of 255 = 34%
B 102 of 255 = 40%

83
86
102

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

Portions of RGB colors in percentages

R + G + B =
83 + 86 + 102 = 271 (100%)
R 83 of 271 ~ 30.63%
G 86 of 271 ~ 31.73%
B 102 of 271 ~ 37.64%

%30.63
%31.73
%37.64

CMYK color model

#535666 color CMYK value is (19,16,0,60).

  • cyan value is 18.63%
  • magenta value is 15.69%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(19,16,0,60)
C19M16Y0K60 
(19%,16%,0%,60%)
(0.19/0.16/0.00/0.60)	

CMYK percentages

%18.63
%15.69
%0
%60

Codes

Color #535666 in popluar color models

535666
RGB8386102
HSL231°10.27%36.27%
HSB/HSV231°18.63%40.00%
CMYK18.63%15.69%0.00%
60.00%

Color #535666 in popluar number systems.

HEX535666
Decimal8386102
Binary101001110101101100110
Octal123126146

Shades and tints

Shades of #535666

#535666
(83,86,102)
#4C4F5D
(76,79,93)
#454854
(69,72,84)
#3E414B
(62,65,75)
#373A42
(55,58,66)
#303339
(48,51,57)
#292C30
(41,44,48)
#222527
(34,37,39)
#1B1E1E
(27,30,30)
#141715
(20,23,21)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #535666

#535666
(83,86,102)
#626573
(98,101,115)
#717480
(113,116,128)
#80838D
(128,131,141)
#8F929A
(143,146,154)
#9EA1A7
(158,161,167)
#ADB0B4
(173,176,180)
#BCBFC1
(188,191,193)
#CBCECE
(203,206,206)
#DADDDB
(218,221,219)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535666; }

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

This text font color is #535666.


Background Color

.myBgColor { background-color: #535666; }

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

This div background color is #535666.


Border color

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

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

This div border color is #535666.


Opacity

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

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

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

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

This text has shadow with #535666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535666 on black background.


Color preview on white background

This text has color #535666 on white background.



Black color preview on #535666 background

This text has black color on #535666 background.


White color preview on #535666 background

This text has white color on #535666 background.