COLOR #5F636F

HEX: #5F636F
RGB: (95,99,111)

Color info

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

RGB color model

#5F636F color RGB value is (95,99,111).

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

RGB channels and saturation

R 95 of 255 = 37%
G 99 of 255 = 39%
B 111 of 255 = 44%

95
99
111

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

Portions of RGB colors in percentages

R + G + B =
95 + 99 + 111 = 305 (100%)
R 95 of 305 ~ 31.15%
G 99 of 305 ~ 32.46%
B 111 of 305 ~ 36.39%

%31.15
%32.46
%36.39

CMYK color model

#5F636F color CMYK value is (14,11,0,56).

  • cyan value is 14.41%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(14,11,0,56)
C14M11Y0K56 
(14%,11%,0%,56%)
(0.14/0.11/0.00/0.56)	

CMYK percentages

%14.41
%10.81
%0
%56.47

Codes

Color #5F636F in popluar color models

5F636F
RGB9599111
HSL225°7.77%40.39%
HSB/HSV225°14.41%43.53%
CMYK14.41%10.81%0.00%
56.47%

Color #5F636F in popluar number systems.

HEX5F636F
Decimal9599111
Binary101111111000111101111
Octal137143157

Shades and tints

Shades of #5F636F

#5F636F
(95,99,111)
#575A65
(87,90,101)
#4F515B
(79,81,91)
#474851
(71,72,81)
#3F3F47
(63,63,71)
#37363D
(55,54,61)
#2F2D33
(47,45,51)
#272429
(39,36,41)
#1F1B1F
(31,27,31)
#171215
(23,18,21)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #5F636F

#5F636F
(95,99,111)
#6D717C
(109,113,124)
#7B7F89
(123,127,137)
#898D96
(137,141,150)
#979BA3
(151,155,163)
#A5A9B0
(165,169,176)
#B3B7BD
(179,183,189)
#C1C5CA
(193,197,202)
#CFD3D7
(207,211,215)
#DDE1E4
(221,225,228)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F636F; }

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

This text font color is #5F636F.


Background Color

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

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

This div background color is #5F636F.


Border color

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

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

This div border color is #5F636F.


Opacity

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

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

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

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

This text has shadow with #5F636F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F636F on black background.


Color preview on white background

This text has color #5F636F on white background.



Black color preview on #5F636F background

This text has black color on #5F636F background.


White color preview on #5F636F background

This text has white color on #5F636F background.