COLOR #5F6F6E

HEX: #5F6F6E RGB: (95,111,110)

Color info

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

RGB color model

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

RGB: (95,111,110) (37%, 44%, 43%)

RGB channels and saturation

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

95
111
110

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

Portions of RGB colors in percentages

R + G + B = 95 + 111 + 110 = 316 (100%)
R 95 of 316 ~ 30.06%
G 111 of 316 ~ 35.13%
B 110 of 316 ~ 34.81'%

%30.06
%35.13
%34.81

CMYK color model

#5F6F6E color CMYK value is (14,0,1,56).

  • cyan value is 14.41%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • key color value is 56.47%
CMYK: (14,0,1,56) C14M0Y1K56 (14%,0%,1%,56%) (0.14/0.00/0.01/0.56) 

CMYK percentages

%14.41
%0
%0.9
%56.47

Codes

Color #5F6F6E in popluar color models

5F 6F 6E
RGB 95 111 110
HSL 176° 7.77% 40.39%
HSB/HSV 176° 14.41% 43.53%
CMYK 14.41% 0.00% 0.90%
56.47%

Color #5F6F6E in popluar number systems.

HEX 5F 6F 6E
Decimal 95 111 110
Binary 1011111 1101111 1101110
Octal 137 157 156

Shades and tints

Shades of #5F6F6E

#5F6F6E
(95,111,110)
#576564
(87,101,100)
#4F5B5A
(79,91,90)
#475150
(71,81,80)
#3F4746
(63,71,70)
#373D3C
(55,61,60)
#2F3332
(47,51,50)
#272928
(39,41,40)
#1F1F1E
(31,31,30)
#171514
(23,21,20)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #5F6F6E

#5F6F6E
(95,111,110)
#6D7C7B
(109,124,123)
#7B8988
(123,137,136)
#899695
(137,150,149)
#97A3A2
(151,163,162)
#A5B0AF
(165,176,175)
#B3BDBC
(179,189,188)
#C1CAC9
(193,202,201)
#CFD7D6
(207,215,214)
#DDE4E3
(221,228,227)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6F6E; }

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

This text font color is #5F6F6E.

Background Color

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

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

This div background color is #5F6F6E.

Border color

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

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

This div border color is #5F6F6E.

Opacity

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

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

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

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

This text has shadow with #5F6F6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6F6E.

Preview

Color preview on black background

This text has color #5F6F6E on black background.


Color preview on white background

This text has color #5F6F6E on white background.


Black color preview on #5F6F6E background

This text has black color on #5F6F6E background.


White color preview on #5F6F6E background

This text has white color on #5F6F6E background.


Related colors

Complementary color

Complementary color for #hex is #A09091.


I love getcolorcode.com

Triadic colors

1 #6E5F6F and #6F6E5F with #5F6F6E are triadic colors.

2 #6E6F5F and #6F5F6E with #5F6F6E are triadic colors.