COLOR #607D61

HEX: #607D61
RGB: (96,125,97)

Color info

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

RGB color model

#607D61 color RGB value is (96,125,97).

  • red value is 96;
  • green value is 125;
  • blue value is 97.
RGB:
(96,125,97)
(38%,49%,38%)

RGB channels and saturation

R 96 of 255 = 38%
G 125 of 255 = 49%
B 97 of 255 = 38%

96
125
97

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

Portions of RGB colors in percentages

R + G + B =
96 + 125 + 97 = 318 (100%)
R 96 of 318 ~ 30.19%
G 125 of 318 ~ 39.31%
B 97 of 318 ~ 30.5%

%30.19
%39.31
%30.5

CMYK color model

#607D61 color CMYK value is (23,0,22,51).

  • cyan value is 23.20%
  • magenta value is 0.00%
  • yellow value is 22.40%
  • key color value is 50.98%
CMYK:
(23,0,22,51)
C23M0Y22K51 
(23%,0%,22%,51%)
(0.23/0.00/0.22/0.51)	

CMYK percentages

%23.2
%0
%22.4
%50.98

Codes

Color #607D61 in popluar color models

607D61
RGB9612597
HSL122°13.12%43.33%
HSB/HSV122°23.20%49.02%
CMYK23.20%0.00%22.40%
50.98%

Color #607D61 in popluar number systems.

HEX607D61
Decimal9612597
Binary110000011111011100001
Octal140175141

Shades and tints

Shades of #607D61

#607D61
(96,125,97)
#587259
(88,114,89)
#506751
(80,103,81)
#485C49
(72,92,73)
#405141
(64,81,65)
#384639
(56,70,57)
#303B31
(48,59,49)
#283029
(40,48,41)
#202521
(32,37,33)
#181A19
(24,26,25)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #607D61

#607D61
(96,125,97)
#6E886F
(110,136,111)
#7C937D
(124,147,125)
#8A9E8B
(138,158,139)
#98A999
(152,169,153)
#A6B4A7
(166,180,167)
#B4BFB5
(180,191,181)
#C2CAC3
(194,202,195)
#D0D5D1
(208,213,209)
#DEE0DF
(222,224,223)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607D61 color. Also use rgb(96,125,97) instead hex code.

Text Font Color

.myTextColor { color: #607D61; }

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

This text font color is #607D61.


Background Color

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

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

This div background color is #607D61.


Border color

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

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

This div border color is #607D61.


Opacity

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

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

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

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

This text has shadow with #607D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607D61 on black background.


Color preview on white background

This text has color #607D61 on white background.



Black color preview on #607D61 background

This text has black color on #607D61 background.


White color preview on #607D61 background

This text has white color on #607D61 background.