COLOR #5F6C6D

HEX: #5F6C6D
RGB: (95,108,109)

Color info

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

RGB color model

#5F6C6D color RGB value is (95,108,109).

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

RGB channels and saturation

R 95 of 255 = 37%
G 108 of 255 = 42%
B 109 of 255 = 43%

95
108
109

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

Portions of RGB colors in percentages

R + G + B =
95 + 108 + 109 = 312 (100%)
R 95 of 312 ~ 30.45%
G 108 of 312 ~ 34.62%
B 109 of 312 ~ 34.94%

%30.45
%34.62
%34.94

CMYK color model

#5F6C6D color CMYK value is (13,1,0,57).

  • cyan value is 12.84%
  • magenta value is 0.92%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(13,1,0,57)
C13M1Y0K57 
(13%,1%,0%,57%)
(0.13/0.01/0.00/0.57)	

CMYK percentages

%12.84
%0.92
%0
%57.25

Codes

Color #5F6C6D in popluar color models

5F6C6D
RGB95108109
HSL184°6.86%40.00%
HSB/HSV184°12.84%42.75%
CMYK12.84%0.92%0.00%
57.25%

Color #5F6C6D in popluar number systems.

HEX5F6C6D
Decimal95108109
Binary101111111011001101101
Octal137154155

Shades and tints

Shades of #5F6C6D

#5F6C6D
(95,108,109)
#576364
(87,99,100)
#4F5A5B
(79,90,91)
#475152
(71,81,82)
#3F4849
(63,72,73)
#373F40
(55,63,64)
#2F3637
(47,54,55)
#272D2E
(39,45,46)
#1F2425
(31,36,37)
#171B1C
(23,27,28)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #5F6C6D

#5F6C6D
(95,108,109)
#6D797A
(109,121,122)
#7B8687
(123,134,135)
#899394
(137,147,148)
#97A0A1
(151,160,161)
#A5ADAE
(165,173,174)
#B3BABB
(179,186,187)
#C1C7C8
(193,199,200)
#CFD4D5
(207,212,213)
#DDE1E2
(221,225,226)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6C6D; }

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

This text font color is #5F6C6D.


Background Color

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

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

This div background color is #5F6C6D.


Border color

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

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

This div border color is #5F6C6D.


Opacity

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

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

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

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

This text has shadow with #5F6C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6C6D on black background.


Color preview on white background

This text has color #5F6C6D on white background.



Black color preview on #5F6C6D background

This text has black color on #5F6C6D background.


White color preview on #5F6C6D background

This text has white color on #5F6C6D background.