COLOR #5F736D

HEX: #5F736D RGB: (95,115,109)

Color info

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

RGB color model

#5F736D color RGB value is (95,115,109).

RGB: (95,115,109) (37%, 45%, 43%)

RGB channels and saturation

R 95 of 255 = 37%
G 115 of 255 = 45%
B 109 of 255 = 43%

95
115
109

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

Portions of RGB colors in percentages

R + G + B = 95 + 115 + 109 = 319 (100%)
R 95 of 319 ~ 29.78%
G 115 of 319 ~ 36.05%
B 109 of 319 ~ 34.17'%

%29.78
%36.05
%34.17

CMYK color model

#5F736D color CMYK value is (17,0,5,55).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 54.90%
CMYK: (17,0,5,55) C17M0Y5K55 (17%,0%,5%,55%) (0.17/0.00/0.05/0.55) 

CMYK percentages

%17.39
%0
%5.22
%54.9

Codes

Color #5F736D in popluar color models

5F 73 6D
RGB 95 115 109
HSL 162° 9.52% 41.18%
HSB/HSV 162° 17.39% 45.10%
CMYK 17.39% 0.00% 5.22%
54.90%

Color #5F736D in popluar number systems.

HEX 5F 73 6D
Decimal 95 115 109
Binary 1011111 1110011 1101101
Octal 137 163 155

Shades and tints

Shades of #5F736D

#5F736D
(95,115,109)
#576964
(87,105,100)
#4F5F5B
(79,95,91)
#475552
(71,85,82)
#3F4B49
(63,75,73)
#374140
(55,65,64)
#2F3737
(47,55,55)
#272D2E
(39,45,46)
#1F2325
(31,35,37)
#17191C
(23,25,28)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #5F736D

#5F736D
(95,115,109)
#6D7F7A
(109,127,122)
#7B8B87
(123,139,135)
#899794
(137,151,148)
#97A3A1
(151,163,161)
#A5AFAE
(165,175,174)
#B3BBBB
(179,187,187)
#C1C7C8
(193,199,200)
#CFD3D5
(207,211,213)
#DDDFE2
(221,223,226)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F736D; }

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

This text font color is #5F736D.

Background Color

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

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

This div background color is #5F736D.

Border color

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

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

This div border color is #5F736D.

Opacity

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

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

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

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

This text has shadow with #5F736D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F736D.

Preview

Color preview on black background

This text has color #5F736D on black background.


Color preview on white background

This text has color #5F736D on white background.


Black color preview on #5F736D background

This text has black color on #5F736D background.


White color preview on #5F736D background

This text has white color on #5F736D background.


Related colors

Complementary color

Complementary color for #hex is #A08C92.


I love getcolorcode.com

Triadic colors

1 #6D5F73 and #736D5F with #5F736D are triadic colors.

2 #6D735F and #735F6D with #5F736D are triadic colors.