COLOR #607463

HEX: #607463
RGB: (96,116,99)

Color info

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

RGB color model

#607463 color RGB value is (96,116,99).

  • red value is 96;
  • green value is 116;
  • blue value is 99.
RGB:
(96,116,99)
(38%,45%,39%)

RGB channels and saturation

R 96 of 255 = 38%
G 116 of 255 = 45%
B 99 of 255 = 39%

96
116
99

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

Portions of RGB colors in percentages

R + G + B =
96 + 116 + 99 = 311 (100%)
R 96 of 311 ~ 30.87%
G 116 of 311 ~ 37.3%
B 99 of 311 ~ 31.83%

%30.87
%37.3
%31.83

CMYK color model

#607463 color CMYK value is (17,0,15,55).

  • cyan value is 17.24%
  • magenta value is 0.00%
  • yellow value is 14.66%
  • key color value is 54.51%
CMYK:
(17,0,15,55)
C17M0Y15K55 
(17%,0%,15%,55%)
(0.17/0.00/0.15/0.55)	

CMYK percentages

%17.24
%0
%14.66
%54.51

Codes

Color #607463 in popluar color models

607463
RGB9611699
HSL129°9.43%41.57%
HSB/HSV129°17.24%45.49%
CMYK17.24%0.00%14.66%
54.51%

Color #607463 in popluar number systems.

HEX607463
Decimal9611699
Binary110000011101001100011
Octal140164143

Shades and tints

Shades of #607463

#607463
(96,116,99)
#586A5A
(88,106,90)
#506051
(80,96,81)
#485648
(72,86,72)
#404C3F
(64,76,63)
#384236
(56,66,54)
#30382D
(48,56,45)
#282E24
(40,46,36)
#20241B
(32,36,27)
#181A12
(24,26,18)
#101009
(16,16,9)
#000000
(0,0,0)

Tints of #607463

#607463
(96,116,99)
#6E8071
(110,128,113)
#7C8C7F
(124,140,127)
#8A988D
(138,152,141)
#98A49B
(152,164,155)
#A6B0A9
(166,176,169)
#B4BCB7
(180,188,183)
#C2C8C5
(194,200,197)
#D0D4D3
(208,212,211)
#DEE0E1
(222,224,225)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #607463 color. Also use rgb(96,116,99) instead hex code.

Text Font Color

.myTextColor { color: #607463; }

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

This text font color is #607463.


Background Color

.myBgColor { background-color: #607463; }

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

This div background color is #607463.


Border color

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

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

This div border color is #607463.


Opacity

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

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

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

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

This text has shadow with #607463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #607463 on black background.


Color preview on white background

This text has color #607463 on white background.



Black color preview on #607463 background

This text has black color on #607463 background.


White color preview on #607463 background

This text has white color on #607463 background.