COLOR #5F767D

HEX: #5F767D
RGB: (95,118,125)

Color info

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

RGB color model

#5F767D color RGB value is (95,118,125).

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

RGB channels and saturation

R 95 of 255 = 37%
G 118 of 255 = 46%
B 125 of 255 = 49%

95
118
125

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

Portions of RGB colors in percentages

R + G + B =
95 + 118 + 125 = 338 (100%)
R 95 of 338 ~ 28.11%
G 118 of 338 ~ 34.91%
B 125 of 338 ~ 36.98%

%28.11
%34.91
%36.98

CMYK color model

#5F767D color CMYK value is (24,6,0,51).

  • cyan value is 24.00%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(24,6,0,51)
C24M6Y0K51 
(24%,6%,0%,51%)
(0.24/0.06/0.00/0.51)	

CMYK percentages

%24
%5.6
%0
%50.98

Codes

Color #5F767D in popluar color models

5F767D
RGB95118125
HSL194°13.64%43.14%
HSB/HSV194°24.00%49.02%
CMYK24.00%5.60%0.00%
50.98%

Color #5F767D in popluar number systems.

HEX5F767D
Decimal95118125
Binary101111111101101111101
Octal137166175

Shades and tints

Shades of #5F767D

#5F767D
(95,118,125)
#576C72
(87,108,114)
#4F6267
(79,98,103)
#47585C
(71,88,92)
#3F4E51
(63,78,81)
#374446
(55,68,70)
#2F3A3B
(47,58,59)
#273030
(39,48,48)
#1F2625
(31,38,37)
#171C1A
(23,28,26)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #5F767D

#5F767D
(95,118,125)
#6D8288
(109,130,136)
#7B8E93
(123,142,147)
#899A9E
(137,154,158)
#97A6A9
(151,166,169)
#A5B2B4
(165,178,180)
#B3BEBF
(179,190,191)
#C1CACA
(193,202,202)
#CFD6D5
(207,214,213)
#DDE2E0
(221,226,224)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F767D; }

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

This text font color is #5F767D.


Background Color

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

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

This div background color is #5F767D.


Border color

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

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

This div border color is #5F767D.


Opacity

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

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

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

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

This text has shadow with #5F767D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F767D on black background.


Color preview on white background

This text has color #5F767D on white background.



Black color preview on #5F767D background

This text has black color on #5F767D background.


White color preview on #5F767D background

This text has white color on #5F767D background.