COLOR #535450

HEX: #535450
RGB: (83,84,80)

Color info

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

RGB color model

#535450 color RGB value is (83,84,80).

  • red value is 83;
  • green value is 84;
  • blue value is 80.
RGB:
(83,84,80)
(33%,33%,31%)

RGB channels and saturation

R 83 of 255 = 33%
G 84 of 255 = 33%
B 80 of 255 = 31%

83
84
80

R + G + B ~ 32%. #535450 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 84 + 80 = 247 (100%)
R 83 of 247 ~ 33.6%
G 84 of 247 ~ 34.01%
B 80 of 247 ~ 32.39%

%33.6
%34.01
%32.39

CMYK color model

#535450 color CMYK value is (1,0,5,67).

  • cyan value is 1.19%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 67.06%
CMYK:
(1,0,5,67)
C1M0Y5K67 
(1%,0%,5%,67%)
(0.01/0.00/0.05/0.67)	

CMYK percentages

%1.19
%0
%4.76
%67.06

Codes

Color #535450 in popluar color models

535450
RGB838480
HSL75°2.44%32.16%
HSB/HSV75°4.76%32.94%
CMYK1.19%0.00%4.76%
67.06%

Color #535450 in popluar number systems.

HEX535450
Decimal838480
Binary101001110101001010000
Octal123124120

Shades and tints

Shades of #535450

#535450
(83,84,80)
#4C4D49
(76,77,73)
#454642
(69,70,66)
#3E3F3B
(62,63,59)
#373834
(55,56,52)
#30312D
(48,49,45)
#292A26
(41,42,38)
#22231F
(34,35,31)
#1B1C18
(27,28,24)
#141511
(20,21,17)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #535450

#535450
(83,84,80)
#62635F
(98,99,95)
#71726E
(113,114,110)
#80817D
(128,129,125)
#8F908C
(143,144,140)
#9E9F9B
(158,159,155)
#ADAEAA
(173,174,170)
#BCBDB9
(188,189,185)
#CBCCC8
(203,204,200)
#DADBD7
(218,219,215)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535450; }

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

This text font color is #535450.


Background Color

.myBgColor { background-color: #535450; }

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

This div background color is #535450.


Border color

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

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

This div border color is #535450.


Opacity

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

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

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

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

This text has shadow with #535450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535450 on black background.


Color preview on white background

This text has color #535450 on white background.



Black color preview on #535450 background

This text has black color on #535450 background.


White color preview on #535450 background

This text has white color on #535450 background.