COLOR #607374

HEX: #607374
RGB: (96,115,116)

Color info

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

RGB color model

#607374 color RGB value is (96,115,116).

  • red value is 96;
  • green value is 115;
  • blue value is 116.
RGB:
(96,115,116)
(38%,45%,45%)

RGB channels and saturation

R 96 of 255 = 38%
G 115 of 255 = 45%
B 116 of 255 = 45%

96
115
116

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

Portions of RGB colors in percentages

R + G + B =
96 + 115 + 116 = 327 (100%)
R 96 of 327 ~ 29.36%
G 115 of 327 ~ 35.17%
B 116 of 327 ~ 35.47%

%29.36
%35.17
%35.47

CMYK color model

#607374 color CMYK value is (17,1,0,55).

  • cyan value is 17.24%
  • magenta value is 0.86%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(17,1,0,55)
C17M1Y0K55 
(17%,1%,0%,55%)
(0.17/0.01/0.00/0.55)	

CMYK percentages

%17.24
%0.86
%0
%54.51

Codes

Color #607374 in popluar color models

607374
RGB96115116
HSL183°9.43%41.57%
HSB/HSV183°17.24%45.49%
CMYK17.24%0.86%0.00%
54.51%

Color #607374 in popluar number systems.

HEX607374
Decimal96115116
Binary110000011100111110100
Octal140163164

Shades and tints

Shades of #607374

#607374
(96,115,116)
#58696A
(88,105,106)
#505F60
(80,95,96)
#485556
(72,85,86)
#404B4C
(64,75,76)
#384142
(56,65,66)
#303738
(48,55,56)
#282D2E
(40,45,46)
#202324
(32,35,36)
#18191A
(24,25,26)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #607374

#607374
(96,115,116)
#6E7F80
(110,127,128)
#7C8B8C
(124,139,140)
#8A9798
(138,151,152)
#98A3A4
(152,163,164)
#A6AFB0
(166,175,176)
#B4BBBC
(180,187,188)
#C2C7C8
(194,199,200)
#D0D3D4
(208,211,212)
#DEDFE0
(222,223,224)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607374 color. Also use rgb(96,115,116) instead hex code.

Text Font Color

.myTextColor { color: #607374; }

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

This text font color is #607374.


Background Color

.myBgColor { background-color: #607374; }

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

This div background color is #607374.


Border color

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

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

This div border color is #607374.


Opacity

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

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

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

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

This text has shadow with #607374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607374 on black background.


Color preview on white background

This text has color #607374 on white background.



Black color preview on #607374 background

This text has black color on #607374 background.


White color preview on #607374 background

This text has white color on #607374 background.