COLOR #607081

HEX: #607081
RGB: (96,112,129)

Color info

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

RGB color model

#607081 color RGB value is (96,112,129).

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

RGB channels and saturation

R 96 of 255 = 38%
G 112 of 255 = 44%
B 129 of 255 = 51%

96
112
129

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

Portions of RGB colors in percentages

R + G + B =
96 + 112 + 129 = 337 (100%)
R 96 of 337 ~ 28.49%
G 112 of 337 ~ 33.23%
B 129 of 337 ~ 38.28%

%28.49
%33.23
%38.28

CMYK color model

#607081 color CMYK value is (26,13,0,49).

  • cyan value is 25.58%
  • magenta value is 13.18%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(26,13,0,49)
C26M13Y0K49 
(26%,13%,0%,49%)
(0.26/0.13/0.00/0.49)	

CMYK percentages

%25.58
%13.18
%0
%49.41

Codes

Color #607081 in popluar color models

607081
RGB96112129
HSL211°14.67%44.12%
HSB/HSV211°25.58%50.59%
CMYK25.58%13.18%0.00%
49.41%

Color #607081 in popluar number systems.

HEX607081
Decimal96112129
Binary1100000111000010000001
Octal140160201

Shades and tints

Shades of #607081

#607081
(96,112,129)
#586676
(88,102,118)
#505C6B
(80,92,107)
#485260
(72,82,96)
#404855
(64,72,85)
#383E4A
(56,62,74)
#30343F
(48,52,63)
#282A34
(40,42,52)
#202029
(32,32,41)
#18161E
(24,22,30)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #607081

#607081
(96,112,129)
#6E7D8C
(110,125,140)
#7C8A97
(124,138,151)
#8A97A2
(138,151,162)
#98A4AD
(152,164,173)
#A6B1B8
(166,177,184)
#B4BEC3
(180,190,195)
#C2CBCE
(194,203,206)
#D0D8D9
(208,216,217)
#DEE5E4
(222,229,228)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #607081; }

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

This text font color is #607081.


Background Color

.myBgColor { background-color: #607081; }

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

This div background color is #607081.


Border color

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

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

This div border color is #607081.


Opacity

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

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

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

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

This text has shadow with #607081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607081 on black background.


Color preview on white background

This text has color #607081 on white background.



Black color preview on #607081 background

This text has black color on #607081 background.


White color preview on #607081 background

This text has white color on #607081 background.