COLOR #5F697C

HEX: #5F697C RGB: (95,105,124)

Color info

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

RGB color model

#5F697C color RGB value is (95,105,124).

RGB: (95,105,124) (37%, 41%, 49%)

RGB channels and saturation

R 95 of 255 = 37%
G 105 of 255 = 41%
B 124 of 255 = 49%

95
105
124

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

Portions of RGB colors in percentages

R + G + B = 95 + 105 + 124 = 324 (100%)
R 95 of 324 ~ 29.32%
G 105 of 324 ~ 32.41%
B 124 of 324 ~ 38.27'%

%29.32
%32.41
%38.27

CMYK color model

#5F697C color CMYK value is (23,15,0,51).

  • cyan value is 23.39%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (23,15,0,51)
C23M15Y0K51 (23%, 15%, 0%, 51%)
(0.23 / 0.15 / 0.00 / 0.51)

CMYK percentages

%23.39
%15.32
%0
%51.37

Codes

Color #5F697C in popluar color models

5F 69 7C
RGB 95 105 124
HSL 219° 13.24% 42.94%
HSB/HSV 219° 23.39% 48.63%
CMYK 23.39% 15.32% 0.00%
51.37%

Color #5F697C in popluar number systems.

HEX 5F 69 7C
Decimal 95 105 124
Binary 1011111 1101001 1111100
Octal 137 151 174

Shades and tints

Shades of #5F697C

#5F697C
(95,105,124)
#576071
(87,96,113)
#4F5766
(79,87,102)
#474E5B
(71,78,91)
#3F4550
(63,69,80)
#373C45
(55,60,69)
#2F333A
(47,51,58)
#272A2F
(39,42,47)
#1F2124
(31,33,36)
#171819
(23,24,25)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #5F697C

#5F697C
(95,105,124)
#6D7687
(109,118,135)
#7B8392
(123,131,146)
#89909D
(137,144,157)
#979DA8
(151,157,168)
#A5AAB3
(165,170,179)
#B3B7BE
(179,183,190)
#C1C4C9
(193,196,201)
#CFD1D4
(207,209,212)
#DDDEDF
(221,222,223)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F697C; }

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

This text font color is #5F697C.

Background Color

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

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

This div background color is #5F697C.

Border color

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

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

This div border color is #5F697C.

Opacity

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

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

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

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

This text has shadow with #5F697C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F697C.

Preview

Color preview on black background

This text has color #5F697C on black background.


Color preview on white background

This text has color #5F697C on white background.


Black color preview on #5F697C background

This text has black color on #5F697C background.


White color preview on #5F697C background

This text has white color on #5F697C background.


Related colors

Complementary color

Complementary color for #hex is #A09683.


I love getcolorcode.com

Triadic colors

1 #7C5F69 and #697C5F with #5F697C are triadic colors.

2 #7C695F and #695F7C with #5F697C are triadic colors.