COLOR #5F747C

HEX: #5F747C
RGB: (95,116,124)

Color info

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

RGB color model

#5F747C color RGB value is (95,116,124).

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

RGB channels and saturation

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

95
116
124

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

Portions of RGB colors in percentages

R + G + B =
95 + 116 + 124 = 335 (100%)
R 95 of 335 ~ 28.36%
G 116 of 335 ~ 34.63%
B 124 of 335 ~ 37.01%

%28.36
%34.63
%37.01

CMYK color model

#5F747C color CMYK value is (23,6,0,51).

  • cyan value is 23.39%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(23,6,0,51)
C23M6Y0K51 
(23%,6%,0%,51%)
(0.23/0.06/0.00/0.51)	

CMYK percentages

%23.39
%6.45
%0
%51.37

Codes

Color #5F747C in popluar color models

5F747C
RGB95116124
HSL197°13.24%42.94%
HSB/HSV197°23.39%48.63%
CMYK23.39%6.45%0.00%
51.37%

Color #5F747C in popluar number systems.

HEX5F747C
Decimal95116124
Binary101111111101001111100
Octal137164174

Shades and tints

Shades of #5F747C

#5F747C
(95,116,124)
#576A71
(87,106,113)
#4F6066
(79,96,102)
#47565B
(71,86,91)
#3F4C50
(63,76,80)
#374245
(55,66,69)
#2F383A
(47,56,58)
#272E2F
(39,46,47)
#1F2424
(31,36,36)
#171A19
(23,26,25)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #5F747C

#5F747C
(95,116,124)
#6D8087
(109,128,135)
#7B8C92
(123,140,146)
#89989D
(137,152,157)
#97A4A8
(151,164,168)
#A5B0B3
(165,176,179)
#B3BCBE
(179,188,190)
#C1C8C9
(193,200,201)
#CFD4D4
(207,212,212)
#DDE0DF
(221,224,223)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F747C; }

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

This text font color is #5F747C.


Background Color

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

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

This div background color is #5F747C.


Border color

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

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

This div border color is #5F747C.


Opacity

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

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

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

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

This text has shadow with #5F747C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F747C on black background.


Color preview on white background

This text has color #5F747C on white background.



Black color preview on #5F747C background

This text has black color on #5F747C background.


White color preview on #5F747C background

This text has white color on #5F747C background.