COLOR #5F6F7C

HEX: #5F6F7C
RGB: (95,111,124)

Color info

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

RGB color model

#5F6F7C color RGB value is (95,111,124).

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

RGB channels and saturation

R 95 of 255 = 37%
G 111 of 255 = 44%
B 124 of 255 = 49%

95
111
124

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

Portions of RGB colors in percentages

R + G + B =
95 + 111 + 124 = 330 (100%)
R 95 of 330 ~ 28.79%
G 111 of 330 ~ 33.64%
B 124 of 330 ~ 37.58%

%28.79
%33.64
%37.58

CMYK color model

#5F6F7C color CMYK value is (23,10,0,51).

  • cyan value is 23.39%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(23,10,0,51)
C23M10Y0K51 
(23%,10%,0%,51%)
(0.23/0.10/0.00/0.51)	

CMYK percentages

%23.39
%10.48
%0
%51.37

Codes

Color #5F6F7C in popluar color models

5F6F7C
RGB95111124
HSL207°13.24%42.94%
HSB/HSV207°23.39%48.63%
CMYK23.39%10.48%0.00%
51.37%

Color #5F6F7C in popluar number systems.

HEX5F6F7C
Decimal95111124
Binary101111111011111111100
Octal137157174

Shades and tints

Shades of #5F6F7C

#5F6F7C
(95,111,124)
#576571
(87,101,113)
#4F5B66
(79,91,102)
#47515B
(71,81,91)
#3F4750
(63,71,80)
#373D45
(55,61,69)
#2F333A
(47,51,58)
#27292F
(39,41,47)
#1F1F24
(31,31,36)
#171519
(23,21,25)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #5F6F7C

#5F6F7C
(95,111,124)
#6D7C87
(109,124,135)
#7B8992
(123,137,146)
#89969D
(137,150,157)
#97A3A8
(151,163,168)
#A5B0B3
(165,176,179)
#B3BDBE
(179,189,190)
#C1CAC9
(193,202,201)
#CFD7D4
(207,215,212)
#DDE4DF
(221,228,223)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6F7C; }

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

This text font color is #5F6F7C.


Background Color

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

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

This div background color is #5F6F7C.


Border color

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

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

This div border color is #5F6F7C.


Opacity

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

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

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

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

This text has shadow with #5F6F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6F7C on black background.


Color preview on white background

This text has color #5F6F7C on white background.



Black color preview on #5F6F7C background

This text has black color on #5F6F7C background.


White color preview on #5F6F7C background

This text has white color on #5F6F7C background.