COLOR #67646D

HEX: #67646D
RGB: (103,100,109)

Color info

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

RGB color model

#67646D color RGB value is (103,100,109).

  • red value is 103;
  • green value is 100;
  • blue value is 109.
RGB:
(103,100,109)
(40%,39%,43%)

RGB channels and saturation

R 103 of 255 = 40%
G 100 of 255 = 39%
B 109 of 255 = 43%

103
100
109

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

Portions of RGB colors in percentages

R + G + B =
103 + 100 + 109 = 312 (100%)
R 103 of 312 ~ 33.01%
G 100 of 312 ~ 32.05%
B 109 of 312 ~ 34.94%

%33.01
%32.05
%34.94

CMYK color model

#67646D color CMYK value is (6,8,0,57).

  • cyan value is 5.50%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(6,8,0,57)
C6M8Y0K57 
(6%,8%,0%,57%)
(0.06/0.08/0.00/0.57)	

CMYK percentages

%5.5
%8.26
%0
%57.25

Codes

Color #67646D in popluar color models

67646D
RGB103100109
HSL260°4.31%40.98%
HSB/HSV260°8.26%42.75%
CMYK5.50%8.26%0.00%
57.25%

Color #67646D in popluar number systems.

HEX67646D
Decimal103100109
Binary110011111001001101101
Octal147144155

Shades and tints

Shades of #67646D

#67646D
(103,100,109)
#5E5B64
(94,91,100)
#55525B
(85,82,91)
#4C4952
(76,73,82)
#434049
(67,64,73)
#3A3740
(58,55,64)
#312E37
(49,46,55)
#28252E
(40,37,46)
#1F1C25
(31,28,37)
#16131C
(22,19,28)
#0D0A13
(13,10,19)
#000000
(0,0,0)

Tints of #67646D

#67646D
(103,100,109)
#74727A
(116,114,122)
#818087
(129,128,135)
#8E8E94
(142,142,148)
#9B9CA1
(155,156,161)
#A8AAAE
(168,170,174)
#B5B8BB
(181,184,187)
#C2C6C8
(194,198,200)
#CFD4D5
(207,212,213)
#DCE2E2
(220,226,226)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67646D color. Also use rgb(103,100,109) instead hex code.

Text Font Color

.myTextColor { color: #67646D; }

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

This text font color is #67646D.


Background Color

.myBgColor { background-color: #67646D; }

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

This div background color is #67646D.


Border color

.myBorderColor { border: 1px solid #67646D; }

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

This div border color is #67646D.


Opacity

.myOpacity80 { color: #67646D; opacity: 0.8; }

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

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

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

This text has shadow with #67646D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67646D on black background.


Color preview on white background

This text has color #67646D on white background.



Black color preview on #67646D background

This text has black color on #67646D background.


White color preview on #67646D background

This text has white color on #67646D background.