COLOR #607059

HEX: #607059
RGB: (96,112,89)

Color info

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

RGB color model

#607059 color RGB value is (96,112,89).

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

RGB channels and saturation

R 96 of 255 = 38%
G 112 of 255 = 44%
B 89 of 255 = 35%

96
112
89

R + G + B ~ 39%. #607059 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 112 + 89 = 297 (100%)
R 96 of 297 ~ 32.32%
G 112 of 297 ~ 37.71%
B 89 of 297 ~ 29.97%

%32.32
%37.71
%29.97

CMYK color model

#607059 color CMYK value is (14,0,21,56).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 20.54%
  • key color value is 56.08%
CMYK:
(14,0,21,56)
C14M0Y21K56 
(14%,0%,21%,56%)
(0.14/0.00/0.21/0.56)	

CMYK percentages

%14.29
%0
%20.54
%56.08

Codes

Color #607059 in popluar color models

607059
RGB9611289
HSL102°11.44%39.41%
HSB/HSV102°20.54%43.92%
CMYK14.29%0.00%20.54%
56.08%

Color #607059 in popluar number systems.

HEX607059
Decimal9611289
Binary110000011100001011001
Octal140160131

Shades and tints

Shades of #607059

#607059
(96,112,89)
#586651
(88,102,81)
#505C49
(80,92,73)
#485241
(72,82,65)
#404839
(64,72,57)
#383E31
(56,62,49)
#303429
(48,52,41)
#282A21
(40,42,33)
#202019
(32,32,25)
#181611
(24,22,17)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #607059

#607059
(96,112,89)
#6E7D68
(110,125,104)
#7C8A77
(124,138,119)
#8A9786
(138,151,134)
#98A495
(152,164,149)
#A6B1A4
(166,177,164)
#B4BEB3
(180,190,179)
#C2CBC2
(194,203,194)
#D0D8D1
(208,216,209)
#DEE5E0
(222,229,224)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #607059; }

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

This text font color is #607059.


Background Color

.myBgColor { background-color: #607059; }

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

This div background color is #607059.


Border color

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

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

This div border color is #607059.


Opacity

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

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

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

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

This text has shadow with #607059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607059 on black background.


Color preview on white background

This text has color #607059 on white background.



Black color preview on #607059 background

This text has black color on #607059 background.


White color preview on #607059 background

This text has white color on #607059 background.