COLOR #607E6F

HEX: #607E6F RGB: (96,126,111)

Color info

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

RGB color model

#607E6F color RGB value is (96,126,111).

RGB: (96,126,111) (38%, 49%, 44%)

RGB channels and saturation

R 96 of 255 = 38%
G 126 of 255 = 49%
B 111 of 255 = 44%

96
126
111

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

Portions of RGB colors in percentages

R + G + B = 96 + 126 + 111 = 333 (100%)
R 96 of 333 ~ 28.83%
G 126 of 333 ~ 37.84%
B 111 of 333 ~ 33.33'%

%28.83
%37.84
%33.33

CMYK color model

#607E6F color CMYK value is (24,0,12,51).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 11.90%
  • key color value is 50.59%

CMYK: (24,0,12,51)
C24M0Y12K51 (24%, 0%, 12%, 51%)
(0.24 / 0.00 / 0.12 / 0.51)

CMYK percentages

%23.81
%0
%11.9
%50.59

Codes

Color #607E6F in popluar color models

60 7E 6F
RGB 96 126 111
HSL 150° 13.51% 43.53%
HSB/HSV 150° 23.81% 49.41%
CMYK 23.81% 0.00% 11.90%
50.59%

Color #607E6F in popluar number systems.

HEX 60 7E 6F
Decimal 96 126 111
Binary 1100000 1111110 1101111
Octal 140 176 157

Shades and tints

Shades of #607E6F

#607E6F
(96,126,111)
#587365
(88,115,101)
#50685B
(80,104,91)
#485D51
(72,93,81)
#405247
(64,82,71)
#38473D
(56,71,61)
#303C33
(48,60,51)
#283129
(40,49,41)
#20261F
(32,38,31)
#181B15
(24,27,21)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #607E6F

#607E6F
(96,126,111)
#6E897C
(110,137,124)
#7C9489
(124,148,137)
#8A9F96
(138,159,150)
#98AAA3
(152,170,163)
#A6B5B0
(166,181,176)
#B4C0BD
(180,192,189)
#C2CBCA
(194,203,202)
#D0D6D7
(208,214,215)
#DEE1E4
(222,225,228)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607E6F color. Also use rgb(96,126,111) instead hex code.

Text Font Color

.myTextColor { color: #607E6F; }

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

This text font color is #607E6F.

Background Color

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

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

This div background color is #607E6F.

Border color

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

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

This div border color is #607E6F.

Opacity

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

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

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

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

This text has shadow with #607E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #607E6F.

Preview

Color preview on black background

This text has color #607E6F on black background.


Color preview on white background

This text has color #607E6F on white background.


Black color preview on #607E6F background

This text has black color on #607E6F background.


White color preview on #607E6F background

This text has white color on #607E6F background.


Related colors

Complementary color

Complementary color for #hex is #9F8190.


I love getcolorcode.com

Triadic colors

1 #6F607E and #7E6F60 with #607E6F are triadic colors.

2 #6F7E60 and #7E606F with #607E6F are triadic colors.