COLOR #5B3F65

HEX: #5B3F65
RGB: (91,63,101)

Color info

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

RGB color model

#5B3F65 color RGB value is (91,63,101).

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

RGB channels and saturation

R 91 of 255 = 36%
G 63 of 255 = 25%
B 101 of 255 = 40%

91
63
101

R + G + B ~ 34%. #5B3F65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 63 + 101 = 255 (100%)
R 91 of 255 ~ 35.69%
G 63 of 255 ~ 24.71%
B 101 of 255 ~ 39.61%

%35.69
%24.71
%39.61

CMYK color model

#5B3F65 color CMYK value is (10,38,0,60).

  • cyan value is 9.90%
  • magenta value is 37.62%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(10,38,0,60)
C10M38Y0K60 
(10%,38%,0%,60%)
(0.10/0.38/0.00/0.60)	

CMYK percentages

%9.9
%37.62
%0
%60.39

Codes

Color #5B3F65 in popluar color models

5B3F65
RGB9163101
HSL284°23.17%32.16%
HSB/HSV284°37.62%39.61%
CMYK9.90%37.62%0.00%
60.39%

Color #5B3F65 in popluar number systems.

HEX5B3F65
Decimal9163101
Binary10110111111111100101
Octal13377145

Shades and tints

Shades of #5B3F65

#5B3F65
(91,63,101)
#533A5C
(83,58,92)
#4B3553
(75,53,83)
#43304A
(67,48,74)
#3B2B41
(59,43,65)
#332638
(51,38,56)
#2B212F
(43,33,47)
#231C26
(35,28,38)
#1B171D
(27,23,29)
#131214
(19,18,20)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #5B3F65

#5B3F65
(91,63,101)
#695073
(105,80,115)
#776181
(119,97,129)
#85728F
(133,114,143)
#93839D
(147,131,157)
#A194AB
(161,148,171)
#AFA5B9
(175,165,185)
#BDB6C7
(189,182,199)
#CBC7D5
(203,199,213)
#D9D8E3
(217,216,227)
#E7E9F1
(231,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B3F65; }

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

This text font color is #5B3F65.


Background Color

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

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

This div background color is #5B3F65.


Border color

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

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

This div border color is #5B3F65.


Opacity

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

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

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

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

This text has shadow with #5B3F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3F65 on black background.


Color preview on white background

This text has color #5B3F65 on white background.



Black color preview on #5B3F65 background

This text has black color on #5B3F65 background.


White color preview on #5B3F65 background

This text has white color on #5B3F65 background.