COLOR #5F676B

HEX: #5F676B RGB: (95,103,107)

Color info

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

RGB color model

#5F676B color RGB value is (95,103,107).

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

RGB channels and saturation

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

95
103
107

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

Portions of RGB colors in percentages

R + G + B = 95 + 103 + 107 = 305 (100%)
R 95 of 305 ~ 31.15%
G 103 of 305 ~ 33.77%
B 107 of 305 ~ 35.08'%

%31.15
%33.77
%35.08

CMYK color model

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

  • cyan value is 11.21%
  • magenta value is 3.74%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (11,4,0,58)
C11M4Y0K58 (11%, 4%, 0%, 58%)
(0.11 / 0.04 / 0.00 / 0.58)

CMYK percentages

%11.21
%3.74
%0
%58.04

Codes

Color #5F676B in popluar color models

5F 67 6B
RGB 95 103 107
HSL 200° 5.94% 39.61%
HSB/HSV 200° 11.21% 41.96%
CMYK 11.21% 3.74% 0.00%
58.04%

Color #5F676B in popluar number systems.

HEX 5F 67 6B
Decimal 95 103 107
Binary 1011111 1100111 1101011
Octal 137 147 153

Shades and tints

Shades of #5F676B

#5F676B
(95,103,107)
#575E62
(87,94,98)
#4F5559
(79,85,89)
#474C50
(71,76,80)
#3F4347
(63,67,71)
#373A3E
(55,58,62)
#2F3135
(47,49,53)
#27282C
(39,40,44)
#1F1F23
(31,31,35)
#17161A
(23,22,26)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #5F676B

#5F676B
(95,103,107)
#6D7478
(109,116,120)
#7B8185
(123,129,133)
#898E92
(137,142,146)
#979B9F
(151,155,159)
#A5A8AC
(165,168,172)
#B3B5B9
(179,181,185)
#C1C2C6
(193,194,198)
#CFCFD3
(207,207,211)
#DDDCE0
(221,220,224)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F676B; }

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

This text font color is #5F676B.

Background Color

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

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

This div background color is #5F676B.

Border color

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

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

This div border color is #5F676B.

Opacity

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

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

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

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

This text has shadow with #5F676B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F676B.

Preview

Color preview on black background

This text has color #5F676B on black background.


Color preview on white background

This text has color #5F676B on white background.


Black color preview on #5F676B background

This text has black color on #5F676B background.


White color preview on #5F676B background

This text has white color on #5F676B background.


Related colors

Complementary color

Complementary color for #hex is #A09894.


I love getcolorcode.com

Triadic colors

1 #6B5F67 and #676B5F with #5F676B are triadic colors.

2 #6B675F and #675F6B with #5F676B are triadic colors.