COLOR #5F3B66

HEX: #5F3B66
RGB: (95,59,102)

Color info

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

RGB color model

#5F3B66 color RGB value is (95,59,102).

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

RGB channels and saturation

R 95 of 255 = 37%
G 59 of 255 = 23%
B 102 of 255 = 40%

95
59
102

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

Portions of RGB colors in percentages

R + G + B =
95 + 59 + 102 = 256 (100%)
R 95 of 256 ~ 37.11%
G 59 of 256 ~ 23.05%
B 102 of 256 ~ 39.84%

%37.11
%23.05
%39.84

CMYK color model

#5F3B66 color CMYK value is (7,42,0,60).

  • cyan value is 6.86%
  • magenta value is 42.16%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(7,42,0,60)
C7M42Y0K60 
(7%,42%,0%,60%)
(0.07/0.42/0.00/0.60)	

CMYK percentages

%6.86
%42.16
%0
%60

Codes

Color #5F3B66 in popluar color models

5F3B66
RGB9559102
HSL290°26.71%31.57%
HSB/HSV290°42.16%40.00%
CMYK6.86%42.16%0.00%
60.00%

Color #5F3B66 in popluar number systems.

HEX5F3B66
Decimal9559102
Binary10111111110111100110
Octal13773146

Shades and tints

Shades of #5F3B66

#5F3B66
(95,59,102)
#57365D
(87,54,93)
#4F3154
(79,49,84)
#472C4B
(71,44,75)
#3F2742
(63,39,66)
#372239
(55,34,57)
#2F1D30
(47,29,48)
#271827
(39,24,39)
#1F131E
(31,19,30)
#170E15
(23,14,21)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #5F3B66

#5F3B66
(95,59,102)
#6D4C73
(109,76,115)
#7B5D80
(123,93,128)
#896E8D
(137,110,141)
#977F9A
(151,127,154)
#A590A7
(165,144,167)
#B3A1B4
(179,161,180)
#C1B2C1
(193,178,193)
#CFC3CE
(207,195,206)
#DDD4DB
(221,212,219)
#EBE5E8
(235,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3B66; }

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

This text font color is #5F3B66.


Background Color

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

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

This div background color is #5F3B66.


Border color

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

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

This div border color is #5F3B66.


Opacity

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

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

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

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

This text has shadow with #5F3B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3B66 on black background.


Color preview on white background

This text has color #5F3B66 on white background.



Black color preview on #5F3B66 background

This text has black color on #5F3B66 background.


White color preview on #5F3B66 background

This text has white color on #5F3B66 background.