COLOR #5F3D50

HEX: #5F3D50
RGB: (95,61,80)

Color info

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

RGB color model

#5F3D50 color RGB value is (95,61,80).

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

RGB channels and saturation

R 95 of 255 = 37%
G 61 of 255 = 24%
B 80 of 255 = 31%

95
61
80

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

Portions of RGB colors in percentages

R + G + B =
95 + 61 + 80 = 236 (100%)
R 95 of 236 ~ 40.25%
G 61 of 236 ~ 25.85%
B 80 of 236 ~ 33.9%

%40.25
%25.85
%33.9

CMYK color model

#5F3D50 color CMYK value is (0,36,16,63).

  • cyan value is 0.00%
  • magenta value is 35.79%
  • yellow value is 15.79%
  • key color value is 62.75%
CMYK:
(0,36,16,63)
C0M36Y16K63 
(0%,36%,16%,63%)
(0.00/0.36/0.16/0.63)	

CMYK percentages

%0
%35.79
%15.79
%62.75

Codes

Color #5F3D50 in popluar color models

5F3D50
RGB956180
HSL326°21.79%30.59%
HSB/HSV326°35.79%37.25%
CMYK0.00%35.79%15.79%
62.75%

Color #5F3D50 in popluar number systems.

HEX5F3D50
Decimal956180
Binary10111111111011010000
Octal13775120

Shades and tints

Shades of #5F3D50

#5F3D50
(95,61,80)
#573849
(87,56,73)
#4F3342
(79,51,66)
#472E3B
(71,46,59)
#3F2934
(63,41,52)
#37242D
(55,36,45)
#2F1F26
(47,31,38)
#271A1F
(39,26,31)
#1F1518
(31,21,24)
#171011
(23,16,17)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #5F3D50

#5F3D50
(95,61,80)
#6D4E5F
(109,78,95)
#7B5F6E
(123,95,110)
#89707D
(137,112,125)
#97818C
(151,129,140)
#A5929B
(165,146,155)
#B3A3AA
(179,163,170)
#C1B4B9
(193,180,185)
#CFC5C8
(207,197,200)
#DDD6D7
(221,214,215)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3D50; }

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

This text font color is #5F3D50.


Background Color

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

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

This div background color is #5F3D50.


Border color

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

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

This div border color is #5F3D50.


Opacity

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

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

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

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

This text has shadow with #5F3D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3D50 on black background.


Color preview on white background

This text has color #5F3D50 on white background.



Black color preview on #5F3D50 background

This text has black color on #5F3D50 background.


White color preview on #5F3D50 background

This text has white color on #5F3D50 background.