COLOR #535366

HEX: #535366
RGB: (83,83,102)

Color info

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

RGB color model

#535366 color RGB value is (83,83,102).

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

RGB channels and saturation

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

83
83
102

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

Portions of RGB colors in percentages

R + G + B =
83 + 83 + 102 = 268 (100%)
R 83 of 268 ~ 30.97%
G 83 of 268 ~ 30.97%
B 102 of 268 ~ 38.06%

%30.97
%30.97
%38.06

CMYK color model

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

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

CMYK percentages

%18.63
%18.63
%0
%60

Codes

Color #535366 in popluar color models

535366
RGB8383102
HSL240°10.27%36.27%
HSB/HSV240°18.63%40.00%
CMYK18.63%18.63%0.00%
60.00%

Color #535366 in popluar number systems.

HEX535366
Decimal8383102
Binary101001110100111100110
Octal123123146

Shades and tints

Shades of #535366

#535366
(83,83,102)
#4C4C5D
(76,76,93)
#454554
(69,69,84)
#3E3E4B
(62,62,75)
#373742
(55,55,66)
#303039
(48,48,57)
#292930
(41,41,48)
#222227
(34,34,39)
#1B1B1E
(27,27,30)
#141415
(20,20,21)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #535366

#535366
(83,83,102)
#626273
(98,98,115)
#717180
(113,113,128)
#80808D
(128,128,141)
#8F8F9A
(143,143,154)
#9E9EA7
(158,158,167)
#ADADB4
(173,173,180)
#BCBCC1
(188,188,193)
#CBCBCE
(203,203,206)
#DADADB
(218,218,219)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535366; }

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

This text font color is #535366.


Background Color

.myBgColor { background-color: #535366; }

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

This div background color is #535366.


Border color

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

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

This div border color is #535366.


Opacity

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

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

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

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

This text has shadow with #535366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535366 on black background.


Color preview on white background

This text has color #535366 on white background.



Black color preview on #535366 background

This text has black color on #535366 background.


White color preview on #535366 background

This text has white color on #535366 background.