COLOR #5F717A

HEX: #5F717A RGB: (95,113,122)

Color info

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

RGB color model

#5F717A color RGB value is (95,113,122).

RGB: (95,113,122) (37%, 44%, 48%)

RGB channels and saturation

R 95 of 255 = 37%
G 113 of 255 = 44%
B 122 of 255 = 48%

95
113
122

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

Portions of RGB colors in percentages

R + G + B = 95 + 113 + 122 = 330 (100%)
R 95 of 330 ~ 28.79%
G 113 of 330 ~ 34.24%
B 122 of 330 ~ 36.97'%

%28.79
%34.24
%36.97

CMYK color model

#5F717A color CMYK value is (22,7,0,52).

  • cyan value is 22.13%
  • magenta value is 7.38%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (22,7,0,52)
C22M7Y0K52 (22%, 7%, 0%, 52%)
(0.22 / 0.07 / 0.00 / 0.52)

CMYK percentages

%22.13
%7.38
%0
%52.16

Codes

Color #5F717A in popluar color models

5F 71 7A
RGB 95 113 122
HSL 200° 12.44% 42.55%
HSB/HSV 200° 22.13% 47.84%
CMYK 22.13% 7.38% 0.00%
52.16%

Color #5F717A in popluar number systems.

HEX 5F 71 7A
Decimal 95 113 122
Binary 1011111 1110001 1111010
Octal 137 161 172

Shades and tints

Shades of #5F717A

#5F717A
(95,113,122)
#57676F
(87,103,111)
#4F5D64
(79,93,100)
#475359
(71,83,89)
#3F494E
(63,73,78)
#373F43
(55,63,67)
#2F3538
(47,53,56)
#272B2D
(39,43,45)
#1F2122
(31,33,34)
#171717
(23,23,23)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #5F717A

#5F717A
(95,113,122)
#6D7D86
(109,125,134)
#7B8992
(123,137,146)
#89959E
(137,149,158)
#97A1AA
(151,161,170)
#A5ADB6
(165,173,182)
#B3B9C2
(179,185,194)
#C1C5CE
(193,197,206)
#CFD1DA
(207,209,218)
#DDDDE6
(221,221,230)
#EBE9F2
(235,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F717A color. Also use rgb(95,113,122) instead hex code.

Text Font Color

.myTextColor { color: #5F717A; }

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

This text font color is #5F717A.

Background Color

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

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

This div background color is #5F717A.

Border color

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

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

This div border color is #5F717A.

Opacity

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

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

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

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

This text has shadow with #5F717A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F717A.

Preview

Color preview on black background

This text has color #5F717A on black background.


Color preview on white background

This text has color #5F717A on white background.


Black color preview on #5F717A background

This text has black color on #5F717A background.


White color preview on #5F717A background

This text has white color on #5F717A background.


Related colors

Complementary color

Complementary color for #hex is #A08E85.


I love getcolorcode.com

Triadic colors

1 #7A5F71 and #717A5F with #5F717A are triadic colors.

2 #7A715F and #715F7A with #5F717A are triadic colors.