COLOR #5F6B63

HEX: #5F6B63
RGB: (95,107,99)

Color info

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

RGB color model

#5F6B63 color RGB value is (95,107,99).

  • red value is 95;
  • green value is 107;
  • blue value is 99.
RGB:
(95,107,99)
(37%,42%,39%)

RGB channels and saturation

R 95 of 255 = 37%
G 107 of 255 = 42%
B 99 of 255 = 39%

95
107
99

R + G + B ~ 39%. #5F6B63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 107 + 99 = 301 (100%)
R 95 of 301 ~ 31.56%
G 107 of 301 ~ 35.55%
B 99 of 301 ~ 32.89%

%31.56
%35.55
%32.89

CMYK color model

#5F6B63 color CMYK value is (11,0,7,58).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 58.04%
CMYK:
(11,0,7,58)
C11M0Y7K58 
(11%,0%,7%,58%)
(0.11/0.00/0.07/0.58)	

CMYK percentages

%11.21
%0
%7.48
%58.04

Codes

Color #5F6B63 in popluar color models

5F6B63
RGB9510799
HSL140°5.94%39.61%
HSB/HSV140°11.21%41.96%
CMYK11.21%0.00%7.48%
58.04%

Color #5F6B63 in popluar number systems.

HEX5F6B63
Decimal9510799
Binary101111111010111100011
Octal137153143

Shades and tints

Shades of #5F6B63

#5F6B63
(95,107,99)
#57625A
(87,98,90)
#4F5951
(79,89,81)
#475048
(71,80,72)
#3F473F
(63,71,63)
#373E36
(55,62,54)
#2F352D
(47,53,45)
#272C24
(39,44,36)
#1F231B
(31,35,27)
#171A12
(23,26,18)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #5F6B63

#5F6B63
(95,107,99)
#6D7871
(109,120,113)
#7B857F
(123,133,127)
#89928D
(137,146,141)
#979F9B
(151,159,155)
#A5ACA9
(165,172,169)
#B3B9B7
(179,185,183)
#C1C6C5
(193,198,197)
#CFD3D3
(207,211,211)
#DDE0E1
(221,224,225)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6B63 color. Also use rgb(95,107,99) instead hex code.

Text Font Color

.myTextColor { color: #5F6B63; }

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

This text font color is #5F6B63.


Background Color

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

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

This div background color is #5F6B63.


Border color

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

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

This div border color is #5F6B63.


Opacity

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

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

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

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

This text has shadow with #5F6B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6B63 on black background.


Color preview on white background

This text has color #5F6B63 on white background.



Black color preview on #5F6B63 background

This text has black color on #5F6B63 background.


White color preview on #5F6B63 background

This text has white color on #5F6B63 background.