COLOR #607668

HEX: #607668
RGB: (96,118,104)

Color info

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

RGB color model

#607668 color RGB value is (96,118,104).

  • red value is 96;
  • green value is 118;
  • blue value is 104.
RGB:
(96,118,104)
(38%,46%,41%)

RGB channels and saturation

R 96 of 255 = 38%
G 118 of 255 = 46%
B 104 of 255 = 41%

96
118
104

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

Portions of RGB colors in percentages

R + G + B =
96 + 118 + 104 = 318 (100%)
R 96 of 318 ~ 30.19%
G 118 of 318 ~ 37.11%
B 104 of 318 ~ 32.7%

%30.19
%37.11
%32.7

CMYK color model

#607668 color CMYK value is (19,0,12,54).

  • cyan value is 18.64%
  • magenta value is 0.00%
  • yellow value is 11.86%
  • key color value is 53.73%
CMYK:
(19,0,12,54)
C19M0Y12K54 
(19%,0%,12%,54%)
(0.19/0.00/0.12/0.54)	

CMYK percentages

%18.64
%0
%11.86
%53.73

Codes

Color #607668 in popluar color models

607668
RGB96118104
HSL142°10.28%41.96%
HSB/HSV142°18.64%46.27%
CMYK18.64%0.00%11.86%
53.73%

Color #607668 in popluar number systems.

HEX607668
Decimal96118104
Binary110000011101101101000
Octal140166150

Shades and tints

Shades of #607668

#607668
(96,118,104)
#586C5F
(88,108,95)
#506256
(80,98,86)
#48584D
(72,88,77)
#404E44
(64,78,68)
#38443B
(56,68,59)
#303A32
(48,58,50)
#283029
(40,48,41)
#202620
(32,38,32)
#181C17
(24,28,23)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #607668

#607668
(96,118,104)
#6E8275
(110,130,117)
#7C8E82
(124,142,130)
#8A9A8F
(138,154,143)
#98A69C
(152,166,156)
#A6B2A9
(166,178,169)
#B4BEB6
(180,190,182)
#C2CAC3
(194,202,195)
#D0D6D0
(208,214,208)
#DEE2DD
(222,226,221)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607668 color. Also use rgb(96,118,104) instead hex code.

Text Font Color

.myTextColor { color: #607668; }

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

This text font color is #607668.


Background Color

.myBgColor { background-color: #607668; }

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

This div background color is #607668.


Border color

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

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

This div border color is #607668.


Opacity

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

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

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

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

This text has shadow with #607668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607668 on black background.


Color preview on white background

This text has color #607668 on white background.



Black color preview on #607668 background

This text has black color on #607668 background.


White color preview on #607668 background

This text has white color on #607668 background.