COLOR #5F6D6B

HEX: #5F6D6B RGB: (95,109,107)

Color info

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

RGB color model

#5F6D6B color RGB value is (95,109,107).

RGB: (95,109,107) (37%, 43%, 42%)

RGB channels and saturation

R 95 of 255 = 37%
G 109 of 255 = 43%
B 107 of 255 = 42%

95
109
107

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

Portions of RGB colors in percentages

R + G + B = 95 + 109 + 107 = 311 (100%)
R 95 of 311 ~ 30.55%
G 109 of 311 ~ 35.05%
B 107 of 311 ~ 34.41'%

%30.55
%35.05
%34.41

CMYK color model

#5F6D6B color CMYK value is (13,0,2,57).

  • cyan value is 12.84%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 57.25%
CMYK: (13,0,2,57) C13M0Y2K57 (13%,0%,2%,57%) (0.13/0.00/0.02/0.57) 

CMYK percentages

%12.84
%0
%1.83
%57.25

Codes

Color #5F6D6B in popluar color models

5F 6D 6B
RGB 95 109 107
HSL 171° 6.86% 40.00%
HSB/HSV 171° 12.84% 42.75%
CMYK 12.84% 0.00% 1.83%
57.25%

Color #5F6D6B in popluar number systems.

HEX 5F 6D 6B
Decimal 95 109 107
Binary 1011111 1101101 1101011
Octal 137 155 153

Shades and tints

Shades of #5F6D6B

#5F6D6B
(95,109,107)
#576462
(87,100,98)
#4F5B59
(79,91,89)
#475250
(71,82,80)
#3F4947
(63,73,71)
#37403E
(55,64,62)
#2F3735
(47,55,53)
#272E2C
(39,46,44)
#1F2523
(31,37,35)
#171C1A
(23,28,26)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #5F6D6B

#5F6D6B
(95,109,107)
#6D7A78
(109,122,120)
#7B8785
(123,135,133)
#899492
(137,148,146)
#97A19F
(151,161,159)
#A5AEAC
(165,174,172)
#B3BBB9
(179,187,185)
#C1C8C6
(193,200,198)
#CFD5D3
(207,213,211)
#DDE2E0
(221,226,224)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F6D6B; }

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

This text font color is #5F6D6B.

Background Color

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

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

This div background color is #5F6D6B.

Border color

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

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

This div border color is #5F6D6B.

Opacity

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

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

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

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

This text has shadow with #5F6D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F6D6B.

Preview

Color preview on black background

This text has color #5F6D6B on black background.


Color preview on white background

This text has color #5F6D6B on white background.


Black color preview on #5F6D6B background

This text has black color on #5F6D6B background.


White color preview on #5F6D6B background

This text has white color on #5F6D6B background.


Related colors

Complementary color

Complementary color for #hex is #A09294.


I love getcolorcode.com

Triadic colors

1 #6B5F6D and #6D6B5F with #5F6D6B are triadic colors.

2 #6B6D5F and #6D5F6B with #5F6D6B are triadic colors.