COLOR #5F647E

HEX: #5F647E RGB: (95,100,126)

Color info

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

RGB color model

#5F647E color RGB value is (95,100,126).

RGB: (95,100,126) (37%, 39%, 49%)

RGB channels and saturation

R 95 of 255 = 37%
G 100 of 255 = 39%
B 126 of 255 = 49%

95
100
126

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

Portions of RGB colors in percentages

R + G + B = 95 + 100 + 126 = 321 (100%)
R 95 of 321 ~ 29.6%
G 100 of 321 ~ 31.15%
B 126 of 321 ~ 39.25'%

%29.6
%31.15
%39.25

CMYK color model

#5F647E color CMYK value is (25,21,0,51).

  • cyan value is 24.60%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK: (25,21,0,51) C25M21Y0K51 (25%,21%,0%,51%) (0.25/0.21/0.00/0.51) 

CMYK percentages

%24.6
%20.63
%0
%50.59

Codes

Color #5F647E in popluar color models

5F 64 7E
RGB 95 100 126
HSL 230° 14.03% 43.33%
HSB/HSV 230° 24.60% 49.41%
CMYK 24.60% 20.63% 0.00%
50.59%

Color #5F647E in popluar number systems.

HEX 5F 64 7E
Decimal 95 100 126
Binary 1011111 1100100 1111110
Octal 137 144 176

Shades and tints

Shades of #5F647E

#5F647E
(95,100,126)
#575B73
(87,91,115)
#4F5268
(79,82,104)
#47495D
(71,73,93)
#3F4052
(63,64,82)
#373747
(55,55,71)
#2F2E3C
(47,46,60)
#272531
(39,37,49)
#1F1C26
(31,28,38)
#17131B
(23,19,27)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #5F647E

#5F647E
(95,100,126)
#6D7289
(109,114,137)
#7B8094
(123,128,148)
#898E9F
(137,142,159)
#979CAA
(151,156,170)
#A5AAB5
(165,170,181)
#B3B8C0
(179,184,192)
#C1C6CB
(193,198,203)
#CFD4D6
(207,212,214)
#DDE2E1
(221,226,225)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F647E; }

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

This text font color is #5F647E.

Background Color

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

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

This div background color is #5F647E.

Border color

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

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

This div border color is #5F647E.

Opacity

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

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

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

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

This text has shadow with #5F647E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F647E.

Preview

Color preview on black background

This text has color #5F647E on black background.


Color preview on white background

This text has color #5F647E on white background.


Black color preview on #5F647E background

This text has black color on #5F647E background.


White color preview on #5F647E background

This text has white color on #5F647E background.


Related colors

Complementary color

Complementary color for #hex is #A09B81.


I love getcolorcode.com

Triadic colors

1 #7E5F64 and #647E5F with #5F647E are triadic colors.

2 #7E645F and #645F7E with #5F647E are triadic colors.