COLOR #5F4550

HEX: #5F4550
RGB: (95,69,80)

Color info

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

RGB color model

#5F4550 color RGB value is (95,69,80).

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

RGB channels and saturation

R 95 of 255 = 37%
G 69 of 255 = 27%
B 80 of 255 = 31%

95
69
80

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

Portions of RGB colors in percentages

R + G + B =
95 + 69 + 80 = 244 (100%)
R 95 of 244 ~ 38.93%
G 69 of 244 ~ 28.28%
B 80 of 244 ~ 32.79%

%38.93
%28.28
%32.79

CMYK color model

#5F4550 color CMYK value is (0,27,16,63).

  • cyan value is 0.00%
  • magenta value is 27.37%
  • yellow value is 15.79%
  • key color value is 62.75%
CMYK:
(0,27,16,63)
C0M27Y16K63 
(0%,27%,16%,63%)
(0.00/0.27/0.16/0.63)	

CMYK percentages

%0
%27.37
%15.79
%62.75

Codes

Color #5F4550 in popluar color models

5F4550
RGB956980
HSL335°15.85%32.16%
HSB/HSV335°27.37%37.25%
CMYK0.00%27.37%15.79%
62.75%

Color #5F4550 in popluar number systems.

HEX5F4550
Decimal956980
Binary101111110001011010000
Octal137105120

Shades and tints

Shades of #5F4550

#5F4550
(95,69,80)
#573F49
(87,63,73)
#4F3942
(79,57,66)
#47333B
(71,51,59)
#3F2D34
(63,45,52)
#37272D
(55,39,45)
#2F2126
(47,33,38)
#271B1F
(39,27,31)
#1F1518
(31,21,24)
#170F11
(23,15,17)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #5F4550

#5F4550
(95,69,80)
#6D555F
(109,85,95)
#7B656E
(123,101,110)
#89757D
(137,117,125)
#97858C
(151,133,140)
#A5959B
(165,149,155)
#B3A5AA
(179,165,170)
#C1B5B9
(193,181,185)
#CFC5C8
(207,197,200)
#DDD5D7
(221,213,215)
#EBE5E6
(235,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4550; }

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

This text font color is #5F4550.


Background Color

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

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

This div background color is #5F4550.


Border color

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

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

This div border color is #5F4550.


Opacity

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

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

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

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

This text has shadow with #5F4550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4550 on black background.


Color preview on white background

This text has color #5F4550 on white background.



Black color preview on #5F4550 background

This text has black color on #5F4550 background.


White color preview on #5F4550 background

This text has white color on #5F4550 background.