COLOR #607A78

HEX: #607A78
RGB: (96,122,120)

Color info

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

RGB color model

#607A78 color RGB value is (96,122,120).

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

RGB channels and saturation

R 96 of 255 = 38%
G 122 of 255 = 48%
B 120 of 255 = 47%

96
122
120

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

Portions of RGB colors in percentages

R + G + B =
96 + 122 + 120 = 338 (100%)
R 96 of 338 ~ 28.4%
G 122 of 338 ~ 36.09%
B 120 of 338 ~ 35.5%

%28.4
%36.09
%35.5

CMYK color model

#607A78 color CMYK value is (21,0,2,52).

  • cyan value is 21.31%
  • magenta value is 0.00%
  • yellow value is 1.64%
  • key color value is 52.16%
CMYK:
(21,0,2,52)
C21M0Y2K52 
(21%,0%,2%,52%)
(0.21/0.00/0.02/0.52)	

CMYK percentages

%21.31
%0
%1.64
%52.16

Codes

Color #607A78 in popluar color models

607A78
RGB96122120
HSL175°11.93%42.75%
HSB/HSV175°21.31%47.84%
CMYK21.31%0.00%1.64%
52.16%

Color #607A78 in popluar number systems.

HEX607A78
Decimal96122120
Binary110000011110101111000
Octal140172170

Shades and tints

Shades of #607A78

#607A78
(96,122,120)
#586F6E
(88,111,110)
#506464
(80,100,100)
#48595A
(72,89,90)
#404E50
(64,78,80)
#384346
(56,67,70)
#30383C
(48,56,60)
#282D32
(40,45,50)
#202228
(32,34,40)
#18171E
(24,23,30)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #607A78

#607A78
(96,122,120)
#6E8684
(110,134,132)
#7C9290
(124,146,144)
#8A9E9C
(138,158,156)
#98AAA8
(152,170,168)
#A6B6B4
(166,182,180)
#B4C2C0
(180,194,192)
#C2CECC
(194,206,204)
#D0DAD8
(208,218,216)
#DEE6E4
(222,230,228)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #607A78; }

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

This text font color is #607A78.


Background Color

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

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

This div background color is #607A78.


Border color

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

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

This div border color is #607A78.


Opacity

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

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

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

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

This text has shadow with #607A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607A78 on black background.


Color preview on white background

This text has color #607A78 on white background.



Black color preview on #607A78 background

This text has black color on #607A78 background.


White color preview on #607A78 background

This text has white color on #607A78 background.