COLOR #5F585A

HEX: #5F585A RGB: (95,88,90)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

95
88
90

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

Portions of RGB colors in percentages

R + G + B = 95 + 88 + 90 = 273 (100%)
R 95 of 273 ~ 34.8%
G 88 of 273 ~ 32.23%
B 90 of 273 ~ 32.97'%

%34.8
%32.23
%32.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.37%
  • yellow value is 5.26%
  • key color value is 62.75%

CMYK: (0,7,5,63)
C0M7Y5K63 (0%, 7%, 5%, 63%)
(0.00 / 0.07 / 0.05 / 0.63)

CMYK percentages

%0
%7.37
%5.26
%62.75

Codes

Color #5F585A in popluar color models

5F 58 5A
RGB 95 88 90
HSL 343° 3.83% 35.88%
HSB/HSV 343° 7.37% 37.25%
CMYK 0.00% 7.37% 5.26%
62.75%

Color #5F585A in popluar number systems.

HEX 5F 58 5A
Decimal 95 88 90
Binary 1011111 1011000 1011010
Octal 137 130 132

Shades and tints

Shades of #5F585A

#5F585A
(95,88,90)
#575052
(87,80,82)
#4F484A
(79,72,74)
#474042
(71,64,66)
#3F383A
(63,56,58)
#373032
(55,48,50)
#2F282A
(47,40,42)
#272022
(39,32,34)
#1F181A
(31,24,26)
#171012
(23,16,18)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #5F585A

#5F585A
(95,88,90)
#6D6769
(109,103,105)
#7B7678
(123,118,120)
#898587
(137,133,135)
#979496
(151,148,150)
#A5A3A5
(165,163,165)
#B3B2B4
(179,178,180)
#C1C1C3
(193,193,195)
#CFD0D2
(207,208,210)
#DDDFE1
(221,223,225)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F585A; }

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

This text font color is #5F585A.

Background Color

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

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

This div background color is #5F585A.

Border color

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

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

This div border color is #5F585A.

Opacity

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

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

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

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

This text has shadow with #5F585A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F585A.

Preview

Color preview on black background

This text has color #5F585A on black background.


Color preview on white background

This text has color #5F585A on white background.


Black color preview on #5F585A background

This text has black color on #5F585A background.


White color preview on #5F585A background

This text has white color on #5F585A background.


Related colors

Complementary color

Complementary color for #hex is #A0A7A5.


I love getcolorcode.com

Triadic colors

1 #5A5F58 and #585A5F with #5F585A are triadic colors.

2 #5A585F and #585F5A with #5F585A are triadic colors.