COLOR #5F4F58

HEX: #5F4F58
RGB: (95,79,88)

Color info

#5F4F58 contains red, green and blue colors in about the same proportion. Web safe color of #5F4F58 is #666666 (or #666).

RGB color model

#5F4F58 color RGB value is (95,79,88).

  • red value is 95;
  • green value is 79;
  • blue value is 88.
RGB:
(95,79,88)
(37%,31%,35%)

RGB channels and saturation

R 95 of 255 = 37%
G 79 of 255 = 31%
B 88 of 255 = 35%

95
79
88

R + G + B ~ 34%. #5F4F58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 79 + 88 = 262 (100%)
R 95 of 262 ~ 36.26%
G 79 of 262 ~ 30.15%
B 88 of 262 ~ 33.59%

%36.26
%30.15
%33.59

CMYK color model

#5F4F58 color CMYK value is (0,17,7,63).

  • cyan value is 0.00%
  • magenta value is 16.84%
  • yellow value is 7.37%
  • key color value is 62.75%
CMYK:
(0,17,7,63)
C0M17Y7K63 
(0%,17%,7%,63%)
(0.00/0.17/0.07/0.63)	

CMYK percentages

%0
%16.84
%7.37
%62.75

Codes

Color #5F4F58 in popluar color models

5F4F58
RGB957988
HSL326°9.20%34.12%
HSB/HSV326°16.84%37.25%
CMYK0.00%16.84%7.37%
62.75%

Color #5F4F58 in popluar number systems.

HEX5F4F58
Decimal957988
Binary101111110011111011000
Octal137117130

Shades and tints

Shades of #5F4F58

#5F4F58
(95,79,88)
#574850
(87,72,80)
#4F4148
(79,65,72)
#473A40
(71,58,64)
#3F3338
(63,51,56)
#372C30
(55,44,48)
#2F2528
(47,37,40)
#271E20
(39,30,32)
#1F1718
(31,23,24)
#171010
(23,16,16)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #5F4F58

#5F4F58
(95,79,88)
#6D5F67
(109,95,103)
#7B6F76
(123,111,118)
#897F85
(137,127,133)
#978F94
(151,143,148)
#A59FA3
(165,159,163)
#B3AFB2
(179,175,178)
#C1BFC1
(193,191,193)
#CFCFD0
(207,207,208)
#DDDFDF
(221,223,223)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4F58 color. Also use rgb(95,79,88) instead hex code.

Text Font Color

.myTextColor { color: #5F4F58; }

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

This text font color is #5F4F58.


Background Color

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

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

This div background color is #5F4F58.


Border color

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

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

This div border color is #5F4F58.


Opacity

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

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

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

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

This text has shadow with #5F4F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4F58 on black background.


Color preview on white background

This text has color #5F4F58 on white background.



Black color preview on #5F4F58 background

This text has black color on #5F4F58 background.


White color preview on #5F4F58 background

This text has white color on #5F4F58 background.