COLOR #5F3F50

HEX: #5F3F50
RGB: (95,63,80)

Color info

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

RGB color model

#5F3F50 color RGB value is (95,63,80).

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

RGB channels and saturation

R 95 of 255 = 37%
G 63 of 255 = 25%
B 80 of 255 = 31%

95
63
80

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

Portions of RGB colors in percentages

R + G + B =
95 + 63 + 80 = 238 (100%)
R 95 of 238 ~ 39.92%
G 63 of 238 ~ 26.47%
B 80 of 238 ~ 33.61%

%39.92
%26.47
%33.61

CMYK color model

#5F3F50 color CMYK value is (0,34,16,63).

  • cyan value is 0.00%
  • magenta value is 33.68%
  • yellow value is 15.79%
  • key color value is 62.75%
CMYK:
(0,34,16,63)
C0M34Y16K63 
(0%,34%,16%,63%)
(0.00/0.34/0.16/0.63)	

CMYK percentages

%0
%33.68
%15.79
%62.75

Codes

Color #5F3F50 in popluar color models

5F3F50
RGB956380
HSL328°20.25%30.98%
HSB/HSV328°33.68%37.25%
CMYK0.00%33.68%15.79%
62.75%

Color #5F3F50 in popluar number systems.

HEX5F3F50
Decimal956380
Binary10111111111111010000
Octal13777120

Shades and tints

Shades of #5F3F50

#5F3F50
(95,63,80)
#573A49
(87,58,73)
#4F3542
(79,53,66)
#47303B
(71,48,59)
#3F2B34
(63,43,52)
#37262D
(55,38,45)
#2F2126
(47,33,38)
#271C1F
(39,28,31)
#1F1718
(31,23,24)
#171211
(23,18,17)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #5F3F50

#5F3F50
(95,63,80)
#6D505F
(109,80,95)
#7B616E
(123,97,110)
#89727D
(137,114,125)
#97838C
(151,131,140)
#A5949B
(165,148,155)
#B3A5AA
(179,165,170)
#C1B6B9
(193,182,185)
#CFC7C8
(207,199,200)
#DDD8D7
(221,216,215)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3F50; }

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

This text font color is #5F3F50.


Background Color

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

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

This div background color is #5F3F50.


Border color

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

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

This div border color is #5F3F50.


Opacity

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

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

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

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

This text has shadow with #5F3F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3F50 on black background.


Color preview on white background

This text has color #5F3F50 on white background.



Black color preview on #5F3F50 background

This text has black color on #5F3F50 background.


White color preview on #5F3F50 background

This text has white color on #5F3F50 background.