COLOR #5F666D

HEX: #5F666D RGB: (95,102,109)

Color info

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

RGB color model

#5F666D color RGB value is (95,102,109).

RGB: (95,102,109) (37%, 40%, 43%)

RGB channels and saturation

R 95 of 255 = 37%
G 102 of 255 = 40%
B 109 of 255 = 43%

95
102
109

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

Portions of RGB colors in percentages

R + G + B = 95 + 102 + 109 = 306 (100%)
R 95 of 306 ~ 31.05%
G 102 of 306 ~ 33.33%
B 109 of 306 ~ 35.62'%

%31.05
%33.33
%35.62

CMYK color model

#5F666D color CMYK value is (13,6,0,57).

  • cyan value is 12.84%
  • magenta value is 6.42%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (13,6,0,57)
C13M6Y0K57 (13%, 6%, 0%, 57%)
(0.13 / 0.06 / 0.00 / 0.57)

CMYK percentages

%12.84
%6.42
%0
%57.25

Codes

Color #5F666D in popluar color models

5F 66 6D
RGB 95 102 109
HSL 210° 6.86% 40.00%
HSB/HSV 210° 12.84% 42.75%
CMYK 12.84% 6.42% 0.00%
57.25%

Color #5F666D in popluar number systems.

HEX 5F 66 6D
Decimal 95 102 109
Binary 1011111 1100110 1101101
Octal 137 146 155

Shades and tints

Shades of #5F666D

#5F666D
(95,102,109)
#575D64
(87,93,100)
#4F545B
(79,84,91)
#474B52
(71,75,82)
#3F4249
(63,66,73)
#373940
(55,57,64)
#2F3037
(47,48,55)
#27272E
(39,39,46)
#1F1E25
(31,30,37)
#17151C
(23,21,28)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #5F666D

#5F666D
(95,102,109)
#6D737A
(109,115,122)
#7B8087
(123,128,135)
#898D94
(137,141,148)
#979AA1
(151,154,161)
#A5A7AE
(165,167,174)
#B3B4BB
(179,180,187)
#C1C1C8
(193,193,200)
#CFCED5
(207,206,213)
#DDDBE2
(221,219,226)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F666D; }

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

This text font color is #5F666D.

Background Color

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

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

This div background color is #5F666D.

Border color

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

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

This div border color is #5F666D.

Opacity

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

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

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

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

This text has shadow with #5F666D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F666D.

Preview

Color preview on black background

This text has color #5F666D on black background.


Color preview on white background

This text has color #5F666D on white background.


Black color preview on #5F666D background

This text has black color on #5F666D background.


White color preview on #5F666D background

This text has white color on #5F666D background.


Related colors

Complementary color

Complementary color for #hex is #A09992.


I love getcolorcode.com

Triadic colors

1 #6D5F66 and #666D5F with #5F666D are triadic colors.

2 #6D665F and #665F6D with #5F666D are triadic colors.