COLOR #607759

HEX: #607759
RGB: (96,119,89)

Color info

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

RGB color model

#607759 color RGB value is (96,119,89).

  • red value is 96;
  • green value is 119;
  • blue value is 89.
RGB:
(96,119,89)
(38%,47%,35%)

RGB channels and saturation

R 96 of 255 = 38%
G 119 of 255 = 47%
B 89 of 255 = 35%

96
119
89

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

Portions of RGB colors in percentages

R + G + B =
96 + 119 + 89 = 304 (100%)
R 96 of 304 ~ 31.58%
G 119 of 304 ~ 39.14%
B 89 of 304 ~ 29.28%

%31.58
%39.14
%29.28

CMYK color model

#607759 color CMYK value is (19,0,25,53).

  • cyan value is 19.33%
  • magenta value is 0.00%
  • yellow value is 25.21%
  • key color value is 53.33%
CMYK:
(19,0,25,53)
C19M0Y25K53 
(19%,0%,25%,53%)
(0.19/0.00/0.25/0.53)	

CMYK percentages

%19.33
%0
%25.21
%53.33

Codes

Color #607759 in popluar color models

607759
RGB9611989
HSL106°14.42%40.78%
HSB/HSV106°25.21%46.67%
CMYK19.33%0.00%25.21%
53.33%

Color #607759 in popluar number systems.

HEX607759
Decimal9611989
Binary110000011101111011001
Octal140167131

Shades and tints

Shades of #607759

#607759
(96,119,89)
#586D51
(88,109,81)
#506349
(80,99,73)
#485941
(72,89,65)
#404F39
(64,79,57)
#384531
(56,69,49)
#303B29
(48,59,41)
#283121
(40,49,33)
#202719
(32,39,25)
#181D11
(24,29,17)
#101309
(16,19,9)
#000000
(0,0,0)

Tints of #607759

#607759
(96,119,89)
#6E8368
(110,131,104)
#7C8F77
(124,143,119)
#8A9B86
(138,155,134)
#98A795
(152,167,149)
#A6B3A4
(166,179,164)
#B4BFB3
(180,191,179)
#C2CBC2
(194,203,194)
#D0D7D1
(208,215,209)
#DEE3E0
(222,227,224)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607759 color. Also use rgb(96,119,89) instead hex code.

Text Font Color

.myTextColor { color: #607759; }

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

This text font color is #607759.


Background Color

.myBgColor { background-color: #607759; }

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

This div background color is #607759.


Border color

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

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

This div border color is #607759.


Opacity

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

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

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

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

This text has shadow with #607759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607759 on black background.


Color preview on white background

This text has color #607759 on white background.



Black color preview on #607759 background

This text has black color on #607759 background.


White color preview on #607759 background

This text has white color on #607759 background.