COLOR #606F73

HEX: #606F73
RGB: (96,111,115)

Color info

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

RGB color model

#606F73 color RGB value is (96,111,115).

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

RGB channels and saturation

R 96 of 255 = 38%
G 111 of 255 = 44%
B 115 of 255 = 45%

96
111
115

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

Portions of RGB colors in percentages

R + G + B =
96 + 111 + 115 = 322 (100%)
R 96 of 322 ~ 29.81%
G 111 of 322 ~ 34.47%
B 115 of 322 ~ 35.71%

%29.81
%34.47
%35.71

CMYK color model

#606F73 color CMYK value is (17,3,0,55).

  • cyan value is 16.52%
  • magenta value is 3.48%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(17,3,0,55)
C17M3Y0K55 
(17%,3%,0%,55%)
(0.17/0.03/0.00/0.55)	

CMYK percentages

%16.52
%3.48
%0
%54.9

Codes

Color #606F73 in popluar color models

606F73
RGB96111115
HSL193°9.00%41.37%
HSB/HSV193°16.52%45.10%
CMYK16.52%3.48%0.00%
54.90%

Color #606F73 in popluar number systems.

HEX606F73
Decimal96111115
Binary110000011011111110011
Octal140157163

Shades and tints

Shades of #606F73

#606F73
(96,111,115)
#586569
(88,101,105)
#505B5F
(80,91,95)
#485155
(72,81,85)
#40474B
(64,71,75)
#383D41
(56,61,65)
#303337
(48,51,55)
#28292D
(40,41,45)
#201F23
(32,31,35)
#181519
(24,21,25)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #606F73

#606F73
(96,111,115)
#6E7C7F
(110,124,127)
#7C898B
(124,137,139)
#8A9697
(138,150,151)
#98A3A3
(152,163,163)
#A6B0AF
(166,176,175)
#B4BDBB
(180,189,187)
#C2CAC7
(194,202,199)
#D0D7D3
(208,215,211)
#DEE4DF
(222,228,223)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606F73; }

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

This text font color is #606F73.


Background Color

.myBgColor { background-color: #606F73; }

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

This div background color is #606F73.


Border color

.myBorderColor { border: 1px solid #606F73; }

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

This div border color is #606F73.


Opacity

.myOpacity80 { color: #606F73; opacity: 0.8; }

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

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

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

This text has shadow with #606F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606F73 on black background.


Color preview on white background

This text has color #606F73 on white background.



Black color preview on #606F73 background

This text has black color on #606F73 background.


White color preview on #606F73 background

This text has white color on #606F73 background.