COLOR #535166

HEX: #535166
RGB: (83,81,102)

Color info

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

RGB color model

#535166 color RGB value is (83,81,102).

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

RGB channels and saturation

R 83 of 255 = 33%
G 81 of 255 = 32%
B 102 of 255 = 40%

83
81
102

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

Portions of RGB colors in percentages

R + G + B =
83 + 81 + 102 = 266 (100%)
R 83 of 266 ~ 31.2%
G 81 of 266 ~ 30.45%
B 102 of 266 ~ 38.35%

%31.2
%30.45
%38.35

CMYK color model

#535166 color CMYK value is (19,21,0,60).

  • cyan value is 18.63%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(19,21,0,60)
C19M21Y0K60 
(19%,21%,0%,60%)
(0.19/0.21/0.00/0.60)	

CMYK percentages

%18.63
%20.59
%0
%60

Codes

Color #535166 in popluar color models

535166
RGB8381102
HSL246°11.48%35.88%
HSB/HSV246°20.59%40.00%
CMYK18.63%20.59%0.00%
60.00%

Color #535166 in popluar number systems.

HEX535166
Decimal8381102
Binary101001110100011100110
Octal123121146

Shades and tints

Shades of #535166

#535166
(83,81,102)
#4C4A5D
(76,74,93)
#454354
(69,67,84)
#3E3C4B
(62,60,75)
#373542
(55,53,66)
#302E39
(48,46,57)
#292730
(41,39,48)
#222027
(34,32,39)
#1B191E
(27,25,30)
#141215
(20,18,21)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #535166

#535166
(83,81,102)
#626073
(98,96,115)
#716F80
(113,111,128)
#807E8D
(128,126,141)
#8F8D9A
(143,141,154)
#9E9CA7
(158,156,167)
#ADABB4
(173,171,180)
#BCBAC1
(188,186,193)
#CBC9CE
(203,201,206)
#DAD8DB
(218,216,219)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535166; }

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

This text font color is #535166.


Background Color

.myBgColor { background-color: #535166; }

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

This div background color is #535166.


Border color

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

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

This div border color is #535166.


Opacity

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

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

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

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

This text has shadow with #535166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535166 on black background.


Color preview on white background

This text has color #535166 on white background.



Black color preview on #535166 background

This text has black color on #535166 background.


White color preview on #535166 background

This text has white color on #535166 background.