COLOR #5F6657

HEX: #5F6657
RGB: (95,102,87)

Color info

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

RGB color model

#5F6657 color RGB value is (95,102,87).

  • red value is 95;
  • green value is 102;
  • blue value is 87.
RGB:
(95,102,87)
(37%,40%,34%)

RGB channels and saturation

R 95 of 255 = 37%
G 102 of 255 = 40%
B 87 of 255 = 34%

95
102
87

R + G + B ~ 37%. #5F6657 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 102 + 87 = 284 (100%)
R 95 of 284 ~ 33.45%
G 102 of 284 ~ 35.92%
B 87 of 284 ~ 30.63%

%33.45
%35.92
%30.63

CMYK color model

#5F6657 color CMYK value is (7,0,15,60).

  • cyan value is 6.86%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 60.00%
CMYK:
(7,0,15,60)
C7M0Y15K60 
(7%,0%,15%,60%)
(0.07/0.00/0.15/0.60)	

CMYK percentages

%6.86
%0
%14.71
%60

Codes

Color #5F6657 in popluar color models

5F6657
RGB9510287
HSL88°7.94%37.06%
HSB/HSV88°14.71%40.00%
CMYK6.86%0.00%14.71%
60.00%

Color #5F6657 in popluar number systems.

HEX5F6657
Decimal9510287
Binary101111111001101010111
Octal137146127

Shades and tints

Shades of #5F6657

#5F6657
(95,102,87)
#575D50
(87,93,80)
#4F5449
(79,84,73)
#474B42
(71,75,66)
#3F423B
(63,66,59)
#373934
(55,57,52)
#2F302D
(47,48,45)
#272726
(39,39,38)
#1F1E1F
(31,30,31)
#171518
(23,21,24)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #5F6657

#5F6657
(95,102,87)
#6D7366
(109,115,102)
#7B8075
(123,128,117)
#898D84
(137,141,132)
#979A93
(151,154,147)
#A5A7A2
(165,167,162)
#B3B4B1
(179,180,177)
#C1C1C0
(193,193,192)
#CFCECF
(207,206,207)
#DDDBDE
(221,219,222)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6657; }

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

This text font color is #5F6657.


Background Color

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

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

This div background color is #5F6657.


Border color

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

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

This div border color is #5F6657.


Opacity

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

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

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

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

This text has shadow with #5F6657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6657 on black background.


Color preview on white background

This text has color #5F6657 on white background.



Black color preview on #5F6657 background

This text has black color on #5F6657 background.


White color preview on #5F6657 background

This text has white color on #5F6657 background.