COLOR #535C5B

HEX: #535C5B
RGB: (83,92,91)

Color info

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

RGB color model

#535C5B color RGB value is (83,92,91).

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

RGB channels and saturation

R 83 of 255 = 33%
G 92 of 255 = 36%
B 91 of 255 = 36%

83
92
91

R + G + B ~ 35%. #535C5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 92 + 91 = 266 (100%)
R 83 of 266 ~ 31.2%
G 92 of 266 ~ 34.59%
B 91 of 266 ~ 34.21%

%31.2
%34.59
%34.21

CMYK color model

#535C5B color CMYK value is (10,0,1,64).

  • cyan value is 9.78%
  • magenta value is 0.00%
  • yellow value is 1.09%
  • key color value is 63.92%
CMYK:
(10,0,1,64)
C10M0Y1K64 
(10%,0%,1%,64%)
(0.10/0.00/0.01/0.64)	

CMYK percentages

%9.78
%0
%1.09
%63.92

Codes

Color #535C5B in popluar color models

535C5B
RGB839291
HSL173°5.14%34.31%
HSB/HSV173°9.78%36.08%
CMYK9.78%0.00%1.09%
63.92%

Color #535C5B in popluar number systems.

HEX535C5B
Decimal839291
Binary101001110111001011011
Octal123134133

Shades and tints

Shades of #535C5B

#535C5B
(83,92,91)
#4C5453
(76,84,83)
#454C4B
(69,76,75)
#3E4443
(62,68,67)
#373C3B
(55,60,59)
#303433
(48,52,51)
#292C2B
(41,44,43)
#222423
(34,36,35)
#1B1C1B
(27,28,27)
#141413
(20,20,19)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #535C5B

#535C5B
(83,92,91)
#626A69
(98,106,105)
#717877
(113,120,119)
#808685
(128,134,133)
#8F9493
(143,148,147)
#9EA2A1
(158,162,161)
#ADB0AF
(173,176,175)
#BCBEBD
(188,190,189)
#CBCCCB
(203,204,203)
#DADAD9
(218,218,217)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535C5B; }

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

This text font color is #535C5B.


Background Color

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

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

This div background color is #535C5B.


Border color

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

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

This div border color is #535C5B.


Opacity

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

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

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

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

This text has shadow with #535C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535C5B on black background.


Color preview on white background

This text has color #535C5B on white background.



Black color preview on #535C5B background

This text has black color on #535C5B background.


White color preview on #535C5B background

This text has white color on #535C5B background.