COLOR #5F585F

HEX: #5F585F RGB: (95,88,95)

Color info

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

RGB color model

#5F585F color RGB value is (95,88,95).

RGB: (95,88,95) (37%, 35%, 37%)

RGB channels and saturation

R 95 of 255 = 37%
G 88 of 255 = 35%
B 95 of 255 = 37%

95
88
95

R + G + B ~ 36%. #5F585F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 88 + 95 = 278 (100%)
R 95 of 278 ~ 34.17%
G 88 of 278 ~ 31.65%
B 95 of 278 ~ 34.17'%

%34.17
%31.65
%34.17

CMYK color model

#5F585F color CMYK value is (0,7,0,63).

  • cyan value is 0.00%
  • magenta value is 7.37%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK: (0,7,0,63) C0M7Y0K63 (0%,7%,0%,63%) (0.00/0.07/0.00/0.63) 

CMYK percentages

%0
%7.37
%0
%62.75

Codes

Color #5F585F in popluar color models

5F 58 5F
RGB 95 88 95
HSL 300° 3.83% 35.88%
HSB/HSV 300° 7.37% 37.25%
CMYK 0.00% 7.37% 0.00%
62.75%

Color #5F585F in popluar number systems.

HEX 5F 58 5F
Decimal 95 88 95
Binary 1011111 1011000 1011111
Octal 137 130 137

Shades and tints

Shades of #5F585F

#5F585F
(95,88,95)
#575057
(87,80,87)
#4F484F
(79,72,79)
#474047
(71,64,71)
#3F383F
(63,56,63)
#373037
(55,48,55)
#2F282F
(47,40,47)
#272027
(39,32,39)
#1F181F
(31,24,31)
#171017
(23,16,23)
#0F080F
(15,8,15)
#000000
(0,0,0)

Tints of #5F585F

#5F585F
(95,88,95)
#6D676D
(109,103,109)
#7B767B
(123,118,123)
#898589
(137,133,137)
#979497
(151,148,151)
#A5A3A5
(165,163,165)
#B3B2B3
(179,178,179)
#C1C1C1
(193,193,193)
#CFD0CF
(207,208,207)
#DDDFDD
(221,223,221)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F585F; }

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

This text font color is #5F585F.

Background Color

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

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

This div background color is #5F585F.

Border color

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

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

This div border color is #5F585F.

Opacity

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

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

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

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

This text has shadow with #5F585F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F585F.

Preview

Color preview on black background

This text has color #5F585F on black background.


Color preview on white background

This text has color #5F585F on white background.


Black color preview on #5F585F background

This text has black color on #5F585F background.


White color preview on #5F585F background

This text has white color on #5F585F background.


Related colors

Complementary color

Complementary color for #hex is #A0A7A0.


I love getcolorcode.com

Triadic colors

1 #5F5F58 and #585F5F with #5F585F are triadic colors.

2 #5F585F and #585F5F with #5F585F are triadic colors.