COLOR #5F3A58

HEX: #5F3A58
RGB: (95,58,88)

Color info

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

RGB color model

#5F3A58 color RGB value is (95,58,88).

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

RGB channels and saturation

R 95 of 255 = 37%
G 58 of 255 = 23%
B 88 of 255 = 35%

95
58
88

R + G + B ~ 32%. #5F3A58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 58 + 88 = 241 (100%)
R 95 of 241 ~ 39.42%
G 58 of 241 ~ 24.07%
B 88 of 241 ~ 36.51%

%39.42
%24.07
%36.51

CMYK color model

#5F3A58 color CMYK value is (0,39,7,63).

  • cyan value is 0.00%
  • magenta value is 38.95%
  • yellow value is 7.37%
  • key color value is 62.75%
CMYK:
(0,39,7,63)
C0M39Y7K63 
(0%,39%,7%,63%)
(0.00/0.39/0.07/0.63)	

CMYK percentages

%0
%38.95
%7.37
%62.75

Codes

Color #5F3A58 in popluar color models

5F3A58
RGB955888
HSL311°24.18%30.00%
HSB/HSV311°38.95%37.25%
CMYK0.00%38.95%7.37%
62.75%

Color #5F3A58 in popluar number systems.

HEX5F3A58
Decimal955888
Binary10111111110101011000
Octal13772130

Shades and tints

Shades of #5F3A58

#5F3A58
(95,58,88)
#573550
(87,53,80)
#4F3048
(79,48,72)
#472B40
(71,43,64)
#3F2638
(63,38,56)
#372130
(55,33,48)
#2F1C28
(47,28,40)
#271720
(39,23,32)
#1F1218
(31,18,24)
#170D10
(23,13,16)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #5F3A58

#5F3A58
(95,58,88)
#6D4B67
(109,75,103)
#7B5C76
(123,92,118)
#896D85
(137,109,133)
#977E94
(151,126,148)
#A58FA3
(165,143,163)
#B3A0B2
(179,160,178)
#C1B1C1
(193,177,193)
#CFC2D0
(207,194,208)
#DDD3DF
(221,211,223)
#EBE4EE
(235,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3A58; }

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

This text font color is #5F3A58.


Background Color

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

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

This div background color is #5F3A58.


Border color

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

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

This div border color is #5F3A58.


Opacity

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

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

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

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

This text has shadow with #5F3A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3A58 on black background.


Color preview on white background

This text has color #5F3A58 on white background.



Black color preview on #5F3A58 background

This text has black color on #5F3A58 background.


White color preview on #5F3A58 background

This text has white color on #5F3A58 background.