COLOR #5F4559

HEX: #5F4559
RGB: (95,69,89)

Color info

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

RGB color model

#5F4559 color RGB value is (95,69,89).

  • red value is 95;
  • green value is 69;
  • blue value is 89.
RGB:
(95,69,89)
(37%,27%,35%)

RGB channels and saturation

R 95 of 255 = 37%
G 69 of 255 = 27%
B 89 of 255 = 35%

95
69
89

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

Portions of RGB colors in percentages

R + G + B =
95 + 69 + 89 = 253 (100%)
R 95 of 253 ~ 37.55%
G 69 of 253 ~ 27.27%
B 89 of 253 ~ 35.18%

%37.55
%27.27
%35.18

CMYK color model

#5F4559 color CMYK value is (0,27,6,63).

  • cyan value is 0.00%
  • magenta value is 27.37%
  • yellow value is 6.32%
  • key color value is 62.75%
CMYK:
(0,27,6,63)
C0M27Y6K63 
(0%,27%,6%,63%)
(0.00/0.27/0.06/0.63)	

CMYK percentages

%0
%27.37
%6.32
%62.75

Codes

Color #5F4559 in popluar color models

5F4559
RGB956989
HSL314°15.85%32.16%
HSB/HSV314°27.37%37.25%
CMYK0.00%27.37%6.32%
62.75%

Color #5F4559 in popluar number systems.

HEX5F4559
Decimal956989
Binary101111110001011011001
Octal137105131

Shades and tints

Shades of #5F4559

#5F4559
(95,69,89)
#573F51
(87,63,81)
#4F3949
(79,57,73)
#473341
(71,51,65)
#3F2D39
(63,45,57)
#372731
(55,39,49)
#2F2129
(47,33,41)
#271B21
(39,27,33)
#1F1519
(31,21,25)
#170F11
(23,15,17)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #5F4559

#5F4559
(95,69,89)
#6D5568
(109,85,104)
#7B6577
(123,101,119)
#897586
(137,117,134)
#978595
(151,133,149)
#A595A4
(165,149,164)
#B3A5B3
(179,165,179)
#C1B5C2
(193,181,194)
#CFC5D1
(207,197,209)
#DDD5E0
(221,213,224)
#EBE5EF
(235,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4559; }

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

This text font color is #5F4559.


Background Color

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

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

This div background color is #5F4559.


Border color

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

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

This div border color is #5F4559.


Opacity

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

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

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

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

This text has shadow with #5F4559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4559 on black background.


Color preview on white background

This text has color #5F4559 on white background.



Black color preview on #5F4559 background

This text has black color on #5F4559 background.


White color preview on #5F4559 background

This text has white color on #5F4559 background.