COLOR #607D53

HEX: #607D53
RGB: (96,125,83)

Color info

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

RGB color model

#607D53 color RGB value is (96,125,83).

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

RGB channels and saturation

R 96 of 255 = 38%
G 125 of 255 = 49%
B 83 of 255 = 33%

96
125
83

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

Portions of RGB colors in percentages

R + G + B =
96 + 125 + 83 = 304 (100%)
R 96 of 304 ~ 31.58%
G 125 of 304 ~ 41.12%
B 83 of 304 ~ 27.3%

%31.58
%41.12
%27.3

CMYK color model

#607D53 color CMYK value is (23,0,34,51).

  • cyan value is 23.20%
  • magenta value is 0.00%
  • yellow value is 33.60%
  • key color value is 50.98%
CMYK:
(23,0,34,51)
C23M0Y34K51 
(23%,0%,34%,51%)
(0.23/0.00/0.34/0.51)	

CMYK percentages

%23.2
%0
%33.6
%50.98

Codes

Color #607D53 in popluar color models

607D53
RGB9612583
HSL101°20.19%40.78%
HSB/HSV101°33.60%49.02%
CMYK23.20%0.00%33.60%
50.98%

Color #607D53 in popluar number systems.

HEX607D53
Decimal9612583
Binary110000011111011010011
Octal140175123

Shades and tints

Shades of #607D53

#607D53
(96,125,83)
#58724C
(88,114,76)
#506745
(80,103,69)
#485C3E
(72,92,62)
#405137
(64,81,55)
#384630
(56,70,48)
#303B29
(48,59,41)
#283022
(40,48,34)
#20251B
(32,37,27)
#181A14
(24,26,20)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #607D53

#607D53
(96,125,83)
#6E8862
(110,136,98)
#7C9371
(124,147,113)
#8A9E80
(138,158,128)
#98A98F
(152,169,143)
#A6B49E
(166,180,158)
#B4BFAD
(180,191,173)
#C2CABC
(194,202,188)
#D0D5CB
(208,213,203)
#DEE0DA
(222,224,218)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #607D53; }

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

This text font color is #607D53.


Background Color

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

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

This div background color is #607D53.


Border color

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

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

This div border color is #607D53.


Opacity

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

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

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

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

This text has shadow with #607D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607D53 on black background.


Color preview on white background

This text has color #607D53 on white background.



Black color preview on #607D53 background

This text has black color on #607D53 background.


White color preview on #607D53 background

This text has white color on #607D53 background.