COLOR #5F3E61

HEX: #5F3E61
RGB: (95,62,97)

Color info

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

RGB color model

#5F3E61 color RGB value is (95,62,97).

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

RGB channels and saturation

R 95 of 255 = 37%
G 62 of 255 = 24%
B 97 of 255 = 38%

95
62
97

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

Portions of RGB colors in percentages

R + G + B =
95 + 62 + 97 = 254 (100%)
R 95 of 254 ~ 37.4%
G 62 of 254 ~ 24.41%
B 97 of 254 ~ 38.19%

%37.4
%24.41
%38.19

CMYK color model

#5F3E61 color CMYK value is (2,36,0,62).

  • cyan value is 2.06%
  • magenta value is 36.08%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(2,36,0,62)
C2M36Y0K62 
(2%,36%,0%,62%)
(0.02/0.36/0.00/0.62)	

CMYK percentages

%2.06
%36.08
%0
%61.96

Codes

Color #5F3E61 in popluar color models

5F3E61
RGB956297
HSL297°22.01%31.18%
HSB/HSV297°36.08%38.04%
CMYK2.06%36.08%0.00%
61.96%

Color #5F3E61 in popluar number systems.

HEX5F3E61
Decimal956297
Binary10111111111101100001
Octal13776141

Shades and tints

Shades of #5F3E61

#5F3E61
(95,62,97)
#573959
(87,57,89)
#4F3451
(79,52,81)
#472F49
(71,47,73)
#3F2A41
(63,42,65)
#372539
(55,37,57)
#2F2031
(47,32,49)
#271B29
(39,27,41)
#1F1621
(31,22,33)
#171119
(23,17,25)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #5F3E61

#5F3E61
(95,62,97)
#6D4F6F
(109,79,111)
#7B607D
(123,96,125)
#89718B
(137,113,139)
#978299
(151,130,153)
#A593A7
(165,147,167)
#B3A4B5
(179,164,181)
#C1B5C3
(193,181,195)
#CFC6D1
(207,198,209)
#DDD7DF
(221,215,223)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3E61; }

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

This text font color is #5F3E61.


Background Color

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

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

This div background color is #5F3E61.


Border color

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

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

This div border color is #5F3E61.


Opacity

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

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

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

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

This text has shadow with #5F3E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3E61 on black background.


Color preview on white background

This text has color #5F3E61 on white background.



Black color preview on #5F3E61 background

This text has black color on #5F3E61 background.


White color preview on #5F3E61 background

This text has white color on #5F3E61 background.