COLOR #607F78

HEX: #607F78
RGB: (96,127,120)

Color info

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

RGB color model

#607F78 color RGB value is (96,127,120).

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

RGB channels and saturation

R 96 of 255 = 38%
G 127 of 255 = 50%
B 120 of 255 = 47%

96
127
120

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

Portions of RGB colors in percentages

R + G + B =
96 + 127 + 120 = 343 (100%)
R 96 of 343 ~ 27.99%
G 127 of 343 ~ 37.03%
B 120 of 343 ~ 34.99%

%27.99
%37.03
%34.99

CMYK color model

#607F78 color CMYK value is (24,0,6,50).

  • cyan value is 24.41%
  • magenta value is 0.00%
  • yellow value is 5.51%
  • key color value is 50.20%
CMYK:
(24,0,6,50)
C24M0Y6K50 
(24%,0%,6%,50%)
(0.24/0.00/0.06/0.50)	

CMYK percentages

%24.41
%0
%5.51
%50.2

Codes

Color #607F78 in popluar color models

607F78
RGB96127120
HSL166°13.90%43.73%
HSB/HSV166°24.41%49.80%
CMYK24.41%0.00%5.51%
50.20%

Color #607F78 in popluar number systems.

HEX607F78
Decimal96127120
Binary110000011111111111000
Octal140177170

Shades and tints

Shades of #607F78

#607F78
(96,127,120)
#58746E
(88,116,110)
#506964
(80,105,100)
#485E5A
(72,94,90)
#405350
(64,83,80)
#384846
(56,72,70)
#303D3C
(48,61,60)
#283232
(40,50,50)
#202728
(32,39,40)
#181C1E
(24,28,30)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #607F78

#607F78
(96,127,120)
#6E8A84
(110,138,132)
#7C9590
(124,149,144)
#8AA09C
(138,160,156)
#98ABA8
(152,171,168)
#A6B6B4
(166,182,180)
#B4C1C0
(180,193,192)
#C2CCCC
(194,204,204)
#D0D7D8
(208,215,216)
#DEE2E4
(222,226,228)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607F78 color. Also use rgb(96,127,120) instead hex code.

Text Font Color

.myTextColor { color: #607F78; }

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

This text font color is #607F78.


Background Color

.myBgColor { background-color: #607F78; }

<div style="background-color:#607F78">Inner text</div>

This div background color is #607F78.


Border color

.myBorderColor { border: 1px solid #607F78; }

<div style="border:3px solid #607F78">Div</div>

This div border color is #607F78.


Opacity

.myOpacity80 { color: #607F78; opacity: 0.8; }

<p style="color:#607F78;opacity:0.8;">80%</p>

Text with #607F78 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 #607F78;}

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

This text has shadow with #607F78 color.

.textShadow {text-shadow: 3px 3px 1px #607F78, 3px 3px 1px red;}

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

This text has shadow with #607F78 primary color and red secondary color.


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

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

This text has shadow with #607F78 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607F78 on black background.


Color preview on white background

This text has color #607F78 on white background.



Black color preview on #607F78 background

This text has black color on #607F78 background.


White color preview on #607F78 background

This text has white color on #607F78 background.