COLOR #5F506F

HEX: #5F506F
RGB: (95,80,111)

Color info

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

RGB color model

#5F506F color RGB value is (95,80,111).

  • red value is 95;
  • green value is 80;
  • blue value is 111.
RGB:
(95,80,111)
(37%,31%,44%)

RGB channels and saturation

R 95 of 255 = 37%
G 80 of 255 = 31%
B 111 of 255 = 44%

95
80
111

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

Portions of RGB colors in percentages

R + G + B =
95 + 80 + 111 = 286 (100%)
R 95 of 286 ~ 33.22%
G 80 of 286 ~ 27.97%
B 111 of 286 ~ 38.81%

%33.22
%27.97
%38.81

CMYK color model

#5F506F color CMYK value is (14,28,0,56).

  • cyan value is 14.41%
  • magenta value is 27.93%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(14,28,0,56)
C14M28Y0K56 
(14%,28%,0%,56%)
(0.14/0.28/0.00/0.56)	

CMYK percentages

%14.41
%27.93
%0
%56.47

Codes

Color #5F506F in popluar color models

5F506F
RGB9580111
HSL269°16.23%37.45%
HSB/HSV269°27.93%43.53%
CMYK14.41%27.93%0.00%
56.47%

Color #5F506F in popluar number systems.

HEX5F506F
Decimal9580111
Binary101111110100001101111
Octal137120157

Shades and tints

Shades of #5F506F

#5F506F
(95,80,111)
#574965
(87,73,101)
#4F425B
(79,66,91)
#473B51
(71,59,81)
#3F3447
(63,52,71)
#372D3D
(55,45,61)
#2F2633
(47,38,51)
#271F29
(39,31,41)
#1F181F
(31,24,31)
#171115
(23,17,21)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #5F506F

#5F506F
(95,80,111)
#6D5F7C
(109,95,124)
#7B6E89
(123,110,137)
#897D96
(137,125,150)
#978CA3
(151,140,163)
#A59BB0
(165,155,176)
#B3AABD
(179,170,189)
#C1B9CA
(193,185,202)
#CFC8D7
(207,200,215)
#DDD7E4
(221,215,228)
#EBE6F1
(235,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F506F color. Also use rgb(95,80,111) instead hex code.

Text Font Color

.myTextColor { color: #5F506F; }

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

This text font color is #5F506F.


Background Color

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

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

This div background color is #5F506F.


Border color

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

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

This div border color is #5F506F.


Opacity

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

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

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

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

This text has shadow with #5F506F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F506F on black background.


Color preview on white background

This text has color #5F506F on white background.



Black color preview on #5F506F background

This text has black color on #5F506F background.


White color preview on #5F506F background

This text has white color on #5F506F background.