COLOR #5F6B65

HEX: #5F6B65 RGB: (95,107,101)

Color info

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

RGB color model

#5F6B65 color RGB value is (95,107,101).

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

RGB channels and saturation

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

95
107
101

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

Portions of RGB colors in percentages

R + G + B = 95 + 107 + 101 = 303 (100%)
R 95 of 303 ~ 31.35%
G 107 of 303 ~ 35.31%
B 101 of 303 ~ 33.33'%

%31.35
%35.31
%33.33

CMYK color model

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

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

CMYK: (11,0,6,58)
C11M0Y6K58 (11%, 0%, 6%, 58%)
(0.11 / 0.00 / 0.06 / 0.58)

CMYK percentages

%11.21
%0
%5.61
%58.04

Codes

Color #5F6B65 in popluar color models

5F 6B 65
RGB 95 107 101
HSL 150° 5.94% 39.61%
HSB/HSV 150° 11.21% 41.96%
CMYK 11.21% 0.00% 5.61%
58.04%

Color #5F6B65 in popluar number systems.

HEX 5F 6B 65
Decimal 95 107 101
Binary 1011111 1101011 1100101
Octal 137 153 145

Shades and tints

Shades of #5F6B65

#5F6B65
(95,107,101)
#57625C
(87,98,92)
#4F5953
(79,89,83)
#47504A
(71,80,74)
#3F4741
(63,71,65)
#373E38
(55,62,56)
#2F352F
(47,53,47)
#272C26
(39,44,38)
#1F231D
(31,35,29)
#171A14
(23,26,20)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #5F6B65

#5F6B65
(95,107,101)
#6D7873
(109,120,115)
#7B8581
(123,133,129)
#89928F
(137,146,143)
#979F9D
(151,159,157)
#A5ACAB
(165,172,171)
#B3B9B9
(179,185,185)
#C1C6C7
(193,198,199)
#CFD3D5
(207,211,213)
#DDE0E3
(221,224,227)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6B65; }

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

This text font color is #5F6B65.

Background Color

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

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

This div background color is #5F6B65.

Border color

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

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

This div border color is #5F6B65.

Opacity

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

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

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

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

This text has shadow with #5F6B65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6B65.

Preview

Color preview on black background

This text has color #5F6B65 on black background.


Color preview on white background

This text has color #5F6B65 on white background.


Black color preview on #5F6B65 background

This text has black color on #5F6B65 background.


White color preview on #5F6B65 background

This text has white color on #5F6B65 background.


Related colors

Complementary color

Complementary color for #hex is #A0949A.


I love getcolorcode.com

Triadic colors

1 #655F6B and #6B655F with #5F6B65 are triadic colors.

2 #656B5F and #6B5F65 with #5F6B65 are triadic colors.