COLOR #5B4765

HEX: #5B4765
RGB: (91,71,101)

Color info

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

RGB color model

#5B4765 color RGB value is (91,71,101).

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

RGB channels and saturation

R 91 of 255 = 36%
G 71 of 255 = 28%
B 101 of 255 = 40%

91
71
101

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

Portions of RGB colors in percentages

R + G + B =
91 + 71 + 101 = 263 (100%)
R 91 of 263 ~ 34.6%
G 71 of 263 ~ 27%
B 101 of 263 ~ 38.4%

%34.6
%27
%38.4

CMYK color model

#5B4765 color CMYK value is (10,30,0,60).

  • cyan value is 9.90%
  • magenta value is 29.70%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(10,30,0,60)
C10M30Y0K60 
(10%,30%,0%,60%)
(0.10/0.30/0.00/0.60)	

CMYK percentages

%9.9
%29.7
%0
%60.39

Codes

Color #5B4765 in popluar color models

5B4765
RGB9171101
HSL280°17.44%33.73%
HSB/HSV280°29.70%39.61%
CMYK9.90%29.70%0.00%
60.39%

Color #5B4765 in popluar number systems.

HEX5B4765
Decimal9171101
Binary101101110001111100101
Octal133107145

Shades and tints

Shades of #5B4765

#5B4765
(91,71,101)
#53415C
(83,65,92)
#4B3B53
(75,59,83)
#43354A
(67,53,74)
#3B2F41
(59,47,65)
#332938
(51,41,56)
#2B232F
(43,35,47)
#231D26
(35,29,38)
#1B171D
(27,23,29)
#131114
(19,17,20)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #5B4765

#5B4765
(91,71,101)
#695773
(105,87,115)
#776781
(119,103,129)
#85778F
(133,119,143)
#93879D
(147,135,157)
#A197AB
(161,151,171)
#AFA7B9
(175,167,185)
#BDB7C7
(189,183,199)
#CBC7D5
(203,199,213)
#D9D7E3
(217,215,227)
#E7E7F1
(231,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4765; }

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

This text font color is #5B4765.


Background Color

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

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

This div background color is #5B4765.


Border color

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

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

This div border color is #5B4765.


Opacity

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

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

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

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

This text has shadow with #5B4765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4765 on black background.


Color preview on white background

This text has color #5B4765 on white background.



Black color preview on #5B4765 background

This text has black color on #5B4765 background.


White color preview on #5B4765 background

This text has white color on #5B4765 background.