COLOR #5F636D

HEX: #5F636D RGB: (95,99,109)

Color info

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

RGB color model

#5F636D color RGB value is (95,99,109).

RGB: (95,99,109) (37%, 39%, 43%)

RGB channels and saturation

R 95 of 255 = 37%
G 99 of 255 = 39%
B 109 of 255 = 43%

95
99
109

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

Portions of RGB colors in percentages

R + G + B = 95 + 99 + 109 = 303 (100%)
R 95 of 303 ~ 31.35%
G 99 of 303 ~ 32.67%
B 109 of 303 ~ 35.97'%

%31.35
%32.67
%35.97

CMYK color model

#5F636D color CMYK value is (13,9,0,57).

  • cyan value is 12.84%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK: (13,9,0,57) C13M9Y0K57 (13%,9%,0%,57%) (0.13/0.09/0.00/0.57) 

CMYK percentages

%12.84
%9.17
%0
%57.25

Codes

Color #5F636D in popluar color models

5F 63 6D
RGB 95 99 109
HSL 223° 6.86% 40.00%
HSB/HSV 223° 12.84% 42.75%
CMYK 12.84% 9.17% 0.00%
57.25%

Color #5F636D in popluar number systems.

HEX 5F 63 6D
Decimal 95 99 109
Binary 1011111 1100011 1101101
Octal 137 143 155

Shades and tints

Shades of #5F636D

#5F636D
(95,99,109)
#575A64
(87,90,100)
#4F515B
(79,81,91)
#474852
(71,72,82)
#3F3F49
(63,63,73)
#373640
(55,54,64)
#2F2D37
(47,45,55)
#27242E
(39,36,46)
#1F1B25
(31,27,37)
#17121C
(23,18,28)
#0F0913
(15,9,19)
#000000
(0,0,0)

Tints of #5F636D

#5F636D
(95,99,109)
#6D717A
(109,113,122)
#7B7F87
(123,127,135)
#898D94
(137,141,148)
#979BA1
(151,155,161)
#A5A9AE
(165,169,174)
#B3B7BB
(179,183,187)
#C1C5C8
(193,197,200)
#CFD3D5
(207,211,213)
#DDE1E2
(221,225,226)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F636D; }

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

This text font color is #5F636D.

Background Color

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

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

This div background color is #5F636D.

Border color

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

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

This div border color is #5F636D.

Opacity

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

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

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

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

This text has shadow with #5F636D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F636D.

Preview

Color preview on black background

This text has color #5F636D on black background.


Color preview on white background

This text has color #5F636D on white background.


Black color preview on #5F636D background

This text has black color on #5F636D background.


White color preview on #5F636D background

This text has white color on #5F636D background.


Related colors

Complementary color

Complementary color for #hex is #A09C92.


I love getcolorcode.com

Triadic colors

1 #6D5F63 and #636D5F with #5F636D are triadic colors.

2 #6D635F and #635F6D with #5F636D are triadic colors.