COLOR #5F6360

HEX: #5F6360
RGB: (95,99,96)

Color info

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

RGB color model

#5F6360 color RGB value is (95,99,96).

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

RGB channels and saturation

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

95
99
96

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

Portions of RGB colors in percentages

R + G + B =
95 + 99 + 96 = 290 (100%)
R 95 of 290 ~ 32.76%
G 99 of 290 ~ 34.14%
B 96 of 290 ~ 33.1%

%32.76
%34.14
%33.1

CMYK color model

#5F6360 color CMYK value is (4,0,3,61).

  • cyan value is 4.04%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 61.18%
CMYK:
(4,0,3,61)
C4M0Y3K61 
(4%,0%,3%,61%)
(0.04/0.00/0.03/0.61)	

CMYK percentages

%4.04
%0
%3.03
%61.18

Codes

Color #5F6360 in popluar color models

5F6360
RGB959996
HSL135°2.06%38.04%
HSB/HSV135°4.04%38.82%
CMYK4.04%0.00%3.03%
61.18%

Color #5F6360 in popluar number systems.

HEX5F6360
Decimal959996
Binary101111111000111100000
Octal137143140

Shades and tints

Shades of #5F6360

#5F6360
(95,99,96)
#575A58
(87,90,88)
#4F5150
(79,81,80)
#474848
(71,72,72)
#3F3F40
(63,63,64)
#373638
(55,54,56)
#2F2D30
(47,45,48)
#272428
(39,36,40)
#1F1B20
(31,27,32)
#171218
(23,18,24)
#0F0910
(15,9,16)
#000000
(0,0,0)

Tints of #5F6360

#5F6360
(95,99,96)
#6D716E
(109,113,110)
#7B7F7C
(123,127,124)
#898D8A
(137,141,138)
#979B98
(151,155,152)
#A5A9A6
(165,169,166)
#B3B7B4
(179,183,180)
#C1C5C2
(193,197,194)
#CFD3D0
(207,211,208)
#DDE1DE
(221,225,222)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6360; }

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

This text font color is #5F6360.


Background Color

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

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

This div background color is #5F6360.


Border color

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

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

This div border color is #5F6360.


Opacity

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

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

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

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

This text has shadow with #5F6360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6360 on black background.


Color preview on white background

This text has color #5F6360 on white background.



Black color preview on #5F6360 background

This text has black color on #5F6360 background.


White color preview on #5F6360 background

This text has white color on #5F6360 background.