COLOR #535650

HEX: #535650
RGB: (83,86,80)

Color info

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

RGB color model

#535650 color RGB value is (83,86,80).

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

RGB channels and saturation

R 83 of 255 = 33%
G 86 of 255 = 34%
B 80 of 255 = 31%

83
86
80

R + G + B ~ 33%. #535650 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 86 + 80 = 249 (100%)
R 83 of 249 ~ 33.33%
G 86 of 249 ~ 34.54%
B 80 of 249 ~ 32.13%

%33.33
%34.54
%32.13

CMYK color model

#535650 color CMYK value is (3,0,7,66).

  • cyan value is 3.49%
  • magenta value is 0.00%
  • yellow value is 6.98%
  • key color value is 66.27%
CMYK:
(3,0,7,66)
C3M0Y7K66 
(3%,0%,7%,66%)
(0.03/0.00/0.07/0.66)	

CMYK percentages

%3.49
%0
%6.98
%66.27

Codes

Color #535650 in popluar color models

535650
RGB838680
HSL90°3.61%32.55%
HSB/HSV90°6.98%33.73%
CMYK3.49%0.00%6.98%
66.27%

Color #535650 in popluar number systems.

HEX535650
Decimal838680
Binary101001110101101010000
Octal123126120

Shades and tints

Shades of #535650

#535650
(83,86,80)
#4C4F49
(76,79,73)
#454842
(69,72,66)
#3E413B
(62,65,59)
#373A34
(55,58,52)
#30332D
(48,51,45)
#292C26
(41,44,38)
#22251F
(34,37,31)
#1B1E18
(27,30,24)
#141711
(20,23,17)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #535650

#535650
(83,86,80)
#62655F
(98,101,95)
#71746E
(113,116,110)
#80837D
(128,131,125)
#8F928C
(143,146,140)
#9EA19B
(158,161,155)
#ADB0AA
(173,176,170)
#BCBFB9
(188,191,185)
#CBCEC8
(203,206,200)
#DADDD7
(218,221,215)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535650; }

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

This text font color is #535650.


Background Color

.myBgColor { background-color: #535650; }

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

This div background color is #535650.


Border color

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

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

This div border color is #535650.


Opacity

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

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

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

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

This text has shadow with #535650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535650 on black background.


Color preview on white background

This text has color #535650 on white background.



Black color preview on #535650 background

This text has black color on #535650 background.


White color preview on #535650 background

This text has white color on #535650 background.