COLOR #5F756E

HEX: #5F756E RGB: (95,117,110)

Color info

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

RGB color model

#5F756E color RGB value is (95,117,110).

RGB: (95,117,110) (37%, 46%, 43%)

RGB channels and saturation

R 95 of 255 = 37%
G 117 of 255 = 46%
B 110 of 255 = 43%

95
117
110

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

Portions of RGB colors in percentages

R + G + B = 95 + 117 + 110 = 322 (100%)
R 95 of 322 ~ 29.5%
G 117 of 322 ~ 36.34%
B 110 of 322 ~ 34.16'%

%29.5
%36.34
%34.16

CMYK color model

#5F756E color CMYK value is (19,0,6,54).

  • cyan value is 18.80%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 54.12%
CMYK: (19,0,6,54) C19M0Y6K54 (19%,0%,6%,54%) (0.19/0.00/0.06/0.54) 

CMYK percentages

%18.8
%0
%5.98
%54.12

Codes

Color #5F756E in popluar color models

5F 75 6E
RGB 95 117 110
HSL 161° 10.38% 41.57%
HSB/HSV 161° 18.80% 45.88%
CMYK 18.80% 0.00% 5.98%
54.12%

Color #5F756E in popluar number systems.

HEX 5F 75 6E
Decimal 95 117 110
Binary 1011111 1110101 1101110
Octal 137 165 156

Shades and tints

Shades of #5F756E

#5F756E
(95,117,110)
#576B64
(87,107,100)
#4F615A
(79,97,90)
#475750
(71,87,80)
#3F4D46
(63,77,70)
#37433C
(55,67,60)
#2F3932
(47,57,50)
#272F28
(39,47,40)
#1F251E
(31,37,30)
#171B14
(23,27,20)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #5F756E

#5F756E
(95,117,110)
#6D817B
(109,129,123)
#7B8D88
(123,141,136)
#899995
(137,153,149)
#97A5A2
(151,165,162)
#A5B1AF
(165,177,175)
#B3BDBC
(179,189,188)
#C1C9C9
(193,201,201)
#CFD5D6
(207,213,214)
#DDE1E3
(221,225,227)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F756E color. Also use rgb(95,117,110) instead hex code.

Text Font Color

.myTextColor { color: #5F756E; }

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

This text font color is #5F756E.

Background Color

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

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

This div background color is #5F756E.

Border color

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

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

This div border color is #5F756E.

Opacity

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

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

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

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

This text has shadow with #5F756E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F756E.

Preview

Color preview on black background

This text has color #5F756E on black background.


Color preview on white background

This text has color #5F756E on white background.


Black color preview on #5F756E background

This text has black color on #5F756E background.


White color preview on #5F756E background

This text has white color on #5F756E background.


Related colors

Complementary color

Complementary color for #hex is #A08A91.


I love getcolorcode.com

Triadic colors

1 #6E5F75 and #756E5F with #5F756E are triadic colors.

2 #6E755F and #755F6E with #5F756E are triadic colors.