COLOR #5B4F65

HEX: #5B4F65
RGB: (91,79,101)

Color info

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

RGB color model

#5B4F65 color RGB value is (91,79,101).

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

RGB channels and saturation

R 91 of 255 = 36%
G 79 of 255 = 31%
B 101 of 255 = 40%

91
79
101

R + G + B ~ 36%. #5B4F65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 79 + 101 = 271 (100%)
R 91 of 271 ~ 33.58%
G 79 of 271 ~ 29.15%
B 101 of 271 ~ 37.27%

%33.58
%29.15
%37.27

CMYK color model

#5B4F65 color CMYK value is (10,22,0,60).

  • cyan value is 9.90%
  • magenta value is 21.78%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(10,22,0,60)
C10M22Y0K60 
(10%,22%,0%,60%)
(0.10/0.22/0.00/0.60)	

CMYK percentages

%9.9
%21.78
%0
%60.39

Codes

Color #5B4F65 in popluar color models

5B4F65
RGB9179101
HSL273°12.22%35.29%
HSB/HSV273°21.78%39.61%
CMYK9.90%21.78%0.00%
60.39%

Color #5B4F65 in popluar number systems.

HEX5B4F65
Decimal9179101
Binary101101110011111100101
Octal133117145

Shades and tints

Shades of #5B4F65

#5B4F65
(91,79,101)
#53485C
(83,72,92)
#4B4153
(75,65,83)
#433A4A
(67,58,74)
#3B3341
(59,51,65)
#332C38
(51,44,56)
#2B252F
(43,37,47)
#231E26
(35,30,38)
#1B171D
(27,23,29)
#131014
(19,16,20)
#0B090B
(11,9,11)
#000000
(0,0,0)

Tints of #5B4F65

#5B4F65
(91,79,101)
#695F73
(105,95,115)
#776F81
(119,111,129)
#857F8F
(133,127,143)
#938F9D
(147,143,157)
#A19FAB
(161,159,171)
#AFAFB9
(175,175,185)
#BDBFC7
(189,191,199)
#CBCFD5
(203,207,213)
#D9DFE3
(217,223,227)
#E7EFF1
(231,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4F65; }

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

This text font color is #5B4F65.


Background Color

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

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

This div background color is #5B4F65.


Border color

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

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

This div border color is #5B4F65.


Opacity

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

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

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

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

This text has shadow with #5B4F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4F65 on black background.


Color preview on white background

This text has color #5B4F65 on white background.



Black color preview on #5B4F65 background

This text has black color on #5B4F65 background.


White color preview on #5B4F65 background

This text has white color on #5B4F65 background.