COLOR #5F5155

HEX: #5F5155
RGB: (95,81,85)

Color info

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

RGB color model

#5F5155 color RGB value is (95,81,85).

  • red value is 95;
  • green value is 81;
  • blue value is 85.
RGB:
(95,81,85)
(37%,32%,33%)

RGB channels and saturation

R 95 of 255 = 37%
G 81 of 255 = 32%
B 85 of 255 = 33%

95
81
85

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

Portions of RGB colors in percentages

R + G + B =
95 + 81 + 85 = 261 (100%)
R 95 of 261 ~ 36.4%
G 81 of 261 ~ 31.03%
B 85 of 261 ~ 32.57%

%36.4
%31.03
%32.57

CMYK color model

#5F5155 color CMYK value is (0,15,11,63).

  • cyan value is 0.00%
  • magenta value is 14.74%
  • yellow value is 10.53%
  • key color value is 62.75%
CMYK:
(0,15,11,63)
C0M15Y11K63 
(0%,15%,11%,63%)
(0.00/0.15/0.11/0.63)	

CMYK percentages

%0
%14.74
%10.53
%62.75

Codes

Color #5F5155 in popluar color models

5F5155
RGB958185
HSL343°7.95%34.51%
HSB/HSV343°14.74%37.25%
CMYK0.00%14.74%10.53%
62.75%

Color #5F5155 in popluar number systems.

HEX5F5155
Decimal958185
Binary101111110100011010101
Octal137121125

Shades and tints

Shades of #5F5155

#5F5155
(95,81,85)
#574A4E
(87,74,78)
#4F4347
(79,67,71)
#473C40
(71,60,64)
#3F3539
(63,53,57)
#372E32
(55,46,50)
#2F272B
(47,39,43)
#272024
(39,32,36)
#1F191D
(31,25,29)
#171216
(23,18,22)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #5F5155

#5F5155
(95,81,85)
#6D6064
(109,96,100)
#7B6F73
(123,111,115)
#897E82
(137,126,130)
#978D91
(151,141,145)
#A59CA0
(165,156,160)
#B3ABAF
(179,171,175)
#C1BABE
(193,186,190)
#CFC9CD
(207,201,205)
#DDD8DC
(221,216,220)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5155 color. Also use rgb(95,81,85) instead hex code.

Text Font Color

.myTextColor { color: #5F5155; }

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

This text font color is #5F5155.


Background Color

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

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

This div background color is #5F5155.


Border color

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

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

This div border color is #5F5155.


Opacity

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

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

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

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

This text has shadow with #5F5155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5155 on black background.


Color preview on white background

This text has color #5F5155 on white background.



Black color preview on #5F5155 background

This text has black color on #5F5155 background.


White color preview on #5F5155 background

This text has white color on #5F5155 background.