COLOR #5F3A66

HEX: #5F3A66
RGB: (95,58,102)

Color info

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

RGB color model

#5F3A66 color RGB value is (95,58,102).

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

RGB channels and saturation

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

95
58
102

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

Portions of RGB colors in percentages

R + G + B =
95 + 58 + 102 = 255 (100%)
R 95 of 255 ~ 37.25%
G 58 of 255 ~ 22.75%
B 102 of 255 ~ 40%

%37.25
%22.75
%40

CMYK color model

#5F3A66 color CMYK value is (7,43,0,60).

  • cyan value is 6.86%
  • magenta value is 43.14%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(7,43,0,60)
C7M43Y0K60 
(7%,43%,0%,60%)
(0.07/0.43/0.00/0.60)	

CMYK percentages

%6.86
%43.14
%0
%60

Codes

Color #5F3A66 in popluar color models

5F3A66
RGB9558102
HSL290°27.50%31.37%
HSB/HSV290°43.14%40.00%
CMYK6.86%43.14%0.00%
60.00%

Color #5F3A66 in popluar number systems.

HEX5F3A66
Decimal9558102
Binary10111111110101100110
Octal13772146

Shades and tints

Shades of #5F3A66

#5F3A66
(95,58,102)
#57355D
(87,53,93)
#4F3054
(79,48,84)
#472B4B
(71,43,75)
#3F2642
(63,38,66)
#372139
(55,33,57)
#2F1C30
(47,28,48)
#271727
(39,23,39)
#1F121E
(31,18,30)
#170D15
(23,13,21)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #5F3A66

#5F3A66
(95,58,102)
#6D4B73
(109,75,115)
#7B5C80
(123,92,128)
#896D8D
(137,109,141)
#977E9A
(151,126,154)
#A58FA7
(165,143,167)
#B3A0B4
(179,160,180)
#C1B1C1
(193,177,193)
#CFC2CE
(207,194,206)
#DDD3DB
(221,211,219)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3A66; }

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

This text font color is #5F3A66.


Background Color

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

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

This div background color is #5F3A66.


Border color

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

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

This div border color is #5F3A66.


Opacity

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

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

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

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

This text has shadow with #5F3A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3A66 on black background.


Color preview on white background

This text has color #5F3A66 on white background.



Black color preview on #5F3A66 background

This text has black color on #5F3A66 background.


White color preview on #5F3A66 background

This text has white color on #5F3A66 background.