COLOR #5B4769

HEX: #5B4769
RGB: (91,71,105)

Color info

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

RGB color model

#5B4769 color RGB value is (91,71,105).

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

RGB channels and saturation

R 91 of 255 = 36%
G 71 of 255 = 28%
B 105 of 255 = 41%

91
71
105

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

Portions of RGB colors in percentages

R + G + B =
91 + 71 + 105 = 267 (100%)
R 91 of 267 ~ 34.08%
G 71 of 267 ~ 26.59%
B 105 of 267 ~ 39.33%

%34.08
%26.59
%39.33

CMYK color model

#5B4769 color CMYK value is (13,32,0,59).

  • cyan value is 13.33%
  • magenta value is 32.38%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(13,32,0,59)
C13M32Y0K59 
(13%,32%,0%,59%)
(0.13/0.32/0.00/0.59)	

CMYK percentages

%13.33
%32.38
%0
%58.82

Codes

Color #5B4769 in popluar color models

5B4769
RGB9171105
HSL275°19.32%34.51%
HSB/HSV275°32.38%41.18%
CMYK13.33%32.38%0.00%
58.82%

Color #5B4769 in popluar number systems.

HEX5B4769
Decimal9171105
Binary101101110001111101001
Octal133107151

Shades and tints

Shades of #5B4769

#5B4769
(91,71,105)
#534160
(83,65,96)
#4B3B57
(75,59,87)
#43354E
(67,53,78)
#3B2F45
(59,47,69)
#33293C
(51,41,60)
#2B2333
(43,35,51)
#231D2A
(35,29,42)
#1B1721
(27,23,33)
#131118
(19,17,24)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #5B4769

#5B4769
(91,71,105)
#695776
(105,87,118)
#776783
(119,103,131)
#857790
(133,119,144)
#93879D
(147,135,157)
#A197AA
(161,151,170)
#AFA7B7
(175,167,183)
#BDB7C4
(189,183,196)
#CBC7D1
(203,199,209)
#D9D7DE
(217,215,222)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B4769; }

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

This text font color is #5B4769.


Background Color

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

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

This div background color is #5B4769.


Border color

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

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

This div border color is #5B4769.


Opacity

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

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

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

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

This text has shadow with #5B4769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B4769 on black background.


Color preview on white background

This text has color #5B4769 on white background.



Black color preview on #5B4769 background

This text has black color on #5B4769 background.


White color preview on #5B4769 background

This text has white color on #5B4769 background.