COLOR #5F515F

HEX: #5F515F
RGB: (95,81,95)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

95
81
95

R + G + B ~ 35%. #5F515F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 81 + 95 = 271 (100%)
R 95 of 271 ~ 35.06%
G 81 of 271 ~ 29.89%
B 95 of 271 ~ 35.06%

%35.06
%29.89
%35.06

CMYK color model

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

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

CMYK percentages

%0
%14.74
%0
%62.75

Codes

Color #5F515F in popluar color models

5F515F
RGB958195
HSL300°7.95%34.51%
HSB/HSV300°14.74%37.25%
CMYK0.00%14.74%0.00%
62.75%

Color #5F515F in popluar number systems.

HEX5F515F
Decimal958195
Binary101111110100011011111
Octal137121137

Shades and tints

Shades of #5F515F

#5F515F
(95,81,95)
#574A57
(87,74,87)
#4F434F
(79,67,79)
#473C47
(71,60,71)
#3F353F
(63,53,63)
#372E37
(55,46,55)
#2F272F
(47,39,47)
#272027
(39,32,39)
#1F191F
(31,25,31)
#171217
(23,18,23)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #5F515F

#5F515F
(95,81,95)
#6D606D
(109,96,109)
#7B6F7B
(123,111,123)
#897E89
(137,126,137)
#978D97
(151,141,151)
#A59CA5
(165,156,165)
#B3ABB3
(179,171,179)
#C1BAC1
(193,186,193)
#CFC9CF
(207,201,207)
#DDD8DD
(221,216,221)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F515F; }

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

This text font color is #5F515F.


Background Color

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

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

This div background color is #5F515F.


Border color

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

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

This div border color is #5F515F.


Opacity

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

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

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

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

This text has shadow with #5F515F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F515F on black background.


Color preview on white background

This text has color #5F515F on white background.



Black color preview on #5F515F background

This text has black color on #5F515F background.


White color preview on #5F515F background

This text has white color on #5F515F background.