COLOR #607B5C

HEX: #607B5C
RGB: (96,123,92)

Color info

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

RGB color model

#607B5C color RGB value is (96,123,92).

  • red value is 96;
  • green value is 123;
  • blue value is 92.
RGB:
(96,123,92)
(38%,48%,36%)

RGB channels and saturation

R 96 of 255 = 38%
G 123 of 255 = 48%
B 92 of 255 = 36%

96
123
92

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

Portions of RGB colors in percentages

R + G + B =
96 + 123 + 92 = 311 (100%)
R 96 of 311 ~ 30.87%
G 123 of 311 ~ 39.55%
B 92 of 311 ~ 29.58%

%30.87
%39.55
%29.58

CMYK color model

#607B5C color CMYK value is (22,0,25,52).

  • cyan value is 21.95%
  • magenta value is 0.00%
  • yellow value is 25.20%
  • key color value is 51.76%
CMYK:
(22,0,25,52)
C22M0Y25K52 
(22%,0%,25%,52%)
(0.22/0.00/0.25/0.52)	

CMYK percentages

%21.95
%0
%25.2
%51.76

Codes

Color #607B5C in popluar color models

607B5C
RGB9612392
HSL112°14.42%42.16%
HSB/HSV112°25.20%48.24%
CMYK21.95%0.00%25.20%
51.76%

Color #607B5C in popluar number systems.

HEX607B5C
Decimal9612392
Binary110000011110111011100
Octal140173134

Shades and tints

Shades of #607B5C

#607B5C
(96,123,92)
#587054
(88,112,84)
#50654C
(80,101,76)
#485A44
(72,90,68)
#404F3C
(64,79,60)
#384434
(56,68,52)
#30392C
(48,57,44)
#282E24
(40,46,36)
#20231C
(32,35,28)
#181814
(24,24,20)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #607B5C

#607B5C
(96,123,92)
#6E876A
(110,135,106)
#7C9378
(124,147,120)
#8A9F86
(138,159,134)
#98AB94
(152,171,148)
#A6B7A2
(166,183,162)
#B4C3B0
(180,195,176)
#C2CFBE
(194,207,190)
#D0DBCC
(208,219,204)
#DEE7DA
(222,231,218)
#ECF3E8
(236,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607B5C color. Also use rgb(96,123,92) instead hex code.

Text Font Color

.myTextColor { color: #607B5C; }

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

This text font color is #607B5C.


Background Color

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

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

This div background color is #607B5C.


Border color

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

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

This div border color is #607B5C.


Opacity

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

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

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

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

This text has shadow with #607B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607B5C on black background.


Color preview on white background

This text has color #607B5C on white background.



Black color preview on #607B5C background

This text has black color on #607B5C background.


White color preview on #607B5C background

This text has white color on #607B5C background.