COLOR #5F5E6A

HEX: #5F5E6A
RGB: (95,94,106)

Color info

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

RGB color model

#5F5E6A color RGB value is (95,94,106).

  • red value is 95;
  • green value is 94;
  • blue value is 106.
RGB:
(95,94,106)
(37%,37%,42%)

RGB channels and saturation

R 95 of 255 = 37%
G 94 of 255 = 37%
B 106 of 255 = 42%

95
94
106

R + G + B ~ 39%. #5F5E6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 94 + 106 = 295 (100%)
R 95 of 295 ~ 32.2%
G 94 of 295 ~ 31.86%
B 106 of 295 ~ 35.93%

%32.2
%31.86
%35.93

CMYK color model

#5F5E6A color CMYK value is (10,11,0,58).

  • cyan value is 10.38%
  • magenta value is 11.32%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(10,11,0,58)
C10M11Y0K58 
(10%,11%,0%,58%)
(0.10/0.11/0.00/0.58)	

CMYK percentages

%10.38
%11.32
%0
%58.43

Codes

Color #5F5E6A in popluar color models

5F5E6A
RGB9594106
HSL245°6.00%39.22%
HSB/HSV245°11.32%41.57%
CMYK10.38%11.32%0.00%
58.43%

Color #5F5E6A in popluar number systems.

HEX5F5E6A
Decimal9594106
Binary101111110111101101010
Octal137136152

Shades and tints

Shades of #5F5E6A

#5F5E6A
(95,94,106)
#575661
(87,86,97)
#4F4E58
(79,78,88)
#47464F
(71,70,79)
#3F3E46
(63,62,70)
#37363D
(55,54,61)
#2F2E34
(47,46,52)
#27262B
(39,38,43)
#1F1E22
(31,30,34)
#171619
(23,22,25)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #5F5E6A

#5F5E6A
(95,94,106)
#6D6C77
(109,108,119)
#7B7A84
(123,122,132)
#898891
(137,136,145)
#97969E
(151,150,158)
#A5A4AB
(165,164,171)
#B3B2B8
(179,178,184)
#C1C0C5
(193,192,197)
#CFCED2
(207,206,210)
#DDDCDF
(221,220,223)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5E6A; }

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

This text font color is #5F5E6A.


Background Color

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

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

This div background color is #5F5E6A.


Border color

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

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

This div border color is #5F5E6A.


Opacity

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

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

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

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

This text has shadow with #5F5E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5E6A on black background.


Color preview on white background

This text has color #5F5E6A on white background.



Black color preview on #5F5E6A background

This text has black color on #5F5E6A background.


White color preview on #5F5E6A background

This text has white color on #5F5E6A background.