COLOR #67666B

HEX: #67666B
RGB: (103,102,107)

Color info

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

RGB color model

#67666B color RGB value is (103,102,107).

  • red value is 103;
  • green value is 102;
  • blue value is 107.
RGB:
(103,102,107)
(40%,40%,42%)

RGB channels and saturation

R 103 of 255 = 40%
G 102 of 255 = 40%
B 107 of 255 = 42%

103
102
107

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

Portions of RGB colors in percentages

R + G + B =
103 + 102 + 107 = 312 (100%)
R 103 of 312 ~ 33.01%
G 102 of 312 ~ 32.69%
B 107 of 312 ~ 34.29%

%33.01
%32.69
%34.29

CMYK color model

#67666B color CMYK value is (4,5,0,58).

  • cyan value is 3.74%
  • magenta value is 4.67%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(4,5,0,58)
C4M5Y0K58 
(4%,5%,0%,58%)
(0.04/0.05/0.00/0.58)	

CMYK percentages

%3.74
%4.67
%0
%58.04

Codes

Color #67666B in popluar color models

67666B
RGB103102107
HSL252°2.39%40.98%
HSB/HSV252°4.67%41.96%
CMYK3.74%4.67%0.00%
58.04%

Color #67666B in popluar number systems.

HEX67666B
Decimal103102107
Binary110011111001101101011
Octal147146153

Shades and tints

Shades of #67666B

#67666B
(103,102,107)
#5E5D62
(94,93,98)
#555459
(85,84,89)
#4C4B50
(76,75,80)
#434247
(67,66,71)
#3A393E
(58,57,62)
#313035
(49,48,53)
#28272C
(40,39,44)
#1F1E23
(31,30,35)
#16151A
(22,21,26)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #67666B

#67666B
(103,102,107)
#747378
(116,115,120)
#818085
(129,128,133)
#8E8D92
(142,141,146)
#9B9A9F
(155,154,159)
#A8A7AC
(168,167,172)
#B5B4B9
(181,180,185)
#C2C1C6
(194,193,198)
#CFCED3
(207,206,211)
#DCDBE0
(220,219,224)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67666B color. Also use rgb(103,102,107) instead hex code.

Text Font Color

.myTextColor { color: #67666B; }

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

This text font color is #67666B.


Background Color

.myBgColor { background-color: #67666B; }

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

This div background color is #67666B.


Border color

.myBorderColor { border: 1px solid #67666B; }

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

This div border color is #67666B.


Opacity

.myOpacity80 { color: #67666B; opacity: 0.8; }

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

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

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

This text has shadow with #67666B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67666B on black background.


Color preview on white background

This text has color #67666B on white background.



Black color preview on #67666B background

This text has black color on #67666B background.


White color preview on #67666B background

This text has white color on #67666B background.