COLOR #5F667C

HEX: #5F667C
RGB: (95,102,124)

Color info

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

RGB color model

#5F667C color RGB value is (95,102,124).

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

RGB channels and saturation

R 95 of 255 = 37%
G 102 of 255 = 40%
B 124 of 255 = 49%

95
102
124

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

Portions of RGB colors in percentages

R + G + B =
95 + 102 + 124 = 321 (100%)
R 95 of 321 ~ 29.6%
G 102 of 321 ~ 31.78%
B 124 of 321 ~ 38.63%

%29.6
%31.78
%38.63

CMYK color model

#5F667C color CMYK value is (23,18,0,51).

  • cyan value is 23.39%
  • magenta value is 17.74%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(23,18,0,51)
C23M18Y0K51 
(23%,18%,0%,51%)
(0.23/0.18/0.00/0.51)	

CMYK percentages

%23.39
%17.74
%0
%51.37

Codes

Color #5F667C in popluar color models

5F667C
RGB95102124
HSL226°13.24%42.94%
HSB/HSV226°23.39%48.63%
CMYK23.39%17.74%0.00%
51.37%

Color #5F667C in popluar number systems.

HEX5F667C
Decimal95102124
Binary101111111001101111100
Octal137146174

Shades and tints

Shades of #5F667C

#5F667C
(95,102,124)
#575D71
(87,93,113)
#4F5466
(79,84,102)
#474B5B
(71,75,91)
#3F4250
(63,66,80)
#373945
(55,57,69)
#2F303A
(47,48,58)
#27272F
(39,39,47)
#1F1E24
(31,30,36)
#171519
(23,21,25)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #5F667C

#5F667C
(95,102,124)
#6D7387
(109,115,135)
#7B8092
(123,128,146)
#898D9D
(137,141,157)
#979AA8
(151,154,168)
#A5A7B3
(165,167,179)
#B3B4BE
(179,180,190)
#C1C1C9
(193,193,201)
#CFCED4
(207,206,212)
#DDDBDF
(221,219,223)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F667C; }

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

This text font color is #5F667C.


Background Color

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

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

This div background color is #5F667C.


Border color

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

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

This div border color is #5F667C.


Opacity

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

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

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

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

This text has shadow with #5F667C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F667C on black background.


Color preview on white background

This text has color #5F667C on white background.



Black color preview on #5F667C background

This text has black color on #5F667C background.


White color preview on #5F667C background

This text has white color on #5F667C background.