COLOR #5F6F68

HEX: #5F6F68 RGB: (95,111,104)

Color info

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

RGB color model

#5F6F68 color RGB value is (95,111,104).

RGB: (95,111,104) (37%, 44%, 41%)

RGB channels and saturation

R 95 of 255 = 37%
G 111 of 255 = 44%
B 104 of 255 = 41%

95
111
104

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

Portions of RGB colors in percentages

R + G + B = 95 + 111 + 104 = 310 (100%)
R 95 of 310 ~ 30.65%
G 111 of 310 ~ 35.81%
B 104 of 310 ~ 33.55'%

%30.65
%35.81
%33.55

CMYK color model

#5F6F68 color CMYK value is (14,0,6,56).

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

CMYK: (14,0,6,56)
C14M0Y6K56 (14%, 0%, 6%, 56%)
(0.14 / 0.00 / 0.06 / 0.56)

CMYK percentages

%14.41
%0
%6.31
%56.47

Codes

Color #5F6F68 in popluar color models

5F 6F 68
RGB 95 111 104
HSL 154° 7.77% 40.39%
HSB/HSV 154° 14.41% 43.53%
CMYK 14.41% 0.00% 6.31%
56.47%

Color #5F6F68 in popluar number systems.

HEX 5F 6F 68
Decimal 95 111 104
Binary 1011111 1101111 1101000
Octal 137 157 150

Shades and tints

Shades of #5F6F68

#5F6F68
(95,111,104)
#57655F
(87,101,95)
#4F5B56
(79,91,86)
#47514D
(71,81,77)
#3F4744
(63,71,68)
#373D3B
(55,61,59)
#2F3332
(47,51,50)
#272929
(39,41,41)
#1F1F20
(31,31,32)
#171517
(23,21,23)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #5F6F68

#5F6F68
(95,111,104)
#6D7C75
(109,124,117)
#7B8982
(123,137,130)
#89968F
(137,150,143)
#97A39C
(151,163,156)
#A5B0A9
(165,176,169)
#B3BDB6
(179,189,182)
#C1CAC3
(193,202,195)
#CFD7D0
(207,215,208)
#DDE4DD
(221,228,221)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6F68; }

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

This text font color is #5F6F68.

Background Color

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

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

This div background color is #5F6F68.

Border color

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

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

This div border color is #5F6F68.

Opacity

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

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

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

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

This text has shadow with #5F6F68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6F68.

Preview

Color preview on black background

This text has color #5F6F68 on black background.


Color preview on white background

This text has color #5F6F68 on white background.


Black color preview on #5F6F68 background

This text has black color on #5F6F68 background.


White color preview on #5F6F68 background

This text has white color on #5F6F68 background.


Related colors

Complementary color

Complementary color for #hex is #A09097.


I love getcolorcode.com

Triadic colors

1 #685F6F and #6F685F with #5F6F68 are triadic colors.

2 #686F5F and #6F5F68 with #5F6F68 are triadic colors.