COLOR #5F7166

HEX: #5F7166
RGB: (95,113,102)

Color info

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

RGB color model

#5F7166 color RGB value is (95,113,102).

  • red value is 95;
  • green value is 113;
  • blue value is 102.
RGB:
(95,113,102)
(37%,44%,40%)

RGB channels and saturation

R 95 of 255 = 37%
G 113 of 255 = 44%
B 102 of 255 = 40%

95
113
102

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

Portions of RGB colors in percentages

R + G + B =
95 + 113 + 102 = 310 (100%)
R 95 of 310 ~ 30.65%
G 113 of 310 ~ 36.45%
B 102 of 310 ~ 32.9%

%30.65
%36.45
%32.9

CMYK color model

#5F7166 color CMYK value is (16,0,10,56).

  • cyan value is 15.93%
  • magenta value is 0.00%
  • yellow value is 9.73%
  • key color value is 55.69%
CMYK:
(16,0,10,56)
C16M0Y10K56 
(16%,0%,10%,56%)
(0.16/0.00/0.10/0.56)	

CMYK percentages

%15.93
%0
%9.73
%55.69

Codes

Color #5F7166 in popluar color models

5F7166
RGB95113102
HSL143°8.65%40.78%
HSB/HSV143°15.93%44.31%
CMYK15.93%0.00%9.73%
55.69%

Color #5F7166 in popluar number systems.

HEX5F7166
Decimal95113102
Binary101111111100011100110
Octal137161146

Shades and tints

Shades of #5F7166

#5F7166
(95,113,102)
#57675D
(87,103,93)
#4F5D54
(79,93,84)
#47534B
(71,83,75)
#3F4942
(63,73,66)
#373F39
(55,63,57)
#2F3530
(47,53,48)
#272B27
(39,43,39)
#1F211E
(31,33,30)
#171715
(23,23,21)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #5F7166

#5F7166
(95,113,102)
#6D7D73
(109,125,115)
#7B8980
(123,137,128)
#89958D
(137,149,141)
#97A19A
(151,161,154)
#A5ADA7
(165,173,167)
#B3B9B4
(179,185,180)
#C1C5C1
(193,197,193)
#CFD1CE
(207,209,206)
#DDDDDB
(221,221,219)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7166; }

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

This text font color is #5F7166.


Background Color

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

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

This div background color is #5F7166.


Border color

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

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

This div border color is #5F7166.


Opacity

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

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

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

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

This text has shadow with #5F7166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7166 on black background.


Color preview on white background

This text has color #5F7166 on white background.



Black color preview on #5F7166 background

This text has black color on #5F7166 background.


White color preview on #5F7166 background

This text has white color on #5F7166 background.