COLOR #5F737B

HEX: #5F737B RGB: (95,115,123)

Color info

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

RGB color model

#5F737B color RGB value is (95,115,123).

RGB: (95,115,123) (37%, 45%, 48%)

RGB channels and saturation

R 95 of 255 = 37%
G 115 of 255 = 45%
B 123 of 255 = 48%

95
115
123

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

Portions of RGB colors in percentages

R + G + B = 95 + 115 + 123 = 333 (100%)
R 95 of 333 ~ 28.53%
G 115 of 333 ~ 34.53%
B 123 of 333 ~ 36.94'%

%28.53
%34.53
%36.94

CMYK color model

#5F737B color CMYK value is (23,7,0,52).

  • cyan value is 22.76%
  • magenta value is 6.50%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (23,7,0,52)
C23M7Y0K52 (23%, 7%, 0%, 52%)
(0.23 / 0.07 / 0.00 / 0.52)

CMYK percentages

%22.76
%6.5
%0
%51.76

Codes

Color #5F737B in popluar color models

5F 73 7B
RGB 95 115 123
HSL 197° 12.84% 42.75%
HSB/HSV 197° 22.76% 48.24%
CMYK 22.76% 6.50% 0.00%
51.76%

Color #5F737B in popluar number systems.

HEX 5F 73 7B
Decimal 95 115 123
Binary 1011111 1110011 1111011
Octal 137 163 173

Shades and tints

Shades of #5F737B

#5F737B
(95,115,123)
#576970
(87,105,112)
#4F5F65
(79,95,101)
#47555A
(71,85,90)
#3F4B4F
(63,75,79)
#374144
(55,65,68)
#2F3739
(47,55,57)
#272D2E
(39,45,46)
#1F2323
(31,35,35)
#171918
(23,25,24)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #5F737B

#5F737B
(95,115,123)
#6D7F87
(109,127,135)
#7B8B93
(123,139,147)
#89979F
(137,151,159)
#97A3AB
(151,163,171)
#A5AFB7
(165,175,183)
#B3BBC3
(179,187,195)
#C1C7CF
(193,199,207)
#CFD3DB
(207,211,219)
#DDDFE7
(221,223,231)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F737B; }

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

This text font color is #5F737B.

Background Color

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

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

This div background color is #5F737B.

Border color

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

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

This div border color is #5F737B.

Opacity

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

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

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

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

This text has shadow with #5F737B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F737B.

Preview

Color preview on black background

This text has color #5F737B on black background.


Color preview on white background

This text has color #5F737B on white background.


Black color preview on #5F737B background

This text has black color on #5F737B background.


White color preview on #5F737B background

This text has white color on #5F737B background.


Related colors

Complementary color

Complementary color for #hex is #A08C84.


I love getcolorcode.com

Triadic colors

1 #7B5F73 and #737B5F with #5F737B are triadic colors.

2 #7B735F and #735F7B with #5F737B are triadic colors.