COLOR #5F666B

HEX: #5F666B RGB: (95,102,107)

Color info

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

RGB color model

#5F666B color RGB value is (95,102,107).

RGB: (95,102,107) (37%, 40%, 42%)

RGB channels and saturation

R 95 of 255 = 37%
G 102 of 255 = 40%
B 107 of 255 = 42%

95
102
107

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

Portions of RGB colors in percentages

R + G + B = 95 + 102 + 107 = 304 (100%)
R 95 of 304 ~ 31.25%
G 102 of 304 ~ 33.55%
B 107 of 304 ~ 35.2'%

%31.25
%33.55
%35.2

CMYK color model

#5F666B color CMYK value is (11,5,0,58).

  • cyan value is 11.21%
  • magenta value is 4.67%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK: (11,5,0,58) C11M5Y0K58 (11%,5%,0%,58%) (0.11/0.05/0.00/0.58) 

CMYK percentages

%11.21
%4.67
%0
%58.04

Codes

Color #5F666B in popluar color models

5F 66 6B
RGB 95 102 107
HSL 205° 5.94% 39.61%
HSB/HSV 205° 11.21% 41.96%
CMYK 11.21% 4.67% 0.00%
58.04%

Color #5F666B in popluar number systems.

HEX 5F 66 6B
Decimal 95 102 107
Binary 1011111 1100110 1101011
Octal 137 146 153

Shades and tints

Shades of #5F666B

#5F666B
(95,102,107)
#575D62
(87,93,98)
#4F5459
(79,84,89)
#474B50
(71,75,80)
#3F4247
(63,66,71)
#37393E
(55,57,62)
#2F3035
(47,48,53)
#27272C
(39,39,44)
#1F1E23
(31,30,35)
#17151A
(23,21,26)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #5F666B

#5F666B
(95,102,107)
#6D7378
(109,115,120)
#7B8085
(123,128,133)
#898D92
(137,141,146)
#979A9F
(151,154,159)
#A5A7AC
(165,167,172)
#B3B4B9
(179,180,185)
#C1C1C6
(193,193,198)
#CFCED3
(207,206,211)
#DDDBE0
(221,219,224)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F666B color. Also use rgb(95,102,107) instead hex code.

Text Font Color

.myTextColor { color: #5F666B; }

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

This text font color is #5F666B.

Background Color

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

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

This div background color is #5F666B.

Border color

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

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

This div border color is #5F666B.

Opacity

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

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

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

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

This text has shadow with #5F666B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F666B.

Preview

Color preview on black background

This text has color #5F666B on black background.


Color preview on white background

This text has color #5F666B on white background.


Black color preview on #5F666B background

This text has black color on #5F666B background.


White color preview on #5F666B background

This text has white color on #5F666B background.


Related colors

Complementary color

Complementary color for #hex is #A09994.


I love getcolorcode.com

Triadic colors

1 #6B5F66 and #666B5F with #5F666B are triadic colors.

2 #6B665F and #665F6B with #5F666B are triadic colors.