COLOR #5B534F

HEX: #5B534F
RGB: (91,83,79)

Color info

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

RGB color model

#5B534F color RGB value is (91,83,79).

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

RGB channels and saturation

R 91 of 255 = 36%
G 83 of 255 = 33%
B 79 of 255 = 31%

91
83
79

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

Portions of RGB colors in percentages

R + G + B =
91 + 83 + 79 = 253 (100%)
R 91 of 253 ~ 35.97%
G 83 of 253 ~ 32.81%
B 79 of 253 ~ 31.23%

%35.97
%32.81
%31.23

CMYK color model

#5B534F color CMYK value is (0,9,13,64).

  • cyan value is 0.00%
  • magenta value is 8.79%
  • yellow value is 13.19%
  • key color value is 64.31%
CMYK:
(0,9,13,64)
C0M9Y13K64 
(0%,9%,13%,64%)
(0.00/0.09/0.13/0.64)	

CMYK percentages

%0
%8.79
%13.19
%64.31

Codes

Color #5B534F in popluar color models

5B534F
RGB918379
HSL20°7.06%33.33%
HSB/HSV20°13.19%35.69%
CMYK0.00%8.79%13.19%
64.31%

Color #5B534F in popluar number systems.

HEX5B534F
Decimal918379
Binary101101110100111001111
Octal133123117

Shades and tints

Shades of #5B534F

#5B534F
(91,83,79)
#534C48
(83,76,72)
#4B4541
(75,69,65)
#433E3A
(67,62,58)
#3B3733
(59,55,51)
#33302C
(51,48,44)
#2B2925
(43,41,37)
#23221E
(35,34,30)
#1B1B17
(27,27,23)
#131410
(19,20,16)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #5B534F

#5B534F
(91,83,79)
#69625F
(105,98,95)
#77716F
(119,113,111)
#85807F
(133,128,127)
#938F8F
(147,143,143)
#A19E9F
(161,158,159)
#AFADAF
(175,173,175)
#BDBCBF
(189,188,191)
#CBCBCF
(203,203,207)
#D9DADF
(217,218,223)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B534F color. Also use rgb(91,83,79) instead hex code.

Text Font Color

.myTextColor { color: #5B534F; }

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

This text font color is #5B534F.


Background Color

.myBgColor { background-color: #5B534F; }

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

This div background color is #5B534F.


Border color

.myBorderColor { border: 1px solid #5B534F; }

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

This div border color is #5B534F.


Opacity

.myOpacity80 { color: #5B534F; opacity: 0.8; }

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

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

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

This text has shadow with #5B534F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B534F on black background.


Color preview on white background

This text has color #5B534F on white background.



Black color preview on #5B534F background

This text has black color on #5B534F background.


White color preview on #5B534F background

This text has white color on #5B534F background.