COLOR #535C57

HEX: #535C57
RGB: (83,92,87)

Color info

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

RGB color model

#535C57 color RGB value is (83,92,87).

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

RGB channels and saturation

R 83 of 255 = 33%
G 92 of 255 = 36%
B 87 of 255 = 34%

83
92
87

R + G + B ~ 34%. #535C57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 92 + 87 = 262 (100%)
R 83 of 262 ~ 31.68%
G 92 of 262 ~ 35.11%
B 87 of 262 ~ 33.21%

%31.68
%35.11
%33.21

CMYK color model

#535C57 color CMYK value is (10,0,5,64).

  • cyan value is 9.78%
  • magenta value is 0.00%
  • yellow value is 5.43%
  • key color value is 63.92%
CMYK:
(10,0,5,64)
C10M0Y5K64 
(10%,0%,5%,64%)
(0.10/0.00/0.05/0.64)	

CMYK percentages

%9.78
%0
%5.43
%63.92

Codes

Color #535C57 in popluar color models

535C57
RGB839287
HSL147°5.14%34.31%
HSB/HSV147°9.78%36.08%
CMYK9.78%0.00%5.43%
63.92%

Color #535C57 in popluar number systems.

HEX535C57
Decimal839287
Binary101001110111001010111
Octal123134127

Shades and tints

Shades of #535C57

#535C57
(83,92,87)
#4C5450
(76,84,80)
#454C49
(69,76,73)
#3E4442
(62,68,66)
#373C3B
(55,60,59)
#303434
(48,52,52)
#292C2D
(41,44,45)
#222426
(34,36,38)
#1B1C1F
(27,28,31)
#141418
(20,20,24)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #535C57

#535C57
(83,92,87)
#626A66
(98,106,102)
#717875
(113,120,117)
#808684
(128,134,132)
#8F9493
(143,148,147)
#9EA2A2
(158,162,162)
#ADB0B1
(173,176,177)
#BCBEC0
(188,190,192)
#CBCCCF
(203,204,207)
#DADADE
(218,218,222)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535C57; }

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

This text font color is #535C57.


Background Color

.myBgColor { background-color: #535C57; }

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

This div background color is #535C57.


Border color

.myBorderColor { border: 1px solid #535C57; }

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

This div border color is #535C57.


Opacity

.myOpacity80 { color: #535C57; opacity: 0.8; }

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

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

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

This text has shadow with #535C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535C57 on black background.


Color preview on white background

This text has color #535C57 on white background.



Black color preview on #535C57 background

This text has black color on #535C57 background.


White color preview on #535C57 background

This text has white color on #535C57 background.