COLOR #5F667D

HEX: #5F667D
RGB: (95,102,125)

Color info

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

RGB color model

#5F667D color RGB value is (95,102,125).

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

RGB channels and saturation

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

95
102
125

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

Portions of RGB colors in percentages

R + G + B =
95 + 102 + 125 = 322 (100%)
R 95 of 322 ~ 29.5%
G 102 of 322 ~ 31.68%
B 125 of 322 ~ 38.82%

%29.5
%31.68
%38.82

CMYK color model

#5F667D color CMYK value is (24,18,0,51).

  • cyan value is 24.00%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(24,18,0,51)
C24M18Y0K51 
(24%,18%,0%,51%)
(0.24/0.18/0.00/0.51)	

CMYK percentages

%24
%18.4
%0
%50.98

Codes

Color #5F667D in popluar color models

5F667D
RGB95102125
HSL226°13.64%43.14%
HSB/HSV226°24.00%49.02%
CMYK24.00%18.40%0.00%
50.98%

Color #5F667D in popluar number systems.

HEX5F667D
Decimal95102125
Binary101111111001101111101
Octal137146175

Shades and tints

Shades of #5F667D

#5F667D
(95,102,125)
#575D72
(87,93,114)
#4F5467
(79,84,103)
#474B5C
(71,75,92)
#3F4251
(63,66,81)
#373946
(55,57,70)
#2F303B
(47,48,59)
#272730
(39,39,48)
#1F1E25
(31,30,37)
#17151A
(23,21,26)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #5F667D

#5F667D
(95,102,125)
#6D7388
(109,115,136)
#7B8093
(123,128,147)
#898D9E
(137,141,158)
#979AA9
(151,154,169)
#A5A7B4
(165,167,180)
#B3B4BF
(179,180,191)
#C1C1CA
(193,193,202)
#CFCED5
(207,206,213)
#DDDBE0
(221,219,224)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F667D; }

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

This text font color is #5F667D.


Background Color

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

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

This div background color is #5F667D.


Border color

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

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

This div border color is #5F667D.


Opacity

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

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

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

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

This text has shadow with #5F667D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F667D on black background.


Color preview on white background

This text has color #5F667D on white background.



Black color preview on #5F667D background

This text has black color on #5F667D background.


White color preview on #5F667D background

This text has white color on #5F667D background.