COLOR #607880

HEX: #607880
RGB: (96,120,128)

Color info

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

RGB color model

#607880 color RGB value is (96,120,128).

  • red value is 96;
  • green value is 120;
  • blue value is 128.
RGB:
(96,120,128)
(38%,47%,50%)

RGB channels and saturation

R 96 of 255 = 38%
G 120 of 255 = 47%
B 128 of 255 = 50%

96
120
128

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

Portions of RGB colors in percentages

R + G + B =
96 + 120 + 128 = 344 (100%)
R 96 of 344 ~ 27.91%
G 120 of 344 ~ 34.88%
B 128 of 344 ~ 37.21%

%27.91
%34.88
%37.21

CMYK color model

#607880 color CMYK value is (25,6,0,50).

  • cyan value is 25.00%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(25,6,0,50)
C25M6Y0K50 
(25%,6%,0%,50%)
(0.25/0.06/0.00/0.50)	

CMYK percentages

%25
%6.25
%0
%49.8

Codes

Color #607880 in popluar color models

607880
RGB96120128
HSL195°14.29%43.92%
HSB/HSV195°25.00%50.20%
CMYK25.00%6.25%0.00%
49.80%

Color #607880 in popluar number systems.

HEX607880
Decimal96120128
Binary1100000111100010000000
Octal140170200

Shades and tints

Shades of #607880

#607880
(96,120,128)
#586E75
(88,110,117)
#50646A
(80,100,106)
#485A5F
(72,90,95)
#405054
(64,80,84)
#384649
(56,70,73)
#303C3E
(48,60,62)
#283233
(40,50,51)
#202828
(32,40,40)
#181E1D
(24,30,29)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #607880

#607880
(96,120,128)
#6E848B
(110,132,139)
#7C9096
(124,144,150)
#8A9CA1
(138,156,161)
#98A8AC
(152,168,172)
#A6B4B7
(166,180,183)
#B4C0C2
(180,192,194)
#C2CCCD
(194,204,205)
#D0D8D8
(208,216,216)
#DEE4E3
(222,228,227)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607880 color. Also use rgb(96,120,128) instead hex code.

Text Font Color

.myTextColor { color: #607880; }

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

This text font color is #607880.


Background Color

.myBgColor { background-color: #607880; }

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

This div background color is #607880.


Border color

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

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

This div border color is #607880.


Opacity

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

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

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

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

This text has shadow with #607880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607880 on black background.


Color preview on white background

This text has color #607880 on white background.



Black color preview on #607880 background

This text has black color on #607880 background.


White color preview on #607880 background

This text has white color on #607880 background.