COLOR #535D5B

HEX: #535D5B
RGB: (83,93,91)

Color info

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

RGB color model

#535D5B color RGB value is (83,93,91).

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

RGB channels and saturation

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

83
93
91

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

Portions of RGB colors in percentages

R + G + B =
83 + 93 + 91 = 267 (100%)
R 83 of 267 ~ 31.09%
G 93 of 267 ~ 34.83%
B 91 of 267 ~ 34.08%

%31.09
%34.83
%34.08

CMYK color model

#535D5B color CMYK value is (11,0,2,64).

  • cyan value is 10.75%
  • magenta value is 0.00%
  • yellow value is 2.15%
  • key color value is 63.53%
CMYK:
(11,0,2,64)
C11M0Y2K64 
(11%,0%,2%,64%)
(0.11/0.00/0.02/0.64)	

CMYK percentages

%10.75
%0
%2.15
%63.53

Codes

Color #535D5B in popluar color models

535D5B
RGB839391
HSL168°5.68%34.51%
HSB/HSV168°10.75%36.47%
CMYK10.75%0.00%2.15%
63.53%

Color #535D5B in popluar number systems.

HEX535D5B
Decimal839391
Binary101001110111011011011
Octal123135133

Shades and tints

Shades of #535D5B

#535D5B
(83,93,91)
#4C5553
(76,85,83)
#454D4B
(69,77,75)
#3E4543
(62,69,67)
#373D3B
(55,61,59)
#303533
(48,53,51)
#292D2B
(41,45,43)
#222523
(34,37,35)
#1B1D1B
(27,29,27)
#141513
(20,21,19)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #535D5B

#535D5B
(83,93,91)
#626B69
(98,107,105)
#717977
(113,121,119)
#808785
(128,135,133)
#8F9593
(143,149,147)
#9EA3A1
(158,163,161)
#ADB1AF
(173,177,175)
#BCBFBD
(188,191,189)
#CBCDCB
(203,205,203)
#DADBD9
(218,219,217)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535D5B; }

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

This text font color is #535D5B.


Background Color

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

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

This div background color is #535D5B.


Border color

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

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

This div border color is #535D5B.


Opacity

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

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

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

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

This text has shadow with #535D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535D5B on black background.


Color preview on white background

This text has color #535D5B on white background.



Black color preview on #535D5B background

This text has black color on #535D5B background.


White color preview on #535D5B background

This text has white color on #535D5B background.