COLOR #5F747D

HEX: #5F747D
RGB: (95,116,125)

Color info

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

RGB color model

#5F747D color RGB value is (95,116,125).

  • red value is 95;
  • green value is 116;
  • blue value is 125.
RGB:
(95,116,125)
(37%,45%,49%)

RGB channels and saturation

R 95 of 255 = 37%
G 116 of 255 = 45%
B 125 of 255 = 49%

95
116
125

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

Portions of RGB colors in percentages

R + G + B =
95 + 116 + 125 = 336 (100%)
R 95 of 336 ~ 28.27%
G 116 of 336 ~ 34.52%
B 125 of 336 ~ 37.2%

%28.27
%34.52
%37.2

CMYK color model

#5F747D color CMYK value is (24,7,0,51).

  • cyan value is 24.00%
  • magenta value is 7.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(24,7,0,51)
C24M7Y0K51 
(24%,7%,0%,51%)
(0.24/0.07/0.00/0.51)	

CMYK percentages

%24
%7.2
%0
%50.98

Codes

Color #5F747D in popluar color models

5F747D
RGB95116125
HSL198°13.64%43.14%
HSB/HSV198°24.00%49.02%
CMYK24.00%7.20%0.00%
50.98%

Color #5F747D in popluar number systems.

HEX5F747D
Decimal95116125
Binary101111111101001111101
Octal137164175

Shades and tints

Shades of #5F747D

#5F747D
(95,116,125)
#576A72
(87,106,114)
#4F6067
(79,96,103)
#47565C
(71,86,92)
#3F4C51
(63,76,81)
#374246
(55,66,70)
#2F383B
(47,56,59)
#272E30
(39,46,48)
#1F2425
(31,36,37)
#171A1A
(23,26,26)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #5F747D

#5F747D
(95,116,125)
#6D8088
(109,128,136)
#7B8C93
(123,140,147)
#89989E
(137,152,158)
#97A4A9
(151,164,169)
#A5B0B4
(165,176,180)
#B3BCBF
(179,188,191)
#C1C8CA
(193,200,202)
#CFD4D5
(207,212,213)
#DDE0E0
(221,224,224)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F747D; }

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

This text font color is #5F747D.


Background Color

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

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

This div background color is #5F747D.


Border color

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

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

This div border color is #5F747D.


Opacity

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

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

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

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

This text has shadow with #5F747D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F747D on black background.


Color preview on white background

This text has color #5F747D on white background.



Black color preview on #5F747D background

This text has black color on #5F747D background.


White color preview on #5F747D background

This text has white color on #5F747D background.