COLOR #5F374E

HEX: #5F374E
RGB: (95,55,78)

Color info

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

RGB color model

#5F374E color RGB value is (95,55,78).

  • red value is 95;
  • green value is 55;
  • blue value is 78.
RGB:
(95,55,78)
(37%,22%,31%)

RGB channels and saturation

R 95 of 255 = 37%
G 55 of 255 = 22%
B 78 of 255 = 31%

95
55
78

R + G + B ~ 30%. #5F374E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 55 + 78 = 228 (100%)
R 95 of 228 ~ 41.67%
G 55 of 228 ~ 24.12%
B 78 of 228 ~ 34.21%

%41.67
%24.12
%34.21

CMYK color model

#5F374E color CMYK value is (0,42,18,63).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 17.89%
  • key color value is 62.75%
CMYK:
(0,42,18,63)
C0M42Y18K63 
(0%,42%,18%,63%)
(0.00/0.42/0.18/0.63)	

CMYK percentages

%0
%42.11
%17.89
%62.75

Codes

Color #5F374E in popluar color models

5F374E
RGB955578
HSL326°26.67%29.41%
HSB/HSV326°42.11%37.25%
CMYK0.00%42.11%17.89%
62.75%

Color #5F374E in popluar number systems.

HEX5F374E
Decimal955578
Binary10111111101111001110
Octal13767116

Shades and tints

Shades of #5F374E

#5F374E
(95,55,78)
#573247
(87,50,71)
#4F2D40
(79,45,64)
#472839
(71,40,57)
#3F2332
(63,35,50)
#371E2B
(55,30,43)
#2F1924
(47,25,36)
#27141D
(39,20,29)
#1F0F16
(31,15,22)
#170A0F
(23,10,15)
#0F0508
(15,5,8)
#000000
(0,0,0)

Tints of #5F374E

#5F374E
(95,55,78)
#6D495E
(109,73,94)
#7B5B6E
(123,91,110)
#896D7E
(137,109,126)
#977F8E
(151,127,142)
#A5919E
(165,145,158)
#B3A3AE
(179,163,174)
#C1B5BE
(193,181,190)
#CFC7CE
(207,199,206)
#DDD9DE
(221,217,222)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F374E color. Also use rgb(95,55,78) instead hex code.

Text Font Color

.myTextColor { color: #5F374E; }

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

This text font color is #5F374E.


Background Color

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

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

This div background color is #5F374E.


Border color

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

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

This div border color is #5F374E.


Opacity

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

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

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

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

This text has shadow with #5F374E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F374E on black background.


Color preview on white background

This text has color #5F374E on white background.



Black color preview on #5F374E background

This text has black color on #5F374E background.


White color preview on #5F374E background

This text has white color on #5F374E background.