COLOR #67677F

HEX: #67677F RGB: (103,103,127)

Color info

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

RGB color model

#67677F color RGB value is (103,103,127).

RGB: (103,103,127) (40%, 40%, 50%)

RGB channels and saturation

R 103 of 255 = 40%
G 103 of 255 = 40%
B 127 of 255 = 50%

103
103
127

R + G + B ~ 43%. #67677F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 103 + 127 = 333 (100%)
R 103 of 333 ~ 30.93%
G 103 of 333 ~ 30.93%
B 127 of 333 ~ 38.14'%

%30.93
%30.93
%38.14

CMYK color model

#67677F color CMYK value is (19,19,0,50).

  • cyan value is 18.90%
  • magenta value is 18.90%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (19,19,0,50)
C19M19Y0K50 (19%, 19%, 0%, 50%)
(0.19 / 0.19 / 0.00 / 0.50)

CMYK percentages

%18.9
%18.9
%0
%50.2

Codes

Color #67677F in popluar color models

67 67 7F
RGB 103 103 127
HSL 240° 10.43% 45.10%
HSB/HSV 240° 18.90% 49.80%
CMYK 18.90% 18.90% 0.00%
50.20%

Color #67677F in popluar number systems.

HEX 67 67 7F
Decimal 103 103 127
Binary 1100111 1100111 1111111
Octal 147 147 177

Shades and tints

Shades of #67677F

#67677F
(103,103,127)
#5E5E74
(94,94,116)
#555569
(85,85,105)
#4C4C5E
(76,76,94)
#434353
(67,67,83)
#3A3A48
(58,58,72)
#31313D
(49,49,61)
#282832
(40,40,50)
#1F1F27
(31,31,39)
#16161C
(22,22,28)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #67677F

#67677F
(103,103,127)
#74748A
(116,116,138)
#818195
(129,129,149)
#8E8EA0
(142,142,160)
#9B9BAB
(155,155,171)
#A8A8B6
(168,168,182)
#B5B5C1
(181,181,193)
#C2C2CC
(194,194,204)
#CFCFD7
(207,207,215)
#DCDCE2
(220,220,226)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67677F; }

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

This text font color is #67677F.

Background Color

.myBgColor { background-color: #67677F; }

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

This div background color is #67677F.

Border color

.myBorderColor { border: 1px solid #67677F; }

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

This div border color is #67677F.

Opacity

.myOpacity80 { color: #67677F; opacity: 0.8; }

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

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

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

This text has shadow with #67677F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67677F.

Preview

Color preview on black background

This text has color #67677F on black background.


Color preview on white background

This text has color #67677F on white background.


Black color preview on #67677F background

This text has black color on #67677F background.


White color preview on #67677F background

This text has white color on #67677F background.


Related colors

Complementary color

Complementary color for #hex is #989880.


I love getcolorcode.com