COLOR #607E83

HEX: #607E83 RGB: (96,126,131)

Color info

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

RGB color model

#607E83 color RGB value is (96,126,131).

RGB: (96,126,131) (38%, 49%, 51%)

RGB channels and saturation

R 96 of 255 = 38%
G 126 of 255 = 49%
B 131 of 255 = 51%

96
126
131

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

Portions of RGB colors in percentages

R + G + B = 96 + 126 + 131 = 353 (100%)
R 96 of 353 ~ 27.2%
G 126 of 353 ~ 35.69%
B 131 of 353 ~ 37.11'%

%27.2
%35.69
%37.11

CMYK color model

#607E83 color CMYK value is (27,4,0,49).

  • cyan value is 26.72%
  • magenta value is 3.82%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (27,4,0,49)
C27M4Y0K49 (27%, 4%, 0%, 49%)
(0.27 / 0.04 / 0.00 / 0.49)

CMYK percentages

%26.72
%3.82
%0
%48.63

Codes

Color #607E83 in popluar color models

60 7E 83
RGB 96 126 131
HSL 189° 15.42% 44.51%
HSB/HSV 189° 26.72% 51.37%
CMYK 26.72% 3.82% 0.00%
48.63%

Color #607E83 in popluar number systems.

HEX 60 7E 83
Decimal 96 126 131
Binary 1100000 1111110 10000011
Octal 140 176 203

Shades and tints

Shades of #607E83

#607E83
(96,126,131)
#587378
(88,115,120)
#50686D
(80,104,109)
#485D62
(72,93,98)
#405257
(64,82,87)
#38474C
(56,71,76)
#303C41
(48,60,65)
#283136
(40,49,54)
#20262B
(32,38,43)
#181B20
(24,27,32)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #607E83

#607E83
(96,126,131)
#6E898E
(110,137,142)
#7C9499
(124,148,153)
#8A9FA4
(138,159,164)
#98AAAF
(152,170,175)
#A6B5BA
(166,181,186)
#B4C0C5
(180,192,197)
#C2CBD0
(194,203,208)
#D0D6DB
(208,214,219)
#DEE1E6
(222,225,230)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607E83 color. Also use rgb(96,126,131) instead hex code.

Text Font Color

.myTextColor { color: #607E83; }

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

This text font color is #607E83.

Background Color

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

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

This div background color is #607E83.

Border color

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

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

This div border color is #607E83.

Opacity

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

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

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

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

This text has shadow with #607E83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #607E83.

Preview

Color preview on black background

This text has color #607E83 on black background.


Color preview on white background

This text has color #607E83 on white background.


Black color preview on #607E83 background

This text has black color on #607E83 background.


White color preview on #607E83 background

This text has white color on #607E83 background.


Related colors

Complementary color

Complementary color for #hex is #9F817C.


I love getcolorcode.com

Triadic colors

1 #83607E and #7E8360 with #607E83 are triadic colors.

2 #837E60 and #7E6083 with #607E83 are triadic colors.