COLOR #5F6E6E

HEX: #5F6E6E
RGB: (95,110,110)

Color info

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

RGB color model

#5F6E6E color RGB value is (95,110,110).

  • red value is 95;
  • green value is 110;
  • blue value is 110.
RGB:
(95,110,110)
(37%,43%,43%)

RGB channels and saturation

R 95 of 255 = 37%
G 110 of 255 = 43%
B 110 of 255 = 43%

95
110
110

R + G + B ~ 41%. #5F6E6E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 110 + 110 = 315 (100%)
R 95 of 315 ~ 30.16%
G 110 of 315 ~ 34.92%
B 110 of 315 ~ 34.92%

%30.16
%34.92
%34.92

CMYK color model

#5F6E6E color CMYK value is (14,0,0,57).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(14,0,0,57)
C14M0Y0K57 
(14%,0%,0%,57%)
(0.14/0.00/0.00/0.57)	

CMYK percentages

%13.64
%0
%0
%56.86

Codes

Color #5F6E6E in popluar color models

5F6E6E
RGB95110110
HSL180°7.32%40.20%
HSB/HSV180°13.64%43.14%
CMYK13.64%0.00%0.00%
56.86%

Color #5F6E6E in popluar number systems.

HEX5F6E6E
Decimal95110110
Binary101111111011101101110
Octal137156156

Shades and tints

Shades of #5F6E6E

#5F6E6E
(95,110,110)
#576464
(87,100,100)
#4F5A5A
(79,90,90)
#475050
(71,80,80)
#3F4646
(63,70,70)
#373C3C
(55,60,60)
#2F3232
(47,50,50)
#272828
(39,40,40)
#1F1E1E
(31,30,30)
#171414
(23,20,20)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #5F6E6E

#5F6E6E
(95,110,110)
#6D7B7B
(109,123,123)
#7B8888
(123,136,136)
#899595
(137,149,149)
#97A2A2
(151,162,162)
#A5AFAF
(165,175,175)
#B3BCBC
(179,188,188)
#C1C9C9
(193,201,201)
#CFD6D6
(207,214,214)
#DDE3E3
(221,227,227)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6E6E; }

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

This text font color is #5F6E6E.


Background Color

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

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

This div background color is #5F6E6E.


Border color

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

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

This div border color is #5F6E6E.


Opacity

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

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

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

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

This text has shadow with #5F6E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6E6E on black background.


Color preview on white background

This text has color #5F6E6E on white background.



Black color preview on #5F6E6E background

This text has black color on #5F6E6E background.


White color preview on #5F6E6E background

This text has white color on #5F6E6E background.