COLOR #5F747E

HEX: #5F747E RGB: (95,116,126)

Color info

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

RGB color model

#5F747E color RGB value is (95,116,126).

RGB: (95,116,126) (37%, 45%, 49%)

RGB channels and saturation

R 95 of 255 = 37%
G 116 of 255 = 45%
B 126 of 255 = 49%

95
116
126

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

Portions of RGB colors in percentages

R + G + B = 95 + 116 + 126 = 337 (100%)
R 95 of 337 ~ 28.19%
G 116 of 337 ~ 34.42%
B 126 of 337 ~ 37.39'%

%28.19
%34.42
%37.39

CMYK color model

#5F747E color CMYK value is (25,8,0,51).

  • cyan value is 24.60%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (25,8,0,51)
C25M8Y0K51 (25%, 8%, 0%, 51%)
(0.25 / 0.08 / 0.00 / 0.51)

CMYK percentages

%24.6
%7.94
%0
%50.59

Codes

Color #5F747E in popluar color models

5F 74 7E
RGB 95 116 126
HSL 199° 14.03% 43.33%
HSB/HSV 199° 24.60% 49.41%
CMYK 24.60% 7.94% 0.00%
50.59%

Color #5F747E in popluar number systems.

HEX 5F 74 7E
Decimal 95 116 126
Binary 1011111 1110100 1111110
Octal 137 164 176

Shades and tints

Shades of #5F747E

#5F747E
(95,116,126)
#576A73
(87,106,115)
#4F6068
(79,96,104)
#47565D
(71,86,93)
#3F4C52
(63,76,82)
#374247
(55,66,71)
#2F383C
(47,56,60)
#272E31
(39,46,49)
#1F2426
(31,36,38)
#171A1B
(23,26,27)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #5F747E

#5F747E
(95,116,126)
#6D8089
(109,128,137)
#7B8C94
(123,140,148)
#89989F
(137,152,159)
#97A4AA
(151,164,170)
#A5B0B5
(165,176,181)
#B3BCC0
(179,188,192)
#C1C8CB
(193,200,203)
#CFD4D6
(207,212,214)
#DDE0E1
(221,224,225)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F747E; }

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

This text font color is #5F747E.

Background Color

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

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

This div background color is #5F747E.

Border color

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

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

This div border color is #5F747E.

Opacity

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

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

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

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

This text has shadow with #5F747E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F747E.

Preview

Color preview on black background

This text has color #5F747E on black background.


Color preview on white background

This text has color #5F747E on white background.


Black color preview on #5F747E background

This text has black color on #5F747E background.


White color preview on #5F747E background

This text has white color on #5F747E background.


Related colors

Complementary color

Complementary color for #hex is #A08B81.


I love getcolorcode.com

Triadic colors

1 #7E5F74 and #747E5F with #5F747E are triadic colors.

2 #7E745F and #745F7E with #5F747E are triadic colors.