COLOR #5F6374

HEX: #5F6374
RGB: (95,99,116)

Color info

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

RGB color model

#5F6374 color RGB value is (95,99,116).

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

RGB channels and saturation

R 95 of 255 = 37%
G 99 of 255 = 39%
B 116 of 255 = 45%

95
99
116

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

Portions of RGB colors in percentages

R + G + B =
95 + 99 + 116 = 310 (100%)
R 95 of 310 ~ 30.65%
G 99 of 310 ~ 31.94%
B 116 of 310 ~ 37.42%

%30.65
%31.94
%37.42

CMYK color model

#5F6374 color CMYK value is (18,15,0,55).

  • cyan value is 18.10%
  • magenta value is 14.66%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(18,15,0,55)
C18M15Y0K55 
(18%,15%,0%,55%)
(0.18/0.15/0.00/0.55)	

CMYK percentages

%18.1
%14.66
%0
%54.51

Codes

Color #5F6374 in popluar color models

5F6374
RGB9599116
HSL229°9.95%41.37%
HSB/HSV229°18.10%45.49%
CMYK18.10%14.66%0.00%
54.51%

Color #5F6374 in popluar number systems.

HEX5F6374
Decimal9599116
Binary101111111000111110100
Octal137143164

Shades and tints

Shades of #5F6374

#5F6374
(95,99,116)
#575A6A
(87,90,106)
#4F5160
(79,81,96)
#474856
(71,72,86)
#3F3F4C
(63,63,76)
#373642
(55,54,66)
#2F2D38
(47,45,56)
#27242E
(39,36,46)
#1F1B24
(31,27,36)
#17121A
(23,18,26)
#0F0910
(15,9,16)
#000000
(0,0,0)

Tints of #5F6374

#5F6374
(95,99,116)
#6D7180
(109,113,128)
#7B7F8C
(123,127,140)
#898D98
(137,141,152)
#979BA4
(151,155,164)
#A5A9B0
(165,169,176)
#B3B7BC
(179,183,188)
#C1C5C8
(193,197,200)
#CFD3D4
(207,211,212)
#DDE1E0
(221,225,224)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6374; }

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

This text font color is #5F6374.


Background Color

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

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

This div background color is #5F6374.


Border color

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

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

This div border color is #5F6374.


Opacity

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

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

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

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

This text has shadow with #5F6374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6374 on black background.


Color preview on white background

This text has color #5F6374 on white background.



Black color preview on #5F6374 background

This text has black color on #5F6374 background.


White color preview on #5F6374 background

This text has white color on #5F6374 background.