COLOR #5F666A

HEX: #5F666A RGB: (95,102,106)

Color info

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

RGB color model

#5F666A color RGB value is (95,102,106).

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

RGB channels and saturation

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

95
102
106

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

Portions of RGB colors in percentages

R + G + B = 95 + 102 + 106 = 303 (100%)
R 95 of 303 ~ 31.35%
G 102 of 303 ~ 33.66%
B 106 of 303 ~ 34.98'%

%31.35
%33.66
%34.98

CMYK color model

#5F666A color CMYK value is (10,4,0,58).

  • cyan value is 10.38%
  • magenta value is 3.77%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (10,4,0,58)
C10M4Y0K58 (10%, 4%, 0%, 58%)
(0.10 / 0.04 / 0.00 / 0.58)

CMYK percentages

%10.38
%3.77
%0
%58.43

Codes

Color #5F666A in popluar color models

5F 66 6A
RGB 95 102 106
HSL 202° 5.47% 39.41%
HSB/HSV 202° 10.38% 41.57%
CMYK 10.38% 3.77% 0.00%
58.43%

Color #5F666A in popluar number systems.

HEX 5F 66 6A
Decimal 95 102 106
Binary 1011111 1100110 1101010
Octal 137 146 152

Shades and tints

Shades of #5F666A

#5F666A
(95,102,106)
#575D61
(87,93,97)
#4F5458
(79,84,88)
#474B4F
(71,75,79)
#3F4246
(63,66,70)
#37393D
(55,57,61)
#2F3034
(47,48,52)
#27272B
(39,39,43)
#1F1E22
(31,30,34)
#171519
(23,21,25)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #5F666A

#5F666A
(95,102,106)
#6D7377
(109,115,119)
#7B8084
(123,128,132)
#898D91
(137,141,145)
#979A9E
(151,154,158)
#A5A7AB
(165,167,171)
#B3B4B8
(179,180,184)
#C1C1C5
(193,193,197)
#CFCED2
(207,206,210)
#DDDBDF
(221,219,223)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F666A; }

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

This text font color is #5F666A.

Background Color

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

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

This div background color is #5F666A.

Border color

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

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

This div border color is #5F666A.

Opacity

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

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

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

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

This text has shadow with #5F666A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F666A.

Preview

Color preview on black background

This text has color #5F666A on black background.


Color preview on white background

This text has color #5F666A on white background.


Black color preview on #5F666A background

This text has black color on #5F666A background.


White color preview on #5F666A background

This text has white color on #5F666A background.


Related colors

Complementary color

Complementary color for #hex is #A09995.


I love getcolorcode.com

Triadic colors

1 #6A5F66 and #666A5F with #5F666A are triadic colors.

2 #6A665F and #665F6A with #5F666A are triadic colors.