COLOR #5F5C7B

HEX: #5F5C7B
RGB: (95,92,123)

Color info

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

RGB color model

#5F5C7B color RGB value is (95,92,123).

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

RGB channels and saturation

R 95 of 255 = 37%
G 92 of 255 = 36%
B 123 of 255 = 48%

95
92
123

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

Portions of RGB colors in percentages

R + G + B =
95 + 92 + 123 = 310 (100%)
R 95 of 310 ~ 30.65%
G 92 of 310 ~ 29.68%
B 123 of 310 ~ 39.68%

%30.65
%29.68
%39.68

CMYK color model

#5F5C7B color CMYK value is (23,25,0,52).

  • cyan value is 22.76%
  • magenta value is 25.20%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(23,25,0,52)
C23M25Y0K52 
(23%,25%,0%,52%)
(0.23/0.25/0.00/0.52)	

CMYK percentages

%22.76
%25.2
%0
%51.76

Codes

Color #5F5C7B in popluar color models

5F5C7B
RGB9592123
HSL246°14.42%42.16%
HSB/HSV246°25.20%48.24%
CMYK22.76%25.20%0.00%
51.76%

Color #5F5C7B in popluar number systems.

HEX5F5C7B
Decimal9592123
Binary101111110111001111011
Octal137134173

Shades and tints

Shades of #5F5C7B

#5F5C7B
(95,92,123)
#575470
(87,84,112)
#4F4C65
(79,76,101)
#47445A
(71,68,90)
#3F3C4F
(63,60,79)
#373444
(55,52,68)
#2F2C39
(47,44,57)
#27242E
(39,36,46)
#1F1C23
(31,28,35)
#171418
(23,20,24)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #5F5C7B

#5F5C7B
(95,92,123)
#6D6A87
(109,106,135)
#7B7893
(123,120,147)
#89869F
(137,134,159)
#9794AB
(151,148,171)
#A5A2B7
(165,162,183)
#B3B0C3
(179,176,195)
#C1BECF
(193,190,207)
#CFCCDB
(207,204,219)
#DDDAE7
(221,218,231)
#EBE8F3
(235,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5C7B; }

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

This text font color is #5F5C7B.


Background Color

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

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

This div background color is #5F5C7B.


Border color

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

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

This div border color is #5F5C7B.


Opacity

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

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

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

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

This text has shadow with #5F5C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5C7B on black background.


Color preview on white background

This text has color #5F5C7B on white background.



Black color preview on #5F5C7B background

This text has black color on #5F5C7B background.


White color preview on #5F5C7B background

This text has white color on #5F5C7B background.