COLOR #5B4C67

HEX: #5B4C67
RGB: (91,76,103)

Color info

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

RGB color model

#5B4C67 color RGB value is (91,76,103).

  • red value is 91;
  • green value is 76;
  • blue value is 103.
RGB: (91,76,103) (36%,30%,40%)

RGB channels and saturation

R 91 of 255 = 36%
G 76 of 255 = 30%
B 103 of 255 = 40%

91
76
103

R + G + B ~ 35%. #5B4C67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 76 + 103 = 270 (100%)
R 91 of 270 ~ 33.7%
G 76 of 270 ~ 28.15%
B 103 of 270 ~ 38.15%

%33.7
%28.15
%38.15

CMYK color model

#5B4C67 color CMYK value is (12,26,0,60).

  • cyan value is 11.65%
  • magenta value is 26.21%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK: (12,26,0,60) C12M26Y0K60 (12%,26%,0%,60%) (0.12/0.26/0.00/0.60)

CMYK percentages

%11.65
%26.21
%0
%59.61

Codes

Color #5B4C67 in popluar color models

5B4C67
RGB9176103
HSL273°15.08%35.10%
HSB/HSV273°26.21%40.39%
CMYK11.65%26.21%0.00%
59.61%

Color #5B4C67 in popluar number systems.

HEX5B4C67
Decimal9176103
Binary101101110011001100111
Octal133114147

Shades and tints

Shades of #5B4C67

#5B4C67
(91,76,103)
#53465E
(83,70,94)
#4B4055
(75,64,85)
#433A4C
(67,58,76)
#3B3443
(59,52,67)
#332E3A
(51,46,58)
#2B2831
(43,40,49)
#232228
(35,34,40)
#1B1C1F
(27,28,31)
#131616
(19,22,22)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #5B4C67

#5B4C67
(91,76,103)
#695C74
(105,92,116)
#776C81
(119,108,129)
#857C8E
(133,124,142)
#938C9B
(147,140,155)
#A19CA8
(161,156,168)
#AFACB5
(175,172,181)
#BDBCC2
(189,188,194)
#CBCCCF
(203,204,207)
#D9DCDC
(217,220,220)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4C67 color. Also use rgb(91,76,103) instead hex code.

Text Font Color

.myTextColor { color: #5B4C67; }

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

This text font color is #5B4C67.


Background Color

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

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

This div background color is #5B4C67.


Border color

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

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

This div border color is #5B4C67.


Opacity

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

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

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

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

This text has shadow with #5B4C67 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5B4C67 on black background.


Color preview on white background

This text has color #5B4C67 on white background.



Black color preview on #5B4C67 background

This text has black color on #5B4C67 background.


White color preview on #5B4C67 background

This text has white color on #5B4C67 background.