COLOR #5F636A

HEX: #5F636A
RGB: (95,99,106)

Color info

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

RGB color model

#5F636A color RGB value is (95,99,106).

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

RGB channels and saturation

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

95
99
106

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

Portions of RGB colors in percentages

R + G + B =
95 + 99 + 106 = 300 (100%)
R 95 of 300 ~ 31.67%
G 99 of 300 ~ 33%
B 106 of 300 ~ 35.33%

%31.67
%33
%35.33

CMYK color model

#5F636A color CMYK value is (10,7,0,58).

  • cyan value is 10.38%
  • magenta value is 6.60%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(10,7,0,58)
C10M7Y0K58 
(10%,7%,0%,58%)
(0.10/0.07/0.00/0.58)	

CMYK percentages

%10.38
%6.6
%0
%58.43

Codes

Color #5F636A in popluar color models

5F636A
RGB9599106
HSL218°5.47%39.41%
HSB/HSV218°10.38%41.57%
CMYK10.38%6.60%0.00%
58.43%

Color #5F636A in popluar number systems.

HEX5F636A
Decimal9599106
Binary101111111000111101010
Octal137143152

Shades and tints

Shades of #5F636A

#5F636A
(95,99,106)
#575A61
(87,90,97)
#4F5158
(79,81,88)
#47484F
(71,72,79)
#3F3F46
(63,63,70)
#37363D
(55,54,61)
#2F2D34
(47,45,52)
#27242B
(39,36,43)
#1F1B22
(31,27,34)
#171219
(23,18,25)
#0F0910
(15,9,16)
#000000
(0,0,0)

Tints of #5F636A

#5F636A
(95,99,106)
#6D7177
(109,113,119)
#7B7F84
(123,127,132)
#898D91
(137,141,145)
#979B9E
(151,155,158)
#A5A9AB
(165,169,171)
#B3B7B8
(179,183,184)
#C1C5C5
(193,197,197)
#CFD3D2
(207,211,210)
#DDE1DF
(221,225,223)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F636A; }

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

This text font color is #5F636A.


Background Color

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

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

This div background color is #5F636A.


Border color

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

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

This div border color is #5F636A.


Opacity

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

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

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

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

This text has shadow with #5F636A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F636A on black background.


Color preview on white background

This text has color #5F636A on white background.



Black color preview on #5F636A background

This text has black color on #5F636A background.


White color preview on #5F636A background

This text has white color on #5F636A background.