COLOR #606767

HEX: #606767
RGB: (96,103,103)

Color info

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

RGB color model

#606767 color RGB value is (96,103,103).

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

RGB channels and saturation

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

96
103
103

R + G + B ~ 39%. #606767 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 103 + 103 = 302 (100%)
R 96 of 302 ~ 31.79%
G 103 of 302 ~ 34.11%
B 103 of 302 ~ 34.11%

%31.79
%34.11
%34.11

CMYK color model

#606767 color CMYK value is (7,0,0,60).

  • cyan value is 6.80%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(7,0,0,60)
C7M0Y0K60 
(7%,0%,0%,60%)
(0.07/0.00/0.00/0.60)	

CMYK percentages

%6.8
%0
%0
%59.61

Codes

Color #606767 in popluar color models

606767
RGB96103103
HSL180°3.52%39.02%
HSB/HSV180°6.80%40.39%
CMYK6.80%0.00%0.00%
59.61%

Color #606767 in popluar number systems.

HEX606767
Decimal96103103
Binary110000011001111100111
Octal140147147

Shades and tints

Shades of #606767

#606767
(96,103,103)
#585E5E
(88,94,94)
#505555
(80,85,85)
#484C4C
(72,76,76)
#404343
(64,67,67)
#383A3A
(56,58,58)
#303131
(48,49,49)
#282828
(40,40,40)
#201F1F
(32,31,31)
#181616
(24,22,22)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #606767

#606767
(96,103,103)
#6E7474
(110,116,116)
#7C8181
(124,129,129)
#8A8E8E
(138,142,142)
#989B9B
(152,155,155)
#A6A8A8
(166,168,168)
#B4B5B5
(180,181,181)
#C2C2C2
(194,194,194)
#D0CFCF
(208,207,207)
#DEDCDC
(222,220,220)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606767; }

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

This text font color is #606767.


Background Color

.myBgColor { background-color: #606767; }

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

This div background color is #606767.


Border color

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

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

This div border color is #606767.


Opacity

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

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

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

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

This text has shadow with #606767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606767 on black background.


Color preview on white background

This text has color #606767 on white background.



Black color preview on #606767 background

This text has black color on #606767 background.


White color preview on #606767 background

This text has white color on #606767 background.