COLOR #607368

HEX: #607368
RGB: (96,115,104)

Color info

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

RGB color model

#607368 color RGB value is (96,115,104).

  • red value is 96;
  • green value is 115;
  • blue value is 104.
RGB:
(96,115,104)
(38%,45%,41%)

RGB channels and saturation

R 96 of 255 = 38%
G 115 of 255 = 45%
B 104 of 255 = 41%

96
115
104

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

Portions of RGB colors in percentages

R + G + B =
96 + 115 + 104 = 315 (100%)
R 96 of 315 ~ 30.48%
G 115 of 315 ~ 36.51%
B 104 of 315 ~ 33.02%

%30.48
%36.51
%33.02

CMYK color model

#607368 color CMYK value is (17,0,10,55).

  • cyan value is 16.52%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 54.90%
CMYK:
(17,0,10,55)
C17M0Y10K55 
(17%,0%,10%,55%)
(0.17/0.00/0.10/0.55)	

CMYK percentages

%16.52
%0
%9.57
%54.9

Codes

Color #607368 in popluar color models

607368
RGB96115104
HSL145°9.00%41.37%
HSB/HSV145°16.52%45.10%
CMYK16.52%0.00%9.57%
54.90%

Color #607368 in popluar number systems.

HEX607368
Decimal96115104
Binary110000011100111101000
Octal140163150

Shades and tints

Shades of #607368

#607368
(96,115,104)
#58695F
(88,105,95)
#505F56
(80,95,86)
#48554D
(72,85,77)
#404B44
(64,75,68)
#38413B
(56,65,59)
#303732
(48,55,50)
#282D29
(40,45,41)
#202320
(32,35,32)
#181917
(24,25,23)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #607368

#607368
(96,115,104)
#6E7F75
(110,127,117)
#7C8B82
(124,139,130)
#8A978F
(138,151,143)
#98A39C
(152,163,156)
#A6AFA9
(166,175,169)
#B4BBB6
(180,187,182)
#C2C7C3
(194,199,195)
#D0D3D0
(208,211,208)
#DEDFDD
(222,223,221)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607368 color. Also use rgb(96,115,104) instead hex code.

Text Font Color

.myTextColor { color: #607368; }

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

This text font color is #607368.


Background Color

.myBgColor { background-color: #607368; }

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

This div background color is #607368.


Border color

.myBorderColor { border: 1px solid #607368; }

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

This div border color is #607368.


Opacity

.myOpacity80 { color: #607368; opacity: 0.8; }

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

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

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

This text has shadow with #607368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607368 on black background.


Color preview on white background

This text has color #607368 on white background.



Black color preview on #607368 background

This text has black color on #607368 background.


White color preview on #607368 background

This text has white color on #607368 background.