COLOR #607C7A

HEX: #607C7A
RGB: (96,124,122)

Color info

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

RGB color model

#607C7A color RGB value is (96,124,122).

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

RGB channels and saturation

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

96
124
122

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

Portions of RGB colors in percentages

R + G + B =
96 + 124 + 122 = 342 (100%)
R 96 of 342 ~ 28.07%
G 124 of 342 ~ 36.26%
B 122 of 342 ~ 35.67%

%28.07
%36.26
%35.67

CMYK color model

#607C7A color CMYK value is (23,0,2,51).

  • cyan value is 22.58%
  • magenta value is 0.00%
  • yellow value is 1.61%
  • key color value is 51.37%
CMYK:
(23,0,2,51)
C23M0Y2K51 
(23%,0%,2%,51%)
(0.23/0.00/0.02/0.51)	

CMYK percentages

%22.58
%0
%1.61
%51.37

Codes

Color #607C7A in popluar color models

607C7A
RGB96124122
HSL176°12.73%43.14%
HSB/HSV176°22.58%48.63%
CMYK22.58%0.00%1.61%
51.37%

Color #607C7A in popluar number systems.

HEX607C7A
Decimal96124122
Binary110000011111001111010
Octal140174172

Shades and tints

Shades of #607C7A

#607C7A
(96,124,122)
#58716F
(88,113,111)
#506664
(80,102,100)
#485B59
(72,91,89)
#40504E
(64,80,78)
#384543
(56,69,67)
#303A38
(48,58,56)
#282F2D
(40,47,45)
#202422
(32,36,34)
#181917
(24,25,23)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #607C7A

#607C7A
(96,124,122)
#6E8786
(110,135,134)
#7C9292
(124,146,146)
#8A9D9E
(138,157,158)
#98A8AA
(152,168,170)
#A6B3B6
(166,179,182)
#B4BEC2
(180,190,194)
#C2C9CE
(194,201,206)
#D0D4DA
(208,212,218)
#DEDFE6
(222,223,230)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #607C7A; }

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

This text font color is #607C7A.


Background Color

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

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

This div background color is #607C7A.


Border color

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

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

This div border color is #607C7A.


Opacity

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

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

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

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

This text has shadow with #607C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607C7A on black background.


Color preview on white background

This text has color #607C7A on white background.



Black color preview on #607C7A background

This text has black color on #607C7A background.


White color preview on #607C7A background

This text has white color on #607C7A background.