COLOR #535156

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

Color info

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

RGB color model

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

RGB: (83,81,86) (33%, 32%, 34%)

RGB channels and saturation

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

83
81
86

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

Portions of RGB colors in percentages

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

%33.2
%32.4
%34.4

CMYK color model

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

  • cyan value is 3.49%
  • magenta value is 5.81%
  • yellow value is 0.00%
  • key color value is 66.27%

CMYK: (3,6,0,66)
C3M6Y0K66 (3%, 6%, 0%, 66%)
(0.03 / 0.06 / 0.00 / 0.66)

CMYK percentages

%3.49
%5.81
%0
%66.27

Codes

Color #535156 in popluar color models

53 51 56
RGB 83 81 86
HSL 264° 2.99% 32.75%
HSB/HSV 264° 5.81% 33.73%
CMYK 3.49% 5.81% 0.00%
66.27%

Color #535156 in popluar number systems.

HEX 53 51 56
Decimal 83 81 86
Binary 1010011 1010001 1010110
Octal 123 121 126

Shades and tints

Shades of #535156

#535156
(83,81,86)
#4C4A4F
(76,74,79)
#454348
(69,67,72)
#3E3C41
(62,60,65)
#37353A
(55,53,58)
#302E33
(48,46,51)
#29272C
(41,39,44)
#222025
(34,32,37)
#1B191E
(27,25,30)
#141217
(20,18,23)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #535156

#535156
(83,81,86)
#626065
(98,96,101)
#716F74
(113,111,116)
#807E83
(128,126,131)
#8F8D92
(143,141,146)
#9E9CA1
(158,156,161)
#ADABB0
(173,171,176)
#BCBABF
(188,186,191)
#CBC9CE
(203,201,206)
#DAD8DD
(218,216,221)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535156; }

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

This text font color is #535156.

Background Color

.myBgColor { background-color: #535156; }

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

This div background color is #535156.

Border color

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

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

This div border color is #535156.

Opacity

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

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

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

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

This text has shadow with #535156 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #535156.

Preview

Color preview on black background

This text has color #535156 on black background.


Color preview on white background

This text has color #535156 on white background.


Black color preview on #535156 background

This text has black color on #535156 background.


White color preview on #535156 background

This text has white color on #535156 background.


Related colors

Complementary color

Complementary color for #hex is #ACAEA9.


I love getcolorcode.com

Triadic colors

1 #565351 and #515653 with #535156 are triadic colors.

2 #565153 and #515356 with #535156 are triadic colors.