COLOR #67676A

HEX: #67676A RGB: (103,103,106)

Color info

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

RGB color model

#67676A color RGB value is (103,103,106).

RGB: (103,103,106) (40%, 40%, 42%)

RGB channels and saturation

R 103 of 255 = 40%
G 103 of 255 = 40%
B 106 of 255 = 42%

103
103
106

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

Portions of RGB colors in percentages

R + G + B = 103 + 103 + 106 = 312 (100%)
R 103 of 312 ~ 33.01%
G 103 of 312 ~ 33.01%
B 106 of 312 ~ 33.97'%

%33.01
%33.01
%33.97

CMYK color model

#67676A color CMYK value is (3,3,0,58).

  • cyan value is 2.83%
  • magenta value is 2.83%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (3,3,0,58)
C3M3Y0K58 (3%, 3%, 0%, 58%)
(0.03 / 0.03 / 0.00 / 0.58)

CMYK percentages

%2.83
%2.83
%0
%58.43

Codes

Color #67676A in popluar color models

67 67 6A
RGB 103 103 106
HSL 240° 1.44% 40.98%
HSB/HSV 240° 2.83% 41.57%
CMYK 2.83% 2.83% 0.00%
58.43%

Color #67676A in popluar number systems.

HEX 67 67 6A
Decimal 103 103 106
Binary 1100111 1100111 1101010
Octal 147 147 152

Shades and tints

Shades of #67676A

#67676A
(103,103,106)
#5E5E61
(94,94,97)
#555558
(85,85,88)
#4C4C4F
(76,76,79)
#434346
(67,67,70)
#3A3A3D
(58,58,61)
#313134
(49,49,52)
#28282B
(40,40,43)
#1F1F22
(31,31,34)
#161619
(22,22,25)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #67676A

#67676A
(103,103,106)
#747477
(116,116,119)
#818184
(129,129,132)
#8E8E91
(142,142,145)
#9B9B9E
(155,155,158)
#A8A8AB
(168,168,171)
#B5B5B8
(181,181,184)
#C2C2C5
(194,194,197)
#CFCFD2
(207,207,210)
#DCDCDF
(220,220,223)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67676A; }

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

This text font color is #67676A.

Background Color

.myBgColor { background-color: #67676A; }

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

This div background color is #67676A.

Border color

.myBorderColor { border: 1px solid #67676A; }

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

This div border color is #67676A.

Opacity

.myOpacity80 { color: #67676A; opacity: 0.8; }

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

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

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

This text has shadow with #67676A color.


.textShadow {text-shadow: 3px 3px 1px #67676A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #67676A; -webkit-box-shadow: 1px 1px 3px 2px #67676A; box-shadow:1px 1px 3px 2px #67676A;">
Div content here
</div>

This div box has shadow with color #67676A.

Preview

Color preview on black background

This text has color #67676A on black background.


Color preview on white background

This text has color #67676A on white background.


Black color preview on #67676A background

This text has black color on #67676A background.


White color preview on #67676A background

This text has white color on #67676A background.


Related colors

Complementary color

Complementary color for #hex is #989895.


I love getcolorcode.com