COLOR #5F5767

HEX: #5F5767
RGB: (95,87,103)

Color info

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

RGB color model

#5F5767 color RGB value is (95,87,103).

  • red value is 95;
  • green value is 87;
  • blue value is 103.
RGB:
(95,87,103)
(37%,34%,40%)

RGB channels and saturation

R 95 of 255 = 37%
G 87 of 255 = 34%
B 103 of 255 = 40%

95
87
103

R + G + B ~ 37%. #5F5767 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 87 + 103 = 285 (100%)
R 95 of 285 ~ 33.33%
G 87 of 285 ~ 30.53%
B 103 of 285 ~ 36.14%

%33.33
%30.53
%36.14

CMYK color model

#5F5767 color CMYK value is (8,16,0,60).

  • cyan value is 7.77%
  • magenta value is 15.53%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(8,16,0,60)
C8M16Y0K60 
(8%,16%,0%,60%)
(0.08/0.16/0.00/0.60)	

CMYK percentages

%7.77
%15.53
%0
%59.61

Codes

Color #5F5767 in popluar color models

5F5767
RGB9587103
HSL270°8.42%37.25%
HSB/HSV270°15.53%40.39%
CMYK7.77%15.53%0.00%
59.61%

Color #5F5767 in popluar number systems.

HEX5F5767
Decimal9587103
Binary101111110101111100111
Octal137127147

Shades and tints

Shades of #5F5767

#5F5767
(95,87,103)
#57505E
(87,80,94)
#4F4955
(79,73,85)
#47424C
(71,66,76)
#3F3B43
(63,59,67)
#37343A
(55,52,58)
#2F2D31
(47,45,49)
#272628
(39,38,40)
#1F1F1F
(31,31,31)
#171816
(23,24,22)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #5F5767

#5F5767
(95,87,103)
#6D6674
(109,102,116)
#7B7581
(123,117,129)
#89848E
(137,132,142)
#97939B
(151,147,155)
#A5A2A8
(165,162,168)
#B3B1B5
(179,177,181)
#C1C0C2
(193,192,194)
#CFCFCF
(207,207,207)
#DDDEDC
(221,222,220)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5767 color. Also use rgb(95,87,103) instead hex code.

Text Font Color

.myTextColor { color: #5F5767; }

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

This text font color is #5F5767.


Background Color

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

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

This div background color is #5F5767.


Border color

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

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

This div border color is #5F5767.


Opacity

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

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

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

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

This text has shadow with #5F5767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5767 on black background.


Color preview on white background

This text has color #5F5767 on white background.



Black color preview on #5F5767 background

This text has black color on #5F5767 background.


White color preview on #5F5767 background

This text has white color on #5F5767 background.