COLOR #5F3B61

HEX: #5F3B61
RGB: (95,59,97)

Color info

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

RGB color model

#5F3B61 color RGB value is (95,59,97).

  • red value is 95;
  • green value is 59;
  • blue value is 97.
RGB:
(95,59,97)
(37%,23%,38%)

RGB channels and saturation

R 95 of 255 = 37%
G 59 of 255 = 23%
B 97 of 255 = 38%

95
59
97

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

Portions of RGB colors in percentages

R + G + B =
95 + 59 + 97 = 251 (100%)
R 95 of 251 ~ 37.85%
G 59 of 251 ~ 23.51%
B 97 of 251 ~ 38.65%

%37.85
%23.51
%38.65

CMYK color model

#5F3B61 color CMYK value is (2,39,0,62).

  • cyan value is 2.06%
  • magenta value is 39.18%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(2,39,0,62)
C2M39Y0K62 
(2%,39%,0%,62%)
(0.02/0.39/0.00/0.62)	

CMYK percentages

%2.06
%39.18
%0
%61.96

Codes

Color #5F3B61 in popluar color models

5F3B61
RGB955997
HSL297°24.36%30.59%
HSB/HSV297°39.18%38.04%
CMYK2.06%39.18%0.00%
61.96%

Color #5F3B61 in popluar number systems.

HEX5F3B61
Decimal955997
Binary10111111110111100001
Octal13773141

Shades and tints

Shades of #5F3B61

#5F3B61
(95,59,97)
#573659
(87,54,89)
#4F3151
(79,49,81)
#472C49
(71,44,73)
#3F2741
(63,39,65)
#372239
(55,34,57)
#2F1D31
(47,29,49)
#271829
(39,24,41)
#1F1321
(31,19,33)
#170E19
(23,14,25)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #5F3B61

#5F3B61
(95,59,97)
#6D4C6F
(109,76,111)
#7B5D7D
(123,93,125)
#896E8B
(137,110,139)
#977F99
(151,127,153)
#A590A7
(165,144,167)
#B3A1B5
(179,161,181)
#C1B2C3
(193,178,195)
#CFC3D1
(207,195,209)
#DDD4DF
(221,212,223)
#EBE5ED
(235,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F3B61 color. Also use rgb(95,59,97) instead hex code.

Text Font Color

.myTextColor { color: #5F3B61; }

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

This text font color is #5F3B61.


Background Color

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

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

This div background color is #5F3B61.


Border color

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

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

This div border color is #5F3B61.


Opacity

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

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

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

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

This text has shadow with #5F3B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3B61 on black background.


Color preview on white background

This text has color #5F3B61 on white background.



Black color preview on #5F3B61 background

This text has black color on #5F3B61 background.


White color preview on #5F3B61 background

This text has white color on #5F3B61 background.