COLOR #5F657D

HEX: #5F657D RGB: (95,101,125)

Color info

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

RGB color model

#5F657D color RGB value is (95,101,125).

RGB: (95,101,125) (37%, 40%, 49%)

RGB channels and saturation

R 95 of 255 = 37%
G 101 of 255 = 40%
B 125 of 255 = 49%

95
101
125

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

Portions of RGB colors in percentages

R + G + B = 95 + 101 + 125 = 321 (100%)
R 95 of 321 ~ 29.6%
G 101 of 321 ~ 31.46%
B 125 of 321 ~ 38.94'%

%29.6
%31.46
%38.94

CMYK color model

#5F657D color CMYK value is (24,19,0,51).

  • cyan value is 24.00%
  • magenta value is 19.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (24,19,0,51)
C24M19Y0K51 (24%, 19%, 0%, 51%)
(0.24 / 0.19 / 0.00 / 0.51)

CMYK percentages

%24
%19.2
%0
%50.98

Codes

Color #5F657D in popluar color models

5F 65 7D
RGB 95 101 125
HSL 228° 13.64% 43.14%
HSB/HSV 228° 24.00% 49.02%
CMYK 24.00% 19.20% 0.00%
50.98%

Color #5F657D in popluar number systems.

HEX 5F 65 7D
Decimal 95 101 125
Binary 1011111 1100101 1111101
Octal 137 145 175

Shades and tints

Shades of #5F657D

#5F657D
(95,101,125)
#575C72
(87,92,114)
#4F5367
(79,83,103)
#474A5C
(71,74,92)
#3F4151
(63,65,81)
#373846
(55,56,70)
#2F2F3B
(47,47,59)
#272630
(39,38,48)
#1F1D25
(31,29,37)
#17141A
(23,20,26)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #5F657D

#5F657D
(95,101,125)
#6D7388
(109,115,136)
#7B8193
(123,129,147)
#898F9E
(137,143,158)
#979DA9
(151,157,169)
#A5ABB4
(165,171,180)
#B3B9BF
(179,185,191)
#C1C7CA
(193,199,202)
#CFD5D5
(207,213,213)
#DDE3E0
(221,227,224)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F657D color. Also use rgb(95,101,125) instead hex code.

Text Font Color

.myTextColor { color: #5F657D; }

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

This text font color is #5F657D.

Background Color

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

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

This div background color is #5F657D.

Border color

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

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

This div border color is #5F657D.

Opacity

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

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

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

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

This text has shadow with #5F657D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F657D.

Preview

Color preview on black background

This text has color #5F657D on black background.


Color preview on white background

This text has color #5F657D on white background.


Black color preview on #5F657D background

This text has black color on #5F657D background.


White color preview on #5F657D background

This text has white color on #5F657D background.


Related colors

Complementary color

Complementary color for #hex is #A09A82.


I love getcolorcode.com

Triadic colors

1 #7D5F65 and #657D5F with #5F657D are triadic colors.

2 #7D655F and #655F7D with #5F657D are triadic colors.