COLOR #607E7A

HEX: #607E7A
RGB: (96,126,122)

Color info

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

RGB color model

#607E7A color RGB value is (96,126,122).

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

RGB channels and saturation

R 96 of 255 = 38%
G 126 of 255 = 49%
B 122 of 255 = 48%

96
126
122

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

Portions of RGB colors in percentages

R + G + B =
96 + 126 + 122 = 344 (100%)
R 96 of 344 ~ 27.91%
G 126 of 344 ~ 36.63%
B 122 of 344 ~ 35.47%

%27.91
%36.63
%35.47

CMYK color model

#607E7A color CMYK value is (24,0,3,51).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 3.17%
  • key color value is 50.59%
CMYK:
(24,0,3,51)
C24M0Y3K51 
(24%,0%,3%,51%)
(0.24/0.00/0.03/0.51)	

CMYK percentages

%23.81
%0
%3.17
%50.59

Codes

Color #607E7A in popluar color models

607E7A
RGB96126122
HSL172°13.51%43.53%
HSB/HSV172°23.81%49.41%
CMYK23.81%0.00%3.17%
50.59%

Color #607E7A in popluar number systems.

HEX607E7A
Decimal96126122
Binary110000011111101111010
Octal140176172

Shades and tints

Shades of #607E7A

#607E7A
(96,126,122)
#58736F
(88,115,111)
#506864
(80,104,100)
#485D59
(72,93,89)
#40524E
(64,82,78)
#384743
(56,71,67)
#303C38
(48,60,56)
#28312D
(40,49,45)
#202622
(32,38,34)
#181B17
(24,27,23)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #607E7A

#607E7A
(96,126,122)
#6E8986
(110,137,134)
#7C9492
(124,148,146)
#8A9F9E
(138,159,158)
#98AAAA
(152,170,170)
#A6B5B6
(166,181,182)
#B4C0C2
(180,192,194)
#C2CBCE
(194,203,206)
#D0D6DA
(208,214,218)
#DEE1E6
(222,225,230)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #607E7A; }

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

This text font color is #607E7A.


Background Color

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

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

This div background color is #607E7A.


Border color

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

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

This div border color is #607E7A.


Opacity

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

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

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

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

This text has shadow with #607E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607E7A on black background.


Color preview on white background

This text has color #607E7A on white background.



Black color preview on #607E7A background

This text has black color on #607E7A background.


White color preview on #607E7A background

This text has white color on #607E7A background.