COLOR #5F6865

HEX: #5F6865
RGB: (95,104,101)

Color info

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

RGB color model

#5F6865 color RGB value is (95,104,101).

  • red value is 95;
  • green value is 104;
  • blue value is 101.
RGB:
(95,104,101)
(37%,41%,40%)

RGB channels and saturation

R 95 of 255 = 37%
G 104 of 255 = 41%
B 101 of 255 = 40%

95
104
101

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

Portions of RGB colors in percentages

R + G + B =
95 + 104 + 101 = 300 (100%)
R 95 of 300 ~ 31.67%
G 104 of 300 ~ 34.67%
B 101 of 300 ~ 33.67%

%31.67
%34.67
%33.67

CMYK color model

#5F6865 color CMYK value is (9,0,3,59).

  • cyan value is 8.65%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 59.22%
CMYK:
(9,0,3,59)
C9M0Y3K59 
(9%,0%,3%,59%)
(0.09/0.00/0.03/0.59)	

CMYK percentages

%8.65
%0
%2.88
%59.22

Codes

Color #5F6865 in popluar color models

5F6865
RGB95104101
HSL160°4.52%39.02%
HSB/HSV160°8.65%40.78%
CMYK8.65%0.00%2.88%
59.22%

Color #5F6865 in popluar number systems.

HEX5F6865
Decimal95104101
Binary101111111010001100101
Octal137150145

Shades and tints

Shades of #5F6865

#5F6865
(95,104,101)
#575F5C
(87,95,92)
#4F5653
(79,86,83)
#474D4A
(71,77,74)
#3F4441
(63,68,65)
#373B38
(55,59,56)
#2F322F
(47,50,47)
#272926
(39,41,38)
#1F201D
(31,32,29)
#171714
(23,23,20)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #5F6865

#5F6865
(95,104,101)
#6D7573
(109,117,115)
#7B8281
(123,130,129)
#898F8F
(137,143,143)
#979C9D
(151,156,157)
#A5A9AB
(165,169,171)
#B3B6B9
(179,182,185)
#C1C3C7
(193,195,199)
#CFD0D5
(207,208,213)
#DDDDE3
(221,221,227)
#EBEAF1
(235,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6865 color. Also use rgb(95,104,101) instead hex code.

Text Font Color

.myTextColor { color: #5F6865; }

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

This text font color is #5F6865.


Background Color

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

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

This div background color is #5F6865.


Border color

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

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

This div border color is #5F6865.


Opacity

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

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

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

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

This text has shadow with #5F6865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6865 on black background.


Color preview on white background

This text has color #5F6865 on white background.



Black color preview on #5F6865 background

This text has black color on #5F6865 background.


White color preview on #5F6865 background

This text has white color on #5F6865 background.