COLOR #5F6C6A

HEX: #5F6C6A
RGB: (95,108,106)

Color info

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

RGB color model

#5F6C6A color RGB value is (95,108,106).

  • red value is 95;
  • green value is 108;
  • blue value is 106.
RGB:
(95,108,106)
(37%,42%,42%)

RGB channels and saturation

R 95 of 255 = 37%
G 108 of 255 = 42%
B 106 of 255 = 42%

95
108
106

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

Portions of RGB colors in percentages

R + G + B =
95 + 108 + 106 = 309 (100%)
R 95 of 309 ~ 30.74%
G 108 of 309 ~ 34.95%
B 106 of 309 ~ 34.3%

%30.74
%34.95
%34.3

CMYK color model

#5F6C6A color CMYK value is (12,0,2,58).

  • cyan value is 12.04%
  • magenta value is 0.00%
  • yellow value is 1.85%
  • key color value is 57.65%
CMYK:
(12,0,2,58)
C12M0Y2K58 
(12%,0%,2%,58%)
(0.12/0.00/0.02/0.58)	

CMYK percentages

%12.04
%0
%1.85
%57.65

Codes

Color #5F6C6A in popluar color models

5F6C6A
RGB95108106
HSL171°6.40%39.80%
HSB/HSV171°12.04%42.35%
CMYK12.04%0.00%1.85%
57.65%

Color #5F6C6A in popluar number systems.

HEX5F6C6A
Decimal95108106
Binary101111111011001101010
Octal137154152

Shades and tints

Shades of #5F6C6A

#5F6C6A
(95,108,106)
#576361
(87,99,97)
#4F5A58
(79,90,88)
#47514F
(71,81,79)
#3F4846
(63,72,70)
#373F3D
(55,63,61)
#2F3634
(47,54,52)
#272D2B
(39,45,43)
#1F2422
(31,36,34)
#171B19
(23,27,25)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #5F6C6A

#5F6C6A
(95,108,106)
#6D7977
(109,121,119)
#7B8684
(123,134,132)
#899391
(137,147,145)
#97A09E
(151,160,158)
#A5ADAB
(165,173,171)
#B3BAB8
(179,186,184)
#C1C7C5
(193,199,197)
#CFD4D2
(207,212,210)
#DDE1DF
(221,225,223)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6C6A; }

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

This text font color is #5F6C6A.


Background Color

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

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

This div background color is #5F6C6A.


Border color

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

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

This div border color is #5F6C6A.


Opacity

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

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

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

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

This text has shadow with #5F6C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6C6A on black background.


Color preview on white background

This text has color #5F6C6A on white background.



Black color preview on #5F6C6A background

This text has black color on #5F6C6A background.


White color preview on #5F6C6A background

This text has white color on #5F6C6A background.