COLOR #5F555A

HEX: #5F555A
RGB: (95,85,90)

Color info

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

RGB color model

#5F555A color RGB value is (95,85,90).

  • red value is 95;
  • green value is 85;
  • blue value is 90.
RGB:
(95,85,90)
(37%,33%,35%)

RGB channels and saturation

R 95 of 255 = 37%
G 85 of 255 = 33%
B 90 of 255 = 35%

95
85
90

R + G + B ~ 35%. #5F555A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 85 + 90 = 270 (100%)
R 95 of 270 ~ 35.19%
G 85 of 270 ~ 31.48%
B 90 of 270 ~ 33.33%

%35.19
%31.48
%33.33

CMYK color model

#5F555A color CMYK value is (0,11,5,63).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 5.26%
  • key color value is 62.75%
CMYK:
(0,11,5,63)
C0M11Y5K63 
(0%,11%,5%,63%)
(0.00/0.11/0.05/0.63)	

CMYK percentages

%0
%10.53
%5.26
%62.75

Codes

Color #5F555A in popluar color models

5F555A
RGB958590
HSL330°5.56%35.29%
HSB/HSV330°10.53%37.25%
CMYK0.00%10.53%5.26%
62.75%

Color #5F555A in popluar number systems.

HEX5F555A
Decimal958590
Binary101111110101011011010
Octal137125132

Shades and tints

Shades of #5F555A

#5F555A
(95,85,90)
#574E52
(87,78,82)
#4F474A
(79,71,74)
#474042
(71,64,66)
#3F393A
(63,57,58)
#373232
(55,50,50)
#2F2B2A
(47,43,42)
#272422
(39,36,34)
#1F1D1A
(31,29,26)
#171612
(23,22,18)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #5F555A

#5F555A
(95,85,90)
#6D6469
(109,100,105)
#7B7378
(123,115,120)
#898287
(137,130,135)
#979196
(151,145,150)
#A5A0A5
(165,160,165)
#B3AFB4
(179,175,180)
#C1BEC3
(193,190,195)
#CFCDD2
(207,205,210)
#DDDCE1
(221,220,225)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F555A; }

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

This text font color is #5F555A.


Background Color

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

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

This div background color is #5F555A.


Border color

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

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

This div border color is #5F555A.


Opacity

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

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

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

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

This text has shadow with #5F555A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F555A on black background.


Color preview on white background

This text has color #5F555A on white background.



Black color preview on #5F555A background

This text has black color on #5F555A background.


White color preview on #5F555A background

This text has white color on #5F555A background.