COLOR #535373

HEX: #535373
RGB: (83,83,115)

Color info

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

RGB color model

#535373 color RGB value is (83,83,115).

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

RGB channels and saturation

R 83 of 255 = 33%
G 83 of 255 = 33%
B 115 of 255 = 45%

83
83
115

R + G + B ~ 37%. #535373 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 83 + 115 = 281 (100%)
R 83 of 281 ~ 29.54%
G 83 of 281 ~ 29.54%
B 115 of 281 ~ 40.93%

%29.54
%29.54
%40.93

CMYK color model

#535373 color CMYK value is (28,28,0,55).

  • cyan value is 27.83%
  • magenta value is 27.83%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(28,28,0,55)
C28M28Y0K55 
(28%,28%,0%,55%)
(0.28/0.28/0.00/0.55)	

CMYK percentages

%27.83
%27.83
%0
%54.9

Codes

Color #535373 in popluar color models

535373
RGB8383115
HSL240°16.16%38.82%
HSB/HSV240°27.83%45.10%
CMYK27.83%27.83%0.00%
54.90%

Color #535373 in popluar number systems.

HEX535373
Decimal8383115
Binary101001110100111110011
Octal123123163

Shades and tints

Shades of #535373

#535373
(83,83,115)
#4C4C69
(76,76,105)
#45455F
(69,69,95)
#3E3E55
(62,62,85)
#37374B
(55,55,75)
#303041
(48,48,65)
#292937
(41,41,55)
#22222D
(34,34,45)
#1B1B23
(27,27,35)
#141419
(20,20,25)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #535373

#535373
(83,83,115)
#62627F
(98,98,127)
#71718B
(113,113,139)
#808097
(128,128,151)
#8F8FA3
(143,143,163)
#9E9EAF
(158,158,175)
#ADADBB
(173,173,187)
#BCBCC7
(188,188,199)
#CBCBD3
(203,203,211)
#DADADF
(218,218,223)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535373; }

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

This text font color is #535373.


Background Color

.myBgColor { background-color: #535373; }

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

This div background color is #535373.


Border color

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

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

This div border color is #535373.


Opacity

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

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

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

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

This text has shadow with #535373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535373 on black background.


Color preview on white background

This text has color #535373 on white background.



Black color preview on #535373 background

This text has black color on #535373 background.


White color preview on #535373 background

This text has white color on #535373 background.