COLOR #607350

HEX: #607350
RGB: (96,115,80)

Color info

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

RGB color model

#607350 color RGB value is (96,115,80).

  • red value is 96;
  • green value is 115;
  • blue value is 80.
RGB:
(96,115,80)
(38%,45%,31%)

RGB channels and saturation

R 96 of 255 = 38%
G 115 of 255 = 45%
B 80 of 255 = 31%

96
115
80

R + G + B ~ 38%. #607350 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 115 + 80 = 291 (100%)
R 96 of 291 ~ 32.99%
G 115 of 291 ~ 39.52%
B 80 of 291 ~ 27.49%

%32.99
%39.52
%27.49

CMYK color model

#607350 color CMYK value is (17,0,30,55).

  • cyan value is 16.52%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 54.90%
CMYK:
(17,0,30,55)
C17M0Y30K55 
(17%,0%,30%,55%)
(0.17/0.00/0.30/0.55)	

CMYK percentages

%16.52
%0
%30.43
%54.9

Codes

Color #607350 in popluar color models

607350
RGB9611580
HSL93°17.95%38.24%
HSB/HSV93°30.43%45.10%
CMYK16.52%0.00%30.43%
54.90%

Color #607350 in popluar number systems.

HEX607350
Decimal9611580
Binary110000011100111010000
Octal140163120

Shades and tints

Shades of #607350

#607350
(96,115,80)
#586949
(88,105,73)
#505F42
(80,95,66)
#48553B
(72,85,59)
#404B34
(64,75,52)
#38412D
(56,65,45)
#303726
(48,55,38)
#282D1F
(40,45,31)
#202318
(32,35,24)
#181911
(24,25,17)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #607350

#607350
(96,115,80)
#6E7F5F
(110,127,95)
#7C8B6E
(124,139,110)
#8A977D
(138,151,125)
#98A38C
(152,163,140)
#A6AF9B
(166,175,155)
#B4BBAA
(180,187,170)
#C2C7B9
(194,199,185)
#D0D3C8
(208,211,200)
#DEDFD7
(222,223,215)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607350 color. Also use rgb(96,115,80) instead hex code.

Text Font Color

.myTextColor { color: #607350; }

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

This text font color is #607350.


Background Color

.myBgColor { background-color: #607350; }

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

This div background color is #607350.


Border color

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

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

This div border color is #607350.


Opacity

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

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

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

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

This text has shadow with #607350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607350 on black background.


Color preview on white background

This text has color #607350 on white background.



Black color preview on #607350 background

This text has black color on #607350 background.


White color preview on #607350 background

This text has white color on #607350 background.