COLOR #5F637B

HEX: #5F637B
RGB: (95,99,123)

Color info

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

RGB color model

#5F637B color RGB value is (95,99,123).

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

RGB channels and saturation

R 95 of 255 = 37%
G 99 of 255 = 39%
B 123 of 255 = 48%

95
99
123

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

Portions of RGB colors in percentages

R + G + B =
95 + 99 + 123 = 317 (100%)
R 95 of 317 ~ 29.97%
G 99 of 317 ~ 31.23%
B 123 of 317 ~ 38.8%

%29.97
%31.23
%38.8

CMYK color model

#5F637B color CMYK value is (23,20,0,52).

  • cyan value is 22.76%
  • magenta value is 19.51%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (23,20,0,52) C23M20Y0K52 (23%,20%,0%,52%) (0.23/0.20/0.00/0.52)

CMYK percentages

%22.76
%19.51
%0
%51.76

Codes

Color #5F637B in popluar color models

5F637B
RGB9599123
HSL231°12.84%42.75%
HSB/HSV231°22.76%48.24%
CMYK22.76%19.51%0.00%
51.76%

Color #5F637B in popluar number systems.

HEX5F637B
Decimal9599123
Binary101111111000111111011
Octal137143173

Shades and tints

Shades of #5F637B

#5F637B
(95,99,123)
#575A70
(87,90,112)
#4F5165
(79,81,101)
#47485A
(71,72,90)
#3F3F4F
(63,63,79)
#373644
(55,54,68)
#2F2D39
(47,45,57)
#27242E
(39,36,46)
#1F1B23
(31,27,35)
#171218
(23,18,24)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #5F637B

#5F637B
(95,99,123)
#6D7187
(109,113,135)
#7B7F93
(123,127,147)
#898D9F
(137,141,159)
#979BAB
(151,155,171)
#A5A9B7
(165,169,183)
#B3B7C3
(179,183,195)
#C1C5CF
(193,197,207)
#CFD3DB
(207,211,219)
#DDE1E7
(221,225,231)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F637B; }

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

This text font color is #5F637B.


Background Color

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

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

This div background color is #5F637B.


Border color

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

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

This div border color is #5F637B.


Opacity

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

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

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

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

This text has shadow with #5F637B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5F637B on black background.


Color preview on white background

This text has color #5F637B on white background.



Black color preview on #5F637B background

This text has black color on #5F637B background.


White color preview on #5F637B background

This text has white color on #5F637B background.