COLOR #5F616C

HEX: #5F616C RGB: (95,97,108)

Color info

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

RGB color model

#5F616C color RGB value is (95,97,108).

RGB: (95,97,108) (37%, 38%, 42%)

RGB channels and saturation

R 95 of 255 = 37%
G 97 of 255 = 38%
B 108 of 255 = 42%

95
97
108

R + G + B ~ 39%. #5F616C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 97 + 108 = 300 (100%)
R 95 of 300 ~ 31.67%
G 97 of 300 ~ 32.33%
B 108 of 300 ~ 36'%

%31.67
%32.33
%36

CMYK color model

#5F616C color CMYK value is (12,10,0,58).

  • cyan value is 12.04%
  • magenta value is 10.19%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (12,10,0,58)
C12M10Y0K58 (12%, 10%, 0%, 58%)
(0.12 / 0.10 / 0.00 / 0.58)

CMYK percentages

%12.04
%10.19
%0
%57.65

Codes

Color #5F616C in popluar color models

5F 61 6C
RGB 95 97 108
HSL 231° 6.40% 39.80%
HSB/HSV 231° 12.04% 42.35%
CMYK 12.04% 10.19% 0.00%
57.65%

Color #5F616C in popluar number systems.

HEX 5F 61 6C
Decimal 95 97 108
Binary 1011111 1100001 1101100
Octal 137 141 154

Shades and tints

Shades of #5F616C

#5F616C
(95,97,108)
#575963
(87,89,99)
#4F515A
(79,81,90)
#474951
(71,73,81)
#3F4148
(63,65,72)
#37393F
(55,57,63)
#2F3136
(47,49,54)
#27292D
(39,41,45)
#1F2124
(31,33,36)
#17191B
(23,25,27)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #5F616C

#5F616C
(95,97,108)
#6D6F79
(109,111,121)
#7B7D86
(123,125,134)
#898B93
(137,139,147)
#9799A0
(151,153,160)
#A5A7AD
(165,167,173)
#B3B5BA
(179,181,186)
#C1C3C7
(193,195,199)
#CFD1D4
(207,209,212)
#DDDFE1
(221,223,225)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F616C color. Also use rgb(95,97,108) instead hex code.

Text Font Color

.myTextColor { color: #5F616C; }

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

This text font color is #5F616C.

Background Color

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

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

This div background color is #5F616C.

Border color

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

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

This div border color is #5F616C.

Opacity

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

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

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

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

This text has shadow with #5F616C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F616C.

Preview

Color preview on black background

This text has color #5F616C on black background.


Color preview on white background

This text has color #5F616C on white background.


Black color preview on #5F616C background

This text has black color on #5F616C background.


White color preview on #5F616C background

This text has white color on #5F616C background.


Related colors

Complementary color

Complementary color for #hex is #A09E93.


I love getcolorcode.com

Triadic colors

1 #6C5F61 and #616C5F with #5F616C are triadic colors.

2 #6C615F and #615F6C with #5F616C are triadic colors.