COLOR #5F697F

HEX: #5F697F
RGB: (95,105,127)

Color info

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

RGB color model

#5F697F color RGB value is (95,105,127).

  • red value is 95;
  • green value is 105;
  • blue value is 127.
RGB:
(95,105,127)
(37%,41%,50%)

RGB channels and saturation

R 95 of 255 = 37%
G 105 of 255 = 41%
B 127 of 255 = 50%

95
105
127

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

Portions of RGB colors in percentages

R + G + B =
95 + 105 + 127 = 327 (100%)
R 95 of 327 ~ 29.05%
G 105 of 327 ~ 32.11%
B 127 of 327 ~ 38.84%

%29.05
%32.11
%38.84

CMYK color model

#5F697F color CMYK value is (25,17,0,50).

  • cyan value is 25.20%
  • magenta value is 17.32%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(25,17,0,50)
C25M17Y0K50 
(25%,17%,0%,50%)
(0.25/0.17/0.00/0.50)	

CMYK percentages

%25.2
%17.32
%0
%50.2

Codes

Color #5F697F in popluar color models

5F697F
RGB95105127
HSL221°14.41%43.53%
HSB/HSV221°25.20%49.80%
CMYK25.20%17.32%0.00%
50.20%

Color #5F697F in popluar number systems.

HEX5F697F
Decimal95105127
Binary101111111010011111111
Octal137151177

Shades and tints

Shades of #5F697F

#5F697F
(95,105,127)
#576074
(87,96,116)
#4F5769
(79,87,105)
#474E5E
(71,78,94)
#3F4553
(63,69,83)
#373C48
(55,60,72)
#2F333D
(47,51,61)
#272A32
(39,42,50)
#1F2127
(31,33,39)
#17181C
(23,24,28)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #5F697F

#5F697F
(95,105,127)
#6D768A
(109,118,138)
#7B8395
(123,131,149)
#8990A0
(137,144,160)
#979DAB
(151,157,171)
#A5AAB6
(165,170,182)
#B3B7C1
(179,183,193)
#C1C4CC
(193,196,204)
#CFD1D7
(207,209,215)
#DDDEE2
(221,222,226)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F697F color. Also use rgb(95,105,127) instead hex code.

Text Font Color

.myTextColor { color: #5F697F; }

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

This text font color is #5F697F.


Background Color

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

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

This div background color is #5F697F.


Border color

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

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

This div border color is #5F697F.


Opacity

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

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

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

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

This text has shadow with #5F697F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F697F on black background.


Color preview on white background

This text has color #5F697F on white background.



Black color preview on #5F697F background

This text has black color on #5F697F background.


White color preview on #5F697F background

This text has white color on #5F697F background.