COLOR #535B5F

HEX: #535B5F
RGB: (83,91,95)

Color info

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

RGB color model

#535B5F color RGB value is (83,91,95).

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

RGB channels and saturation

R 83 of 255 = 33%
G 91 of 255 = 36%
B 95 of 255 = 37%

83
91
95

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

Portions of RGB colors in percentages

R + G + B =
83 + 91 + 95 = 269 (100%)
R 83 of 269 ~ 30.86%
G 91 of 269 ~ 33.83%
B 95 of 269 ~ 35.32%

%30.86
%33.83
%35.32

CMYK color model

#535B5F color CMYK value is (13,4,0,63).

  • cyan value is 12.63%
  • magenta value is 4.21%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(13,4,0,63)
C13M4Y0K63 
(13%,4%,0%,63%)
(0.13/0.04/0.00/0.63)	

CMYK percentages

%12.63
%4.21
%0
%62.75

Codes

Color #535B5F in popluar color models

535B5F
RGB839195
HSL200°6.74%34.90%
HSB/HSV200°12.63%37.25%
CMYK12.63%4.21%0.00%
62.75%

Color #535B5F in popluar number systems.

HEX535B5F
Decimal839195
Binary101001110110111011111
Octal123133137

Shades and tints

Shades of #535B5F

#535B5F
(83,91,95)
#4C5357
(76,83,87)
#454B4F
(69,75,79)
#3E4347
(62,67,71)
#373B3F
(55,59,63)
#303337
(48,51,55)
#292B2F
(41,43,47)
#222327
(34,35,39)
#1B1B1F
(27,27,31)
#141317
(20,19,23)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #535B5F

#535B5F
(83,91,95)
#62696D
(98,105,109)
#71777B
(113,119,123)
#808589
(128,133,137)
#8F9397
(143,147,151)
#9EA1A5
(158,161,165)
#ADAFB3
(173,175,179)
#BCBDC1
(188,189,193)
#CBCBCF
(203,203,207)
#DAD9DD
(218,217,221)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535B5F; }

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

This text font color is #535B5F.


Background Color

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

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

This div background color is #535B5F.


Border color

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

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

This div border color is #535B5F.


Opacity

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

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

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

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

This text has shadow with #535B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535B5F on black background.


Color preview on white background

This text has color #535B5F on white background.



Black color preview on #535B5F background

This text has black color on #535B5F background.


White color preview on #535B5F background

This text has white color on #535B5F background.