COLOR #5F3E50

HEX: #5F3E50
RGB: (95,62,80)

Color info

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

RGB color model

#5F3E50 color RGB value is (95,62,80).

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

RGB channels and saturation

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

95
62
80

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

Portions of RGB colors in percentages

R + G + B =
95 + 62 + 80 = 237 (100%)
R 95 of 237 ~ 40.08%
G 62 of 237 ~ 26.16%
B 80 of 237 ~ 33.76%

%40.08
%26.16
%33.76

CMYK color model

#5F3E50 color CMYK value is (0,35,16,63).

  • cyan value is 0.00%
  • magenta value is 34.74%
  • yellow value is 15.79%
  • key color value is 62.75%
CMYK:
(0,35,16,63)
C0M35Y16K63 
(0%,35%,16%,63%)
(0.00/0.35/0.16/0.63)	

CMYK percentages

%0
%34.74
%15.79
%62.75

Codes

Color #5F3E50 in popluar color models

5F3E50
RGB956280
HSL327°21.02%30.78%
HSB/HSV327°34.74%37.25%
CMYK0.00%34.74%15.79%
62.75%

Color #5F3E50 in popluar number systems.

HEX5F3E50
Decimal956280
Binary10111111111101010000
Octal13776120

Shades and tints

Shades of #5F3E50

#5F3E50
(95,62,80)
#573949
(87,57,73)
#4F3442
(79,52,66)
#472F3B
(71,47,59)
#3F2A34
(63,42,52)
#37252D
(55,37,45)
#2F2026
(47,32,38)
#271B1F
(39,27,31)
#1F1618
(31,22,24)
#171111
(23,17,17)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #5F3E50

#5F3E50
(95,62,80)
#6D4F5F
(109,79,95)
#7B606E
(123,96,110)
#89717D
(137,113,125)
#97828C
(151,130,140)
#A5939B
(165,147,155)
#B3A4AA
(179,164,170)
#C1B5B9
(193,181,185)
#CFC6C8
(207,198,200)
#DDD7D7
(221,215,215)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3E50; }

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

This text font color is #5F3E50.


Background Color

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

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

This div background color is #5F3E50.


Border color

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

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

This div border color is #5F3E50.


Opacity

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

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

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

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

This text has shadow with #5F3E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F3E50 on black background.


Color preview on white background

This text has color #5F3E50 on white background.



Black color preview on #5F3E50 background

This text has black color on #5F3E50 background.


White color preview on #5F3E50 background

This text has white color on #5F3E50 background.