COLOR #5F7F78

HEX: #5F7F78
RGB: (95,127,120)

Color info

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

RGB color model

#5F7F78 color RGB value is (95,127,120).

  • red value is 95;
  • green value is 127;
  • blue value is 120.
RGB:
(95,127,120)
(37%,50%,47%)

RGB channels and saturation

R 95 of 255 = 37%
G 127 of 255 = 50%
B 120 of 255 = 47%

95
127
120

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

Portions of RGB colors in percentages

R + G + B =
95 + 127 + 120 = 342 (100%)
R 95 of 342 ~ 27.78%
G 127 of 342 ~ 37.13%
B 120 of 342 ~ 35.09%

%27.78
%37.13
%35.09

CMYK color model

#5F7F78 color CMYK value is (25,0,6,50).

  • cyan value is 25.20%
  • magenta value is 0.00%
  • yellow value is 5.51%
  • key color value is 50.20%
CMYK:
(25,0,6,50)
C25M0Y6K50 
(25%,0%,6%,50%)
(0.25/0.00/0.06/0.50)	

CMYK percentages

%25.2
%0
%5.51
%50.2

Codes

Color #5F7F78 in popluar color models

5F7F78
RGB95127120
HSL167°14.41%43.53%
HSB/HSV167°25.20%49.80%
CMYK25.20%0.00%5.51%
50.20%

Color #5F7F78 in popluar number systems.

HEX5F7F78
Decimal95127120
Binary101111111111111111000
Octal137177170

Shades and tints

Shades of #5F7F78

#5F7F78
(95,127,120)
#57746E
(87,116,110)
#4F6964
(79,105,100)
#475E5A
(71,94,90)
#3F5350
(63,83,80)
#374846
(55,72,70)
#2F3D3C
(47,61,60)
#273232
(39,50,50)
#1F2728
(31,39,40)
#171C1E
(23,28,30)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #5F7F78

#5F7F78
(95,127,120)
#6D8A84
(109,138,132)
#7B9590
(123,149,144)
#89A09C
(137,160,156)
#97ABA8
(151,171,168)
#A5B6B4
(165,182,180)
#B3C1C0
(179,193,192)
#C1CCCC
(193,204,204)
#CFD7D8
(207,215,216)
#DDE2E4
(221,226,228)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F7F78 color. Also use rgb(95,127,120) instead hex code.

Text Font Color

.myTextColor { color: #5F7F78; }

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

This text font color is #5F7F78.


Background Color

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

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

This div background color is #5F7F78.


Border color

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

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

This div border color is #5F7F78.


Opacity

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

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

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

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

This text has shadow with #5F7F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7F78 on black background.


Color preview on white background

This text has color #5F7F78 on white background.



Black color preview on #5F7F78 background

This text has black color on #5F7F78 background.


White color preview on #5F7F78 background

This text has white color on #5F7F78 background.