COLOR #5F797F

HEX: #5F797F
RGB: (95,121,127)

Color info

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

RGB color model

#5F797F color RGB value is (95,121,127).

  • red value is 95;
  • green value is 121;
  • blue value is 127.
RGB:
(95,121,127)
(37%,47%,50%)

RGB channels and saturation

R 95 of 255 = 37%
G 121 of 255 = 47%
B 127 of 255 = 50%

95
121
127

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

Portions of RGB colors in percentages

R + G + B =
95 + 121 + 127 = 343 (100%)
R 95 of 343 ~ 27.7%
G 121 of 343 ~ 35.28%
B 127 of 343 ~ 37.03%

%27.7
%35.28
%37.03

CMYK color model

#5F797F color CMYK value is (25,5,0,50).

  • cyan value is 25.20%
  • magenta value is 4.72%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(25,5,0,50)
C25M5Y0K50 
(25%,5%,0%,50%)
(0.25/0.05/0.00/0.50)	

CMYK percentages

%25.2
%4.72
%0
%50.2

Codes

Color #5F797F in popluar color models

5F797F
RGB95121127
HSL191°14.41%43.53%
HSB/HSV191°25.20%49.80%
CMYK25.20%4.72%0.00%
50.20%

Color #5F797F in popluar number systems.

HEX5F797F
Decimal95121127
Binary101111111110011111111
Octal137171177

Shades and tints

Shades of #5F797F

#5F797F
(95,121,127)
#576E74
(87,110,116)
#4F6369
(79,99,105)
#47585E
(71,88,94)
#3F4D53
(63,77,83)
#374248
(55,66,72)
#2F373D
(47,55,61)
#272C32
(39,44,50)
#1F2127
(31,33,39)
#17161C
(23,22,28)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #5F797F

#5F797F
(95,121,127)
#6D858A
(109,133,138)
#7B9195
(123,145,149)
#899DA0
(137,157,160)
#97A9AB
(151,169,171)
#A5B5B6
(165,181,182)
#B3C1C1
(179,193,193)
#C1CDCC
(193,205,204)
#CFD9D7
(207,217,215)
#DDE5E2
(221,229,226)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F797F; }

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

This text font color is #5F797F.


Background Color

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

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

This div background color is #5F797F.


Border color

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

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

This div border color is #5F797F.


Opacity

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

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

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

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

This text has shadow with #5F797F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F797F on black background.


Color preview on white background

This text has color #5F797F on white background.



Black color preview on #5F797F background

This text has black color on #5F797F background.


White color preview on #5F797F background

This text has white color on #5F797F background.