COLOR #5F5561

HEX: #5F5561
RGB: (95,85,97)

Color info

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

RGB color model

#5F5561 color RGB value is (95,85,97).

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

RGB channels and saturation

R 95 of 255 = 37%
G 85 of 255 = 33%
B 97 of 255 = 38%

95
85
97

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

Portions of RGB colors in percentages

R + G + B =
95 + 85 + 97 = 277 (100%)
R 95 of 277 ~ 34.3%
G 85 of 277 ~ 30.69%
B 97 of 277 ~ 35.02%

%34.3
%30.69
%35.02

CMYK color model

#5F5561 color CMYK value is (2,12,0,62).

  • cyan value is 2.06%
  • magenta value is 12.37%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(2,12,0,62)
C2M12Y0K62 
(2%,12%,0%,62%)
(0.02/0.12/0.00/0.62)	

CMYK percentages

%2.06
%12.37
%0
%61.96

Codes

Color #5F5561 in popluar color models

5F5561
RGB958597
HSL290°6.59%35.69%
HSB/HSV290°12.37%38.04%
CMYK2.06%12.37%0.00%
61.96%

Color #5F5561 in popluar number systems.

HEX5F5561
Decimal958597
Binary101111110101011100001
Octal137125141

Shades and tints

Shades of #5F5561

#5F5561
(95,85,97)
#574E59
(87,78,89)
#4F4751
(79,71,81)
#474049
(71,64,73)
#3F3941
(63,57,65)
#373239
(55,50,57)
#2F2B31
(47,43,49)
#272429
(39,36,41)
#1F1D21
(31,29,33)
#171619
(23,22,25)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #5F5561

#5F5561
(95,85,97)
#6D646F
(109,100,111)
#7B737D
(123,115,125)
#89828B
(137,130,139)
#979199
(151,145,153)
#A5A0A7
(165,160,167)
#B3AFB5
(179,175,181)
#C1BEC3
(193,190,195)
#CFCDD1
(207,205,209)
#DDDCDF
(221,220,223)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5561; }

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

This text font color is #5F5561.


Background Color

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

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

This div background color is #5F5561.


Border color

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

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

This div border color is #5F5561.


Opacity

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

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

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

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

This text has shadow with #5F5561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5561 on black background.


Color preview on white background

This text has color #5F5561 on white background.



Black color preview on #5F5561 background

This text has black color on #5F5561 background.


White color preview on #5F5561 background

This text has white color on #5F5561 background.