COLOR #607478

HEX: #607478
RGB: (96,116,120)

Color info

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

RGB color model

#607478 color RGB value is (96,116,120).

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

RGB channels and saturation

R 96 of 255 = 38%
G 116 of 255 = 45%
B 120 of 255 = 47%

96
116
120

R + G + B ~ 43%. #607478 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 116 + 120 = 332 (100%)
R 96 of 332 ~ 28.92%
G 116 of 332 ~ 34.94%
B 120 of 332 ~ 36.14%

%28.92
%34.94
%36.14

CMYK color model

#607478 color CMYK value is (20,3,0,53).

  • cyan value is 20.00%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(20,3,0,53)
C20M3Y0K53 
(20%,3%,0%,53%)
(0.20/0.03/0.00/0.53)	

CMYK percentages

%20
%3.33
%0
%52.94

Codes

Color #607478 in popluar color models

607478
RGB96116120
HSL190°11.11%42.35%
HSB/HSV190°20.00%47.06%
CMYK20.00%3.33%0.00%
52.94%

Color #607478 in popluar number systems.

HEX607478
Decimal96116120
Binary110000011101001111000
Octal140164170

Shades and tints

Shades of #607478

#607478
(96,116,120)
#586A6E
(88,106,110)
#506064
(80,96,100)
#48565A
(72,86,90)
#404C50
(64,76,80)
#384246
(56,66,70)
#30383C
(48,56,60)
#282E32
(40,46,50)
#202428
(32,36,40)
#181A1E
(24,26,30)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #607478

#607478
(96,116,120)
#6E8084
(110,128,132)
#7C8C90
(124,140,144)
#8A989C
(138,152,156)
#98A4A8
(152,164,168)
#A6B0B4
(166,176,180)
#B4BCC0
(180,188,192)
#C2C8CC
(194,200,204)
#D0D4D8
(208,212,216)
#DEE0E4
(222,224,228)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #607478; }

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

This text font color is #607478.


Background Color

.myBgColor { background-color: #607478; }

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

This div background color is #607478.


Border color

.myBorderColor { border: 1px solid #607478; }

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

This div border color is #607478.


Opacity

.myOpacity80 { color: #607478; opacity: 0.8; }

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

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

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

This text has shadow with #607478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607478 on black background.


Color preview on white background

This text has color #607478 on white background.



Black color preview on #607478 background

This text has black color on #607478 background.


White color preview on #607478 background

This text has white color on #607478 background.