COLOR #535369

HEX: #535369
RGB: (83,83,105)

Color info

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

RGB color model

#535369 color RGB value is (83,83,105).

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

RGB channels and saturation

R 83 of 255 = 33%
G 83 of 255 = 33%
B 105 of 255 = 41%

83
83
105

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

Portions of RGB colors in percentages

R + G + B =
83 + 83 + 105 = 271 (100%)
R 83 of 271 ~ 30.63%
G 83 of 271 ~ 30.63%
B 105 of 271 ~ 38.75%

%30.63
%30.63
%38.75

CMYK color model

#535369 color CMYK value is (21,21,0,59).

  • cyan value is 20.95%
  • magenta value is 20.95%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(21,21,0,59)
C21M21Y0K59 
(21%,21%,0%,59%)
(0.21/0.21/0.00/0.59)	

CMYK percentages

%20.95
%20.95
%0
%58.82

Codes

Color #535369 in popluar color models

535369
RGB8383105
HSL240°11.70%36.86%
HSB/HSV240°20.95%41.18%
CMYK20.95%20.95%0.00%
58.82%

Color #535369 in popluar number systems.

HEX535369
Decimal8383105
Binary101001110100111101001
Octal123123151

Shades and tints

Shades of #535369

#535369
(83,83,105)
#4C4C60
(76,76,96)
#454557
(69,69,87)
#3E3E4E
(62,62,78)
#373745
(55,55,69)
#30303C
(48,48,60)
#292933
(41,41,51)
#22222A
(34,34,42)
#1B1B21
(27,27,33)
#141418
(20,20,24)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #535369

#535369
(83,83,105)
#626276
(98,98,118)
#717183
(113,113,131)
#808090
(128,128,144)
#8F8F9D
(143,143,157)
#9E9EAA
(158,158,170)
#ADADB7
(173,173,183)
#BCBCC4
(188,188,196)
#CBCBD1
(203,203,209)
#DADADE
(218,218,222)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535369; }

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

This text font color is #535369.


Background Color

.myBgColor { background-color: #535369; }

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

This div background color is #535369.


Border color

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

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

This div border color is #535369.


Opacity

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

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

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

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

This text has shadow with #535369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535369 on black background.


Color preview on white background

This text has color #535369 on white background.



Black color preview on #535369 background

This text has black color on #535369 background.


White color preview on #535369 background

This text has white color on #535369 background.