COLOR #607C5B

HEX: #607C5B
RGB: (96,124,91)

Color info

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

RGB color model

#607C5B color RGB value is (96,124,91).

  • red value is 96;
  • green value is 124;
  • blue value is 91.
RGB:
(96,124,91)
(38%,49%,36%)

RGB channels and saturation

R 96 of 255 = 38%
G 124 of 255 = 49%
B 91 of 255 = 36%

96
124
91

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

Portions of RGB colors in percentages

R + G + B =
96 + 124 + 91 = 311 (100%)
R 96 of 311 ~ 30.87%
G 124 of 311 ~ 39.87%
B 91 of 311 ~ 29.26%

%30.87
%39.87
%29.26

CMYK color model

#607C5B color CMYK value is (23,0,27,51).

  • cyan value is 22.58%
  • magenta value is 0.00%
  • yellow value is 26.61%
  • key color value is 51.37%
CMYK:
(23,0,27,51)
C23M0Y27K51 
(23%,0%,27%,51%)
(0.23/0.00/0.27/0.51)	

CMYK percentages

%22.58
%0
%26.61
%51.37

Codes

Color #607C5B in popluar color models

607C5B
RGB9612491
HSL111°15.35%42.16%
HSB/HSV111°26.61%48.63%
CMYK22.58%0.00%26.61%
51.37%

Color #607C5B in popluar number systems.

HEX607C5B
Decimal9612491
Binary110000011111001011011
Octal140174133

Shades and tints

Shades of #607C5B

#607C5B
(96,124,91)
#587153
(88,113,83)
#50664B
(80,102,75)
#485B43
(72,91,67)
#40503B
(64,80,59)
#384533
(56,69,51)
#303A2B
(48,58,43)
#282F23
(40,47,35)
#20241B
(32,36,27)
#181913
(24,25,19)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #607C5B

#607C5B
(96,124,91)
#6E8769
(110,135,105)
#7C9277
(124,146,119)
#8A9D85
(138,157,133)
#98A893
(152,168,147)
#A6B3A1
(166,179,161)
#B4BEAF
(180,190,175)
#C2C9BD
(194,201,189)
#D0D4CB
(208,212,203)
#DEDFD9
(222,223,217)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607C5B color. Also use rgb(96,124,91) instead hex code.

Text Font Color

.myTextColor { color: #607C5B; }

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

This text font color is #607C5B.


Background Color

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

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

This div background color is #607C5B.


Border color

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

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

This div border color is #607C5B.


Opacity

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

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

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

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

This text has shadow with #607C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607C5B on black background.


Color preview on white background

This text has color #607C5B on white background.



Black color preview on #607C5B background

This text has black color on #607C5B background.


White color preview on #607C5B background

This text has white color on #607C5B background.