COLOR #607E5B

HEX: #607E5B
RGB: (96,126,91)

Color info

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

RGB color model

#607E5B color RGB value is (96,126,91).

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

RGB channels and saturation

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

96
126
91

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

Portions of RGB colors in percentages

R + G + B =
96 + 126 + 91 = 313 (100%)
R 96 of 313 ~ 30.67%
G 126 of 313 ~ 40.26%
B 91 of 313 ~ 29.07%

%30.67
%40.26
%29.07

CMYK color model

#607E5B color CMYK value is (24,0,28,51).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 50.59%
CMYK:
(24,0,28,51)
C24M0Y28K51 
(24%,0%,28%,51%)
(0.24/0.00/0.28/0.51)	

CMYK percentages

%23.81
%0
%27.78
%50.59

Codes

Color #607E5B in popluar color models

607E5B
RGB9612691
HSL111°16.13%42.55%
HSB/HSV111°27.78%49.41%
CMYK23.81%0.00%27.78%
50.59%

Color #607E5B in popluar number systems.

HEX607E5B
Decimal9612691
Binary110000011111101011011
Octal140176133

Shades and tints

Shades of #607E5B

#607E5B
(96,126,91)
#587353
(88,115,83)
#50684B
(80,104,75)
#485D43
(72,93,67)
#40523B
(64,82,59)
#384733
(56,71,51)
#303C2B
(48,60,43)
#283123
(40,49,35)
#20261B
(32,38,27)
#181B13
(24,27,19)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #607E5B

#607E5B
(96,126,91)
#6E8969
(110,137,105)
#7C9477
(124,148,119)
#8A9F85
(138,159,133)
#98AA93
(152,170,147)
#A6B5A1
(166,181,161)
#B4C0AF
(180,192,175)
#C2CBBD
(194,203,189)
#D0D6CB
(208,214,203)
#DEE1D9
(222,225,217)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #607E5B; }

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

This text font color is #607E5B.


Background Color

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

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

This div background color is #607E5B.


Border color

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

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

This div border color is #607E5B.


Opacity

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

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

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

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

This text has shadow with #607E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607E5B on black background.


Color preview on white background

This text has color #607E5B on white background.



Black color preview on #607E5B background

This text has black color on #607E5B background.


White color preview on #607E5B background

This text has white color on #607E5B background.