COLOR #5F6362

HEX: #5F6362
RGB: (95,99,98)

Color info

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

RGB color model

#5F6362 color RGB value is (95,99,98).

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

RGB channels and saturation

R 95 of 255 = 37%
G 99 of 255 = 39%
B 98 of 255 = 38%

95
99
98

R + G + B ~ 38%. #5F6362 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 99 + 98 = 292 (100%)
R 95 of 292 ~ 32.53%
G 99 of 292 ~ 33.9%
B 98 of 292 ~ 33.56%

%32.53
%33.9
%33.56

CMYK color model

#5F6362 color CMYK value is (4,0,1,61).

  • cyan value is 4.04%
  • magenta value is 0.00%
  • yellow value is 1.01%
  • key color value is 61.18%
CMYK:
(4,0,1,61)
C4M0Y1K61 
(4%,0%,1%,61%)
(0.04/0.00/0.01/0.61)	

CMYK percentages

%4.04
%0
%1.01
%61.18

Codes

Color #5F6362 in popluar color models

5F6362
RGB959998
HSL165°2.06%38.04%
HSB/HSV165°4.04%38.82%
CMYK4.04%0.00%1.01%
61.18%

Color #5F6362 in popluar number systems.

HEX5F6362
Decimal959998
Binary101111111000111100010
Octal137143142

Shades and tints

Shades of #5F6362

#5F6362
(95,99,98)
#575A5A
(87,90,90)
#4F5152
(79,81,82)
#47484A
(71,72,74)
#3F3F42
(63,63,66)
#37363A
(55,54,58)
#2F2D32
(47,45,50)
#27242A
(39,36,42)
#1F1B22
(31,27,34)
#17121A
(23,18,26)
#0F0912
(15,9,18)
#000000
(0,0,0)

Tints of #5F6362

#5F6362
(95,99,98)
#6D7170
(109,113,112)
#7B7F7E
(123,127,126)
#898D8C
(137,141,140)
#979B9A
(151,155,154)
#A5A9A8
(165,169,168)
#B3B7B6
(179,183,182)
#C1C5C4
(193,197,196)
#CFD3D2
(207,211,210)
#DDE1E0
(221,225,224)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6362; }

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

This text font color is #5F6362.


Background Color

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

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

This div background color is #5F6362.


Border color

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

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

This div border color is #5F6362.


Opacity

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

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

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

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

This text has shadow with #5F6362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6362 on black background.


Color preview on white background

This text has color #5F6362 on white background.



Black color preview on #5F6362 background

This text has black color on #5F6362 background.


White color preview on #5F6362 background

This text has white color on #5F6362 background.