COLOR #67747F

HEX: #67747F RGB: (103,116,127)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

103
116
127

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

Portions of RGB colors in percentages

R + G + B = 103 + 116 + 127 = 346 (100%)
R 103 of 346 ~ 29.77%
G 116 of 346 ~ 33.53%
B 127 of 346 ~ 36.71'%

%29.77
%33.53
%36.71

CMYK color model

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

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

CMYK: (19,9,0,50)
C19M9Y0K50 (19%, 9%, 0%, 50%)
(0.19 / 0.09 / 0.00 / 0.50)

CMYK percentages

%18.9
%8.66
%0
%50.2

Codes

Color #67747F in popluar color models

67 74 7F
RGB 103 116 127
HSL 208° 10.43% 45.10%
HSB/HSV 208° 18.90% 49.80%
CMYK 18.90% 8.66% 0.00%
50.20%

Color #67747F in popluar number systems.

HEX 67 74 7F
Decimal 103 116 127
Binary 1100111 1110100 1111111
Octal 147 164 177

Shades and tints

Shades of #67747F

#67747F
(103,116,127)
#5E6A74
(94,106,116)
#556069
(85,96,105)
#4C565E
(76,86,94)
#434C53
(67,76,83)
#3A4248
(58,66,72)
#31383D
(49,56,61)
#282E32
(40,46,50)
#1F2427
(31,36,39)
#161A1C
(22,26,28)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #67747F

#67747F
(103,116,127)
#74808A
(116,128,138)
#818C95
(129,140,149)
#8E98A0
(142,152,160)
#9BA4AB
(155,164,171)
#A8B0B6
(168,176,182)
#B5BCC1
(181,188,193)
#C2C8CC
(194,200,204)
#CFD4D7
(207,212,215)
#DCE0E2
(220,224,226)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67747F; }

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

This text font color is #67747F.

Background Color

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

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

This div background color is #67747F.

Border color

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

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

This div border color is #67747F.

Opacity

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

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

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

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

This text has shadow with #67747F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67747F.

Preview

Color preview on black background

This text has color #67747F on black background.


Color preview on white background

This text has color #67747F on white background.


Black color preview on #67747F background

This text has black color on #67747F background.


White color preview on #67747F background

This text has white color on #67747F background.


Related colors

Complementary color

Complementary color for #hex is #988B80.


I love getcolorcode.com

Triadic colors

1 #7F6774 and #747F67 with #67747F are triadic colors.

2 #7F7467 and #74677F with #67747F are triadic colors.