COLOR #607450

HEX: #607450
RGB: (96,116,80)

Color info

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

RGB color model

#607450 color RGB value is (96,116,80).

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

RGB channels and saturation

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

96
116
80

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

Portions of RGB colors in percentages

R + G + B =
96 + 116 + 80 = 292 (100%)
R 96 of 292 ~ 32.88%
G 116 of 292 ~ 39.73%
B 80 of 292 ~ 27.4%

%32.88
%39.73
%27.4

CMYK color model

#607450 color CMYK value is (17,0,31,55).

  • cyan value is 17.24%
  • magenta value is 0.00%
  • yellow value is 31.03%
  • key color value is 54.51%
CMYK:
(17,0,31,55)
C17M0Y31K55 
(17%,0%,31%,55%)
(0.17/0.00/0.31/0.55)	

CMYK percentages

%17.24
%0
%31.03
%54.51

Codes

Color #607450 in popluar color models

607450
RGB9611680
HSL93°18.37%38.43%
HSB/HSV93°31.03%45.49%
CMYK17.24%0.00%31.03%
54.51%

Color #607450 in popluar number systems.

HEX607450
Decimal9611680
Binary110000011101001010000
Octal140164120

Shades and tints

Shades of #607450

#607450
(96,116,80)
#586A49
(88,106,73)
#506042
(80,96,66)
#48563B
(72,86,59)
#404C34
(64,76,52)
#38422D
(56,66,45)
#303826
(48,56,38)
#282E1F
(40,46,31)
#202418
(32,36,24)
#181A11
(24,26,17)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #607450

#607450
(96,116,80)
#6E805F
(110,128,95)
#7C8C6E
(124,140,110)
#8A987D
(138,152,125)
#98A48C
(152,164,140)
#A6B09B
(166,176,155)
#B4BCAA
(180,188,170)
#C2C8B9
(194,200,185)
#D0D4C8
(208,212,200)
#DEE0D7
(222,224,215)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #607450; }

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

This text font color is #607450.


Background Color

.myBgColor { background-color: #607450; }

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

This div background color is #607450.


Border color

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

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

This div border color is #607450.


Opacity

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

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

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

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

This text has shadow with #607450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607450 on black background.


Color preview on white background

This text has color #607450 on white background.



Black color preview on #607450 background

This text has black color on #607450 background.


White color preview on #607450 background

This text has white color on #607450 background.