COLOR #5F5E6F

HEX: #5F5E6F RGB: (95,94,111)

Color info

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

RGB color model

#5F5E6F color RGB value is (95,94,111).

RGB: (95,94,111) (37%, 37%, 44%)

RGB channels and saturation

R 95 of 255 = 37%
G 94 of 255 = 37%
B 111 of 255 = 44%

95
94
111

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

Portions of RGB colors in percentages

R + G + B = 95 + 94 + 111 = 300 (100%)
R 95 of 300 ~ 31.67%
G 94 of 300 ~ 31.33%
B 111 of 300 ~ 37'%

%31.67
%31.33
%37

CMYK color model

#5F5E6F color CMYK value is (14,15,0,56).

  • cyan value is 14.41%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (14,15,0,56)
C14M15Y0K56 (14%, 15%, 0%, 56%)
(0.14 / 0.15 / 0.00 / 0.56)

CMYK percentages

%14.41
%15.32
%0
%56.47

Codes

Color #5F5E6F in popluar color models

5F 5E 6F
RGB 95 94 111
HSL 244° 8.29% 40.20%
HSB/HSV 244° 15.32% 43.53%
CMYK 14.41% 15.32% 0.00%
56.47%

Color #5F5E6F in popluar number systems.

HEX 5F 5E 6F
Decimal 95 94 111
Binary 1011111 1011110 1101111
Octal 137 136 157

Shades and tints

Shades of #5F5E6F

#5F5E6F
(95,94,111)
#575665
(87,86,101)
#4F4E5B
(79,78,91)
#474651
(71,70,81)
#3F3E47
(63,62,71)
#37363D
(55,54,61)
#2F2E33
(47,46,51)
#272629
(39,38,41)
#1F1E1F
(31,30,31)
#171615
(23,22,21)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #5F5E6F

#5F5E6F
(95,94,111)
#6D6C7C
(109,108,124)
#7B7A89
(123,122,137)
#898896
(137,136,150)
#9796A3
(151,150,163)
#A5A4B0
(165,164,176)
#B3B2BD
(179,178,189)
#C1C0CA
(193,192,202)
#CFCED7
(207,206,215)
#DDDCE4
(221,220,228)
#EBEAF1
(235,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5E6F; }

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

This text font color is #5F5E6F.

Background Color

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

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

This div background color is #5F5E6F.

Border color

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

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

This div border color is #5F5E6F.

Opacity

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

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

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

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

This text has shadow with #5F5E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5E6F.

Preview

Color preview on black background

This text has color #5F5E6F on black background.


Color preview on white background

This text has color #5F5E6F on white background.


Black color preview on #5F5E6F background

This text has black color on #5F5E6F background.


White color preview on #5F5E6F background

This text has white color on #5F5E6F background.


Related colors

Complementary color

Complementary color for #hex is #A0A190.


I love getcolorcode.com

Triadic colors

1 #6F5F5E and #5E6F5F with #5F5E6F are triadic colors.

2 #6F5E5F and #5E5F6F with #5F5E6F are triadic colors.