COLOR #5F656D

HEX: #5F656D
RGB: (95,101,109)

Color info

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

RGB color model

#5F656D color RGB value is (95,101,109).

  • red value is 95;
  • green value is 101;
  • blue value is 109.
RGB:
(95,101,109)
(37%,40%,43%)

RGB channels and saturation

R 95 of 255 = 37%
G 101 of 255 = 40%
B 109 of 255 = 43%

95
101
109

R + G + B ~ 40%. #5F656D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 101 + 109 = 305 (100%)
R 95 of 305 ~ 31.15%
G 101 of 305 ~ 33.11%
B 109 of 305 ~ 35.74%

%31.15
%33.11
%35.74

CMYK color model

#5F656D color CMYK value is (13,7,0,57).

  • cyan value is 12.84%
  • magenta value is 7.34%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(13,7,0,57)
C13M7Y0K57 
(13%,7%,0%,57%)
(0.13/0.07/0.00/0.57)	

CMYK percentages

%12.84
%7.34
%0
%57.25

Codes

Color #5F656D in popluar color models

5F656D
RGB95101109
HSL214°6.86%40.00%
HSB/HSV214°12.84%42.75%
CMYK12.84%7.34%0.00%
57.25%

Color #5F656D in popluar number systems.

HEX5F656D
Decimal95101109
Binary101111111001011101101
Octal137145155

Shades and tints

Shades of #5F656D

#5F656D
(95,101,109)
#575C64
(87,92,100)
#4F535B
(79,83,91)
#474A52
(71,74,82)
#3F4149
(63,65,73)
#373840
(55,56,64)
#2F2F37
(47,47,55)
#27262E
(39,38,46)
#1F1D25
(31,29,37)
#17141C
(23,20,28)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #5F656D

#5F656D
(95,101,109)
#6D737A
(109,115,122)
#7B8187
(123,129,135)
#898F94
(137,143,148)
#979DA1
(151,157,161)
#A5ABAE
(165,171,174)
#B3B9BB
(179,185,187)
#C1C7C8
(193,199,200)
#CFD5D5
(207,213,213)
#DDE3E2
(221,227,226)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F656D; }

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

This text font color is #5F656D.


Background Color

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

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

This div background color is #5F656D.


Border color

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

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

This div border color is #5F656D.


Opacity

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

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

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

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

This text has shadow with #5F656D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F656D on black background.


Color preview on white background

This text has color #5F656D on white background.



Black color preview on #5F656D background

This text has black color on #5F656D background.


White color preview on #5F656D background

This text has white color on #5F656D background.