COLOR #5F766C

HEX: #5F766C
RGB: (95,118,108)

Color info

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

RGB color model

#5F766C color RGB value is (95,118,108).

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

RGB channels and saturation

R 95 of 255 = 37%
G 118 of 255 = 46%
B 108 of 255 = 42%

95
118
108

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

Portions of RGB colors in percentages

R + G + B =
95 + 118 + 108 = 321 (100%)
R 95 of 321 ~ 29.6%
G 118 of 321 ~ 36.76%
B 108 of 321 ~ 33.64%

%29.6
%36.76
%33.64

CMYK color model

#5F766C color CMYK value is (19,0,8,54).

  • cyan value is 19.49%
  • magenta value is 0.00%
  • yellow value is 8.47%
  • key color value is 53.73%
CMYK:
(19,0,8,54)
C19M0Y8K54 
(19%,0%,8%,54%)
(0.19/0.00/0.08/0.54)	

CMYK percentages

%19.49
%0
%8.47
%53.73

Codes

Color #5F766C in popluar color models

5F766C
RGB95118108
HSL154°10.80%41.76%
HSB/HSV154°19.49%46.27%
CMYK19.49%0.00%8.47%
53.73%

Color #5F766C in popluar number systems.

HEX5F766C
Decimal95118108
Binary101111111101101101100
Octal137166154

Shades and tints

Shades of #5F766C

#5F766C
(95,118,108)
#576C63
(87,108,99)
#4F625A
(79,98,90)
#475851
(71,88,81)
#3F4E48
(63,78,72)
#37443F
(55,68,63)
#2F3A36
(47,58,54)
#27302D
(39,48,45)
#1F2624
(31,38,36)
#171C1B
(23,28,27)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #5F766C

#5F766C
(95,118,108)
#6D8279
(109,130,121)
#7B8E86
(123,142,134)
#899A93
(137,154,147)
#97A6A0
(151,166,160)
#A5B2AD
(165,178,173)
#B3BEBA
(179,190,186)
#C1CAC7
(193,202,199)
#CFD6D4
(207,214,212)
#DDE2E1
(221,226,225)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F766C; }

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

This text font color is #5F766C.


Background Color

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

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

This div background color is #5F766C.


Border color

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

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

This div border color is #5F766C.


Opacity

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

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

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

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

This text has shadow with #5F766C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F766C on black background.


Color preview on white background

This text has color #5F766C on white background.



Black color preview on #5F766C background

This text has black color on #5F766C background.


White color preview on #5F766C background

This text has white color on #5F766C background.