COLOR #607D78

HEX: #607D78
RGB: (96,125,120)

Color info

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

RGB color model

#607D78 color RGB value is (96,125,120).

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

RGB channels and saturation

R 96 of 255 = 38%
G 125 of 255 = 49%
B 120 of 255 = 47%

96
125
120

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

Portions of RGB colors in percentages

R + G + B =
96 + 125 + 120 = 341 (100%)
R 96 of 341 ~ 28.15%
G 125 of 341 ~ 36.66%
B 120 of 341 ~ 35.19%

%28.15
%36.66
%35.19

CMYK color model

#607D78 color CMYK value is (23,0,4,51).

  • cyan value is 23.20%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 50.98%
CMYK:
(23,0,4,51)
C23M0Y4K51 
(23%,0%,4%,51%)
(0.23/0.00/0.04/0.51)	

CMYK percentages

%23.2
%0
%4
%50.98

Codes

Color #607D78 in popluar color models

607D78
RGB96125120
HSL170°13.12%43.33%
HSB/HSV170°23.20%49.02%
CMYK23.20%0.00%4.00%
50.98%

Color #607D78 in popluar number systems.

HEX607D78
Decimal96125120
Binary110000011111011111000
Octal140175170

Shades and tints

Shades of #607D78

#607D78
(96,125,120)
#58726E
(88,114,110)
#506764
(80,103,100)
#485C5A
(72,92,90)
#405150
(64,81,80)
#384646
(56,70,70)
#303B3C
(48,59,60)
#283032
(40,48,50)
#202528
(32,37,40)
#181A1E
(24,26,30)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #607D78

#607D78
(96,125,120)
#6E8884
(110,136,132)
#7C9390
(124,147,144)
#8A9E9C
(138,158,156)
#98A9A8
(152,169,168)
#A6B4B4
(166,180,180)
#B4BFC0
(180,191,192)
#C2CACC
(194,202,204)
#D0D5D8
(208,213,216)
#DEE0E4
(222,224,228)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #607D78; }

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

This text font color is #607D78.


Background Color

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

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

This div background color is #607D78.


Border color

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

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

This div border color is #607D78.


Opacity

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

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

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

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

This text has shadow with #607D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607D78 on black background.


Color preview on white background

This text has color #607D78 on white background.



Black color preview on #607D78 background

This text has black color on #607D78 background.


White color preview on #607D78 background

This text has white color on #607D78 background.