COLOR #5B424F

HEX: #5B424F
RGB: (91,66,79)

Color info

#5B424F contains red, green and blue colors in about the same proportion. Web safe color of #5B424F is #663366 (or #636).

RGB color model

#5B424F color RGB value is (91,66,79).

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

RGB channels and saturation

R 91 of 255 = 36%
G 66 of 255 = 26%
B 79 of 255 = 31%

91
66
79

R + G + B ~ 31%. #5B424F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 66 + 79 = 236 (100%)
R 91 of 236 ~ 38.56%
G 66 of 236 ~ 27.97%
B 79 of 236 ~ 33.47%

%38.56
%27.97
%33.47

CMYK color model

#5B424F color CMYK value is (0,27,13,64).

  • cyan value is 0.00%
  • magenta value is 27.47%
  • yellow value is 13.19%
  • key color value is 64.31%
CMYK:
(0,27,13,64)
C0M27Y13K64 
(0%,27%,13%,64%)
(0.00/0.27/0.13/0.64)	

CMYK percentages

%0
%27.47
%13.19
%64.31

Codes

Color #5B424F in popluar color models

5B424F
RGB916679
HSL329°15.92%30.78%
HSB/HSV329°27.47%35.69%
CMYK0.00%27.47%13.19%
64.31%

Color #5B424F in popluar number systems.

HEX5B424F
Decimal916679
Binary101101110000101001111
Octal133102117

Shades and tints

Shades of #5B424F

#5B424F
(91,66,79)
#533C48
(83,60,72)
#4B3641
(75,54,65)
#43303A
(67,48,58)
#3B2A33
(59,42,51)
#33242C
(51,36,44)
#2B1E25
(43,30,37)
#23181E
(35,24,30)
#1B1217
(27,18,23)
#130C10
(19,12,16)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #5B424F

#5B424F
(91,66,79)
#69535F
(105,83,95)
#77646F
(119,100,111)
#85757F
(133,117,127)
#93868F
(147,134,143)
#A1979F
(161,151,159)
#AFA8AF
(175,168,175)
#BDB9BF
(189,185,191)
#CBCACF
(203,202,207)
#D9DBDF
(217,219,223)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B424F; }

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

This text font color is #5B424F.


Background Color

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

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

This div background color is #5B424F.


Border color

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

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

This div border color is #5B424F.


Opacity

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

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

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

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

This text has shadow with #5B424F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B424F on black background.


Color preview on white background

This text has color #5B424F on white background.



Black color preview on #5B424F background

This text has black color on #5B424F background.


White color preview on #5B424F background

This text has white color on #5B424F background.