COLOR #5B3F62

HEX: #5B3F62
RGB: (91,63,98)

Color info

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

RGB color model

#5B3F62 color RGB value is (91,63,98).

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

RGB channels and saturation

R 91 of 255 = 36%
G 63 of 255 = 25%
B 98 of 255 = 38%

91
63
98

R + G + B ~ 33%. #5B3F62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 63 + 98 = 252 (100%)
R 91 of 252 ~ 36.11%
G 63 of 252 ~ 25%
B 98 of 252 ~ 38.89%

%36.11
%25
%38.89

CMYK color model

#5B3F62 color CMYK value is (7,36,0,62).

  • cyan value is 7.14%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(7,36,0,62)
C7M36Y0K62 
(7%,36%,0%,62%)
(0.07/0.36/0.00/0.62)	

CMYK percentages

%7.14
%35.71
%0
%61.57

Codes

Color #5B3F62 in popluar color models

5B3F62
RGB916398
HSL288°21.74%31.57%
HSB/HSV288°35.71%38.43%
CMYK7.14%35.71%0.00%
61.57%

Color #5B3F62 in popluar number systems.

HEX5B3F62
Decimal916398
Binary10110111111111100010
Octal13377142

Shades and tints

Shades of #5B3F62

#5B3F62
(91,63,98)
#533A5A
(83,58,90)
#4B3552
(75,53,82)
#43304A
(67,48,74)
#3B2B42
(59,43,66)
#33263A
(51,38,58)
#2B2132
(43,33,50)
#231C2A
(35,28,42)
#1B1722
(27,23,34)
#13121A
(19,18,26)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #5B3F62

#5B3F62
(91,63,98)
#695070
(105,80,112)
#77617E
(119,97,126)
#85728C
(133,114,140)
#93839A
(147,131,154)
#A194A8
(161,148,168)
#AFA5B6
(175,165,182)
#BDB6C4
(189,182,196)
#CBC7D2
(203,199,210)
#D9D8E0
(217,216,224)
#E7E9EE
(231,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B3F62; }

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

This text font color is #5B3F62.


Background Color

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

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

This div background color is #5B3F62.


Border color

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

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

This div border color is #5B3F62.


Opacity

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

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

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

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

This text has shadow with #5B3F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3F62 on black background.


Color preview on white background

This text has color #5B3F62 on white background.



Black color preview on #5B3F62 background

This text has black color on #5B3F62 background.


White color preview on #5B3F62 background

This text has white color on #5B3F62 background.