COLOR #535755

HEX: #535755
RGB: (83,87,85)

Color info

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

RGB color model

#535755 color RGB value is (83,87,85).

  • red value is 83;
  • green value is 87;
  • blue value is 85.
RGB:
(83,87,85)
(33%,34%,33%)

RGB channels and saturation

R 83 of 255 = 33%
G 87 of 255 = 34%
B 85 of 255 = 33%

83
87
85

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

Portions of RGB colors in percentages

R + G + B =
83 + 87 + 85 = 255 (100%)
R 83 of 255 ~ 32.55%
G 87 of 255 ~ 34.12%
B 85 of 255 ~ 33.33%

%32.55
%34.12
%33.33

CMYK color model

#535755 color CMYK value is (5,0,2,66).

  • cyan value is 4.60%
  • magenta value is 0.00%
  • yellow value is 2.30%
  • key color value is 65.88%
CMYK:
(5,0,2,66)
C5M0Y2K66 
(5%,0%,2%,66%)
(0.05/0.00/0.02/0.66)	

CMYK percentages

%4.6
%0
%2.3
%65.88

Codes

Color #535755 in popluar color models

535755
RGB838785
HSL150°2.35%33.33%
HSB/HSV150°4.60%34.12%
CMYK4.60%0.00%2.30%
65.88%

Color #535755 in popluar number systems.

HEX535755
Decimal838785
Binary101001110101111010101
Octal123127125

Shades and tints

Shades of #535755

#535755
(83,87,85)
#4C504E
(76,80,78)
#454947
(69,73,71)
#3E4240
(62,66,64)
#373B39
(55,59,57)
#303432
(48,52,50)
#292D2B
(41,45,43)
#222624
(34,38,36)
#1B1F1D
(27,31,29)
#141816
(20,24,22)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #535755

#535755
(83,87,85)
#626664
(98,102,100)
#717573
(113,117,115)
#808482
(128,132,130)
#8F9391
(143,147,145)
#9EA2A0
(158,162,160)
#ADB1AF
(173,177,175)
#BCC0BE
(188,192,190)
#CBCFCD
(203,207,205)
#DADEDC
(218,222,220)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535755; }

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

This text font color is #535755.


Background Color

.myBgColor { background-color: #535755; }

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

This div background color is #535755.


Border color

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

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

This div border color is #535755.


Opacity

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

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

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

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

This text has shadow with #535755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535755 on black background.


Color preview on white background

This text has color #535755 on white background.



Black color preview on #535755 background

This text has black color on #535755 background.


White color preview on #535755 background

This text has white color on #535755 background.