COLOR #5F737D

HEX: #5F737D RGB: (95,115,125)

Color info

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

RGB color model

#5F737D color RGB value is (95,115,125).

RGB: (95,115,125) (37%, 45%, 49%)

RGB channels and saturation

R 95 of 255 = 37%
G 115 of 255 = 45%
B 125 of 255 = 49%

95
115
125

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

Portions of RGB colors in percentages

R + G + B = 95 + 115 + 125 = 335 (100%)
R 95 of 335 ~ 28.36%
G 115 of 335 ~ 34.33%
B 125 of 335 ~ 37.31'%

%28.36
%34.33
%37.31

CMYK color model

#5F737D color CMYK value is (24,8,0,51).

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

CMYK: (24,8,0,51)
C24M8Y0K51 (24%, 8%, 0%, 51%)
(0.24 / 0.08 / 0.00 / 0.51)

CMYK percentages

%24
%8
%0
%50.98

Codes

Color #5F737D in popluar color models

5F 73 7D
RGB 95 115 125
HSL 200° 13.64% 43.14%
HSB/HSV 200° 24.00% 49.02%
CMYK 24.00% 8.00% 0.00%
50.98%

Color #5F737D in popluar number systems.

HEX 5F 73 7D
Decimal 95 115 125
Binary 1011111 1110011 1111101
Octal 137 163 175

Shades and tints

Shades of #5F737D

#5F737D
(95,115,125)
#576972
(87,105,114)
#4F5F67
(79,95,103)
#47555C
(71,85,92)
#3F4B51
(63,75,81)
#374146
(55,65,70)
#2F373B
(47,55,59)
#272D30
(39,45,48)
#1F2325
(31,35,37)
#17191A
(23,25,26)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #5F737D

#5F737D
(95,115,125)
#6D7F88
(109,127,136)
#7B8B93
(123,139,147)
#89979E
(137,151,158)
#97A3A9
(151,163,169)
#A5AFB4
(165,175,180)
#B3BBBF
(179,187,191)
#C1C7CA
(193,199,202)
#CFD3D5
(207,211,213)
#DDDFE0
(221,223,224)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F737D; }

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

This text font color is #5F737D.

Background Color

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

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

This div background color is #5F737D.

Border color

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

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

This div border color is #5F737D.

Opacity

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

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

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

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

This text has shadow with #5F737D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F737D.

Preview

Color preview on black background

This text has color #5F737D on black background.


Color preview on white background

This text has color #5F737D on white background.


Black color preview on #5F737D background

This text has black color on #5F737D background.


White color preview on #5F737D background

This text has white color on #5F737D background.


Related colors

Complementary color

Complementary color for #hex is #A08C82.


I love getcolorcode.com

Triadic colors

1 #7D5F73 and #737D5F with #5F737D are triadic colors.

2 #7D735F and #735F7D with #5F737D are triadic colors.