COLOR #5F595A

HEX: #5F595A
RGB: (95,89,90)

Color info

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

RGB color model

#5F595A color RGB value is (95,89,90).

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

RGB channels and saturation

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

95
89
90

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

Portions of RGB colors in percentages

R + G + B =
95 + 89 + 90 = 274 (100%)
R 95 of 274 ~ 34.67%
G 89 of 274 ~ 32.48%
B 90 of 274 ~ 32.85%

%34.67
%32.48
%32.85

CMYK color model

#5F595A color CMYK value is (0,6,5,63).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 5.26%
  • key color value is 62.75%
CMYK:
(0,6,5,63)
C0M6Y5K63 
(0%,6%,5%,63%)
(0.00/0.06/0.05/0.63)	

CMYK percentages

%0
%6.32
%5.26
%62.75

Codes

Color #5F595A in popluar color models

5F595A
RGB958990
HSL350°3.26%36.08%
HSB/HSV350°6.32%37.25%
CMYK0.00%6.32%5.26%
62.75%

Color #5F595A in popluar number systems.

HEX5F595A
Decimal958990
Binary101111110110011011010
Octal137131132

Shades and tints

Shades of #5F595A

#5F595A
(95,89,90)
#575152
(87,81,82)
#4F494A
(79,73,74)
#474142
(71,65,66)
#3F393A
(63,57,58)
#373132
(55,49,50)
#2F292A
(47,41,42)
#272122
(39,33,34)
#1F191A
(31,25,26)
#171112
(23,17,18)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #5F595A

#5F595A
(95,89,90)
#6D6869
(109,104,105)
#7B7778
(123,119,120)
#898687
(137,134,135)
#979596
(151,149,150)
#A5A4A5
(165,164,165)
#B3B3B4
(179,179,180)
#C1C2C3
(193,194,195)
#CFD1D2
(207,209,210)
#DDE0E1
(221,224,225)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F595A; }

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

This text font color is #5F595A.


Background Color

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

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

This div background color is #5F595A.


Border color

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

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

This div border color is #5F595A.


Opacity

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

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

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

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

This text has shadow with #5F595A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F595A on black background.


Color preview on white background

This text has color #5F595A on white background.



Black color preview on #5F595A background

This text has black color on #5F595A background.


White color preview on #5F595A background

This text has white color on #5F595A background.