COLOR #607F5F

HEX: #607F5F
RGB: (96,127,95)

Color info

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

RGB color model

#607F5F color RGB value is (96,127,95).

  • red value is 96;
  • green value is 127;
  • blue value is 95.
RGB:
(96,127,95)
(38%,50%,37%)

RGB channels and saturation

R 96 of 255 = 38%
G 127 of 255 = 50%
B 95 of 255 = 37%

96
127
95

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

Portions of RGB colors in percentages

R + G + B =
96 + 127 + 95 = 318 (100%)
R 96 of 318 ~ 30.19%
G 127 of 318 ~ 39.94%
B 95 of 318 ~ 29.87%

%30.19
%39.94
%29.87

CMYK color model

#607F5F color CMYK value is (24,0,25,50).

  • cyan value is 24.41%
  • magenta value is 0.00%
  • yellow value is 25.20%
  • key color value is 50.20%
CMYK:
(24,0,25,50)
C24M0Y25K50 
(24%,0%,25%,50%)
(0.24/0.00/0.25/0.50)	

CMYK percentages

%24.41
%0
%25.2
%50.2

Codes

Color #607F5F in popluar color models

607F5F
RGB9612795
HSL118°14.41%43.53%
HSB/HSV118°25.20%49.80%
CMYK24.41%0.00%25.20%
50.20%

Color #607F5F in popluar number systems.

HEX607F5F
Decimal9612795
Binary110000011111111011111
Octal140177137

Shades and tints

Shades of #607F5F

#607F5F
(96,127,95)
#587457
(88,116,87)
#50694F
(80,105,79)
#485E47
(72,94,71)
#40533F
(64,83,63)
#384837
(56,72,55)
#303D2F
(48,61,47)
#283227
(40,50,39)
#20271F
(32,39,31)
#181C17
(24,28,23)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #607F5F

#607F5F
(96,127,95)
#6E8A6D
(110,138,109)
#7C957B
(124,149,123)
#8AA089
(138,160,137)
#98AB97
(152,171,151)
#A6B6A5
(166,182,165)
#B4C1B3
(180,193,179)
#C2CCC1
(194,204,193)
#D0D7CF
(208,215,207)
#DEE2DD
(222,226,221)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607F5F color. Also use rgb(96,127,95) instead hex code.

Text Font Color

.myTextColor { color: #607F5F; }

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

This text font color is #607F5F.


Background Color

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

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

This div background color is #607F5F.


Border color

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

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

This div border color is #607F5F.


Opacity

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

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

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

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

This text has shadow with #607F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607F5F on black background.


Color preview on white background

This text has color #607F5F on white background.



Black color preview on #607F5F background

This text has black color on #607F5F background.


White color preview on #607F5F background

This text has white color on #607F5F background.