COLOR #5F3959

HEX: #5F3959 RGB: (95,57,89)

Color info

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

RGB color model

#5F3959 color RGB value is (95,57,89).

RGB: (95,57,89) (37%, 22%, 35%)

RGB channels and saturation

R 95 of 255 = 37%
G 57 of 255 = 22%
B 89 of 255 = 35%

95
57
89

R + G + B ~ 31%. #5F3959 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 57 + 89 = 241 (100%)
R 95 of 241 ~ 39.42%
G 57 of 241 ~ 23.65%
B 89 of 241 ~ 36.93'%

%39.42
%23.65
%36.93

CMYK color model

#5F3959 color CMYK value is (0,40,6,63).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 6.32%
  • key color value is 62.75%

CMYK: (0,40,6,63)
C0M40Y6K63 (0%, 40%, 6%, 63%)
(0.00 / 0.40 / 0.06 / 0.63)

CMYK percentages

%0
%40
%6.32
%62.75

Codes

Color #5F3959 in popluar color models

5F 39 59
RGB 95 57 89
HSL 309° 25.00% 29.80%
HSB/HSV 309° 40.00% 37.25%
CMYK 0.00% 40.00% 6.32%
62.75%

Color #5F3959 in popluar number systems.

HEX 5F 39 59
Decimal 95 57 89
Binary 1011111 111001 1011001
Octal 137 71 131

Shades and tints

Shades of #5F3959

#5F3959
(95,57,89)
#573451
(87,52,81)
#4F2F49
(79,47,73)
#472A41
(71,42,65)
#3F2539
(63,37,57)
#372031
(55,32,49)
#2F1B29
(47,27,41)
#271621
(39,22,33)
#1F1119
(31,17,25)
#170C11
(23,12,17)
#0F0709
(15,7,9)
#000000
(0,0,0)

Tints of #5F3959

#5F3959
(95,57,89)
#6D4B68
(109,75,104)
#7B5D77
(123,93,119)
#896F86
(137,111,134)
#978195
(151,129,149)
#A593A4
(165,147,164)
#B3A5B3
(179,165,179)
#C1B7C2
(193,183,194)
#CFC9D1
(207,201,209)
#DDDBE0
(221,219,224)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F3959 color. Also use rgb(95,57,89) instead hex code.

Text Font Color

.myTextColor { color: #5F3959; }

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

This text font color is #5F3959.

Background Color

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

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

This div background color is #5F3959.

Border color

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

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

This div border color is #5F3959.

Opacity

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

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

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

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

This text has shadow with #5F3959 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F3959.

Preview

Color preview on black background

This text has color #5F3959 on black background.


Color preview on white background

This text has color #5F3959 on white background.


Black color preview on #5F3959 background

This text has black color on #5F3959 background.


White color preview on #5F3959 background

This text has white color on #5F3959 background.


Related colors

Complementary color

Complementary color for #hex is #A0C6A6.


I love getcolorcode.com

Triadic colors

1 #595F39 and #39595F with #5F3959 are triadic colors.

2 #59395F and #395F59 with #5F3959 are triadic colors.