COLOR #607084

HEX: #607084
RGB: (96,112,132)

Color info

#607084 contains red, green and blue colors in about the same proportion. Web safe color of #607084 is #666699 (or #669).

RGB color model

#607084 color RGB value is (96,112,132).

  • red value is 96;
  • green value is 112;
  • blue value is 132.
RGB:
(96,112,132)
(38%,44%,52%)

RGB channels and saturation

R 96 of 255 = 38%
G 112 of 255 = 44%
B 132 of 255 = 52%

96
112
132

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

Portions of RGB colors in percentages

R + G + B =
96 + 112 + 132 = 340 (100%)
R 96 of 340 ~ 28.24%
G 112 of 340 ~ 32.94%
B 132 of 340 ~ 38.82%

%28.24
%32.94
%38.82

CMYK color model

#607084 color CMYK value is (27,15,0,48).

  • cyan value is 27.27%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(27,15,0,48)
C27M15Y0K48 
(27%,15%,0%,48%)
(0.27/0.15/0.00/0.48)	

CMYK percentages

%27.27
%15.15
%0
%48.24

Codes

Color #607084 in popluar color models

607084
RGB96112132
HSL213°15.79%44.71%
HSB/HSV213°27.27%51.76%
CMYK27.27%15.15%0.00%
48.24%

Color #607084 in popluar number systems.

HEX607084
Decimal96112132
Binary1100000111000010000100
Octal140160204

Shades and tints

Shades of #607084

#607084
(96,112,132)
#586678
(88,102,120)
#505C6C
(80,92,108)
#485260
(72,82,96)
#404854
(64,72,84)
#383E48
(56,62,72)
#30343C
(48,52,60)
#282A30
(40,42,48)
#202024
(32,32,36)
#181618
(24,22,24)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #607084

#607084
(96,112,132)
#6E7D8F
(110,125,143)
#7C8A9A
(124,138,154)
#8A97A5
(138,151,165)
#98A4B0
(152,164,176)
#A6B1BB
(166,177,187)
#B4BEC6
(180,190,198)
#C2CBD1
(194,203,209)
#D0D8DC
(208,216,220)
#DEE5E7
(222,229,231)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607084 color. Also use rgb(96,112,132) instead hex code.

Text Font Color

.myTextColor { color: #607084; }

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

This text font color is #607084.


Background Color

.myBgColor { background-color: #607084; }

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

This div background color is #607084.


Border color

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

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

This div border color is #607084.


Opacity

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

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

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

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

This text has shadow with #607084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607084 on black background.


Color preview on white background

This text has color #607084 on white background.



Black color preview on #607084 background

This text has black color on #607084 background.


White color preview on #607084 background

This text has white color on #607084 background.