COLOR #5F6060

HEX: #5F6060
RGB: (95,96,96)

Color info

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

RGB color model

#5F6060 color RGB value is (95,96,96).

  • red value is 95;
  • green value is 96;
  • blue value is 96.
RGB:
(95,96,96)
(37%,38%,38%)

RGB channels and saturation

R 95 of 255 = 37%
G 96 of 255 = 38%
B 96 of 255 = 38%

95
96
96

R + G + B ~ 38%. #5F6060 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 96 + 96 = 287 (100%)
R 95 of 287 ~ 33.1%
G 96 of 287 ~ 33.45%
B 96 of 287 ~ 33.45%

%33.1
%33.45
%33.45

CMYK color model

#5F6060 color CMYK value is (1,0,0,62).

  • cyan value is 1.04%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(1,0,0,62)
C1M0Y0K62 
(1%,0%,0%,62%)
(0.01/0.00/0.00/0.62)	

CMYK percentages

%1.04
%0
%0
%62.35

Codes

Color #5F6060 in popluar color models

5F6060
RGB959696
HSL180°0.52%37.45%
HSB/HSV180°1.04%37.65%
CMYK1.04%0.00%0.00%
62.35%

Color #5F6060 in popluar number systems.

HEX5F6060
Decimal959696
Binary101111111000001100000
Octal137140140

Shades and tints

Shades of #5F6060

#5F6060
(95,96,96)
#575858
(87,88,88)
#4F5050
(79,80,80)
#474848
(71,72,72)
#3F4040
(63,64,64)
#373838
(55,56,56)
#2F3030
(47,48,48)
#272828
(39,40,40)
#1F2020
(31,32,32)
#171818
(23,24,24)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #5F6060

#5F6060
(95,96,96)
#6D6E6E
(109,110,110)
#7B7C7C
(123,124,124)
#898A8A
(137,138,138)
#979898
(151,152,152)
#A5A6A6
(165,166,166)
#B3B4B4
(179,180,180)
#C1C2C2
(193,194,194)
#CFD0D0
(207,208,208)
#DDDEDE
(221,222,222)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6060; }

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

This text font color is #5F6060.


Background Color

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

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

This div background color is #5F6060.


Border color

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

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

This div border color is #5F6060.


Opacity

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

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

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

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

This text has shadow with #5F6060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6060 on black background.


Color preview on white background

This text has color #5F6060 on white background.



Black color preview on #5F6060 background

This text has black color on #5F6060 background.


White color preview on #5F6060 background

This text has white color on #5F6060 background.