COLOR #535359

HEX: #535359
RGB: (83,83,89)

Color info

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

RGB color model

#535359 color RGB value is (83,83,89).

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

RGB channels and saturation

R 83 of 255 = 33%
G 83 of 255 = 33%
B 89 of 255 = 35%

83
83
89

R + G + B ~ 34%. #535359 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 83 + 89 = 255 (100%)
R 83 of 255 ~ 32.55%
G 83 of 255 ~ 32.55%
B 89 of 255 ~ 34.9%

%32.55
%32.55
%34.9

CMYK color model

#535359 color CMYK value is (7,7,0,65).

  • cyan value is 6.74%
  • magenta value is 6.74%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(7,7,0,65)
C7M7Y0K65 
(7%,7%,0%,65%)
(0.07/0.07/0.00/0.65)	

CMYK percentages

%6.74
%6.74
%0
%65.1

Codes

Color #535359 in popluar color models

535359
RGB838389
HSL240°3.49%33.73%
HSB/HSV240°6.74%34.90%
CMYK6.74%6.74%0.00%
65.10%

Color #535359 in popluar number systems.

HEX535359
Decimal838389
Binary101001110100111011001
Octal123123131

Shades and tints

Shades of #535359

#535359
(83,83,89)
#4C4C51
(76,76,81)
#454549
(69,69,73)
#3E3E41
(62,62,65)
#373739
(55,55,57)
#303031
(48,48,49)
#292929
(41,41,41)
#222221
(34,34,33)
#1B1B19
(27,27,25)
#141411
(20,20,17)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #535359

#535359
(83,83,89)
#626268
(98,98,104)
#717177
(113,113,119)
#808086
(128,128,134)
#8F8F95
(143,143,149)
#9E9EA4
(158,158,164)
#ADADB3
(173,173,179)
#BCBCC2
(188,188,194)
#CBCBD1
(203,203,209)
#DADAE0
(218,218,224)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535359; }

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

This text font color is #535359.


Background Color

.myBgColor { background-color: #535359; }

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

This div background color is #535359.


Border color

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

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

This div border color is #535359.


Opacity

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

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

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

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

This text has shadow with #535359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535359 on black background.


Color preview on white background

This text has color #535359 on white background.



Black color preview on #535359 background

This text has black color on #535359 background.


White color preview on #535359 background

This text has white color on #535359 background.