COLOR #535651

HEX: #535651
RGB: (83,86,81)

Color info

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

RGB color model

#535651 color RGB value is (83,86,81).

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

RGB channels and saturation

R 83 of 255 = 33%
G 86 of 255 = 34%
B 81 of 255 = 32%

83
86
81

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

Portions of RGB colors in percentages

R + G + B =
83 + 86 + 81 = 250 (100%)
R 83 of 250 ~ 33.2%
G 86 of 250 ~ 34.4%
B 81 of 250 ~ 32.4%

%33.2
%34.4
%32.4

CMYK color model

#535651 color CMYK value is (3,0,6,66).

  • cyan value is 3.49%
  • magenta value is 0.00%
  • yellow value is 5.81%
  • key color value is 66.27%
CMYK:
(3,0,6,66)
C3M0Y6K66 
(3%,0%,6%,66%)
(0.03/0.00/0.06/0.66)	

CMYK percentages

%3.49
%0
%5.81
%66.27

Codes

Color #535651 in popluar color models

535651
RGB838681
HSL96°2.99%32.75%
HSB/HSV96°5.81%33.73%
CMYK3.49%0.00%5.81%
66.27%

Color #535651 in popluar number systems.

HEX535651
Decimal838681
Binary101001110101101010001
Octal123126121

Shades and tints

Shades of #535651

#535651
(83,86,81)
#4C4F4A
(76,79,74)
#454843
(69,72,67)
#3E413C
(62,65,60)
#373A35
(55,58,53)
#30332E
(48,51,46)
#292C27
(41,44,39)
#222520
(34,37,32)
#1B1E19
(27,30,25)
#141712
(20,23,18)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #535651

#535651
(83,86,81)
#626560
(98,101,96)
#71746F
(113,116,111)
#80837E
(128,131,126)
#8F928D
(143,146,141)
#9EA19C
(158,161,156)
#ADB0AB
(173,176,171)
#BCBFBA
(188,191,186)
#CBCEC9
(203,206,201)
#DADDD8
(218,221,216)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535651; }

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

This text font color is #535651.


Background Color

.myBgColor { background-color: #535651; }

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

This div background color is #535651.


Border color

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

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

This div border color is #535651.


Opacity

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

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

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

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

This text has shadow with #535651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535651 on black background.


Color preview on white background

This text has color #535651 on white background.



Black color preview on #535651 background

This text has black color on #535651 background.


White color preview on #535651 background

This text has white color on #535651 background.