COLOR #606F67

HEX: #606F67
RGB: (96,111,103)

Color info

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

RGB color model

#606F67 color RGB value is (96,111,103).

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

RGB channels and saturation

R 96 of 255 = 38%
G 111 of 255 = 44%
B 103 of 255 = 40%

96
111
103

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

Portions of RGB colors in percentages

R + G + B =
96 + 111 + 103 = 310 (100%)
R 96 of 310 ~ 30.97%
G 111 of 310 ~ 35.81%
B 103 of 310 ~ 33.23%

%30.97
%35.81
%33.23

CMYK color model

#606F67 color CMYK value is (14,0,7,56).

  • cyan value is 13.51%
  • magenta value is 0.00%
  • yellow value is 7.21%
  • key color value is 56.47%
CMYK:
(14,0,7,56)
C14M0Y7K56 
(14%,0%,7%,56%)
(0.14/0.00/0.07/0.56)	

CMYK percentages

%13.51
%0
%7.21
%56.47

Codes

Color #606F67 in popluar color models

606F67
RGB96111103
HSL148°7.25%40.59%
HSB/HSV148°13.51%43.53%
CMYK13.51%0.00%7.21%
56.47%

Color #606F67 in popluar number systems.

HEX606F67
Decimal96111103
Binary110000011011111100111
Octal140157147

Shades and tints

Shades of #606F67

#606F67
(96,111,103)
#58655E
(88,101,94)
#505B55
(80,91,85)
#48514C
(72,81,76)
#404743
(64,71,67)
#383D3A
(56,61,58)
#303331
(48,51,49)
#282928
(40,41,40)
#201F1F
(32,31,31)
#181516
(24,21,22)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #606F67

#606F67
(96,111,103)
#6E7C74
(110,124,116)
#7C8981
(124,137,129)
#8A968E
(138,150,142)
#98A39B
(152,163,155)
#A6B0A8
(166,176,168)
#B4BDB5
(180,189,181)
#C2CAC2
(194,202,194)
#D0D7CF
(208,215,207)
#DEE4DC
(222,228,220)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606F67; }

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

This text font color is #606F67.


Background Color

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

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

This div background color is #606F67.


Border color

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

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

This div border color is #606F67.


Opacity

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

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

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

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

This text has shadow with #606F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606F67 on black background.


Color preview on white background

This text has color #606F67 on white background.



Black color preview on #606F67 background

This text has black color on #606F67 background.


White color preview on #606F67 background

This text has white color on #606F67 background.