COLOR #67746B

HEX: #67746B RGB: (103,116,107)

Color info

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

RGB color model

#67746B color RGB value is (103,116,107).

RGB: (103,116,107) (40%, 45%, 42%)

RGB channels and saturation

R 103 of 255 = 40%
G 116 of 255 = 45%
B 107 of 255 = 42%

103
116
107

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

Portions of RGB colors in percentages

R + G + B = 103 + 116 + 107 = 326 (100%)
R 103 of 326 ~ 31.6%
G 116 of 326 ~ 35.58%
B 107 of 326 ~ 32.82'%

%31.6
%35.58
%32.82

CMYK color model

#67746B color CMYK value is (11,0,8,55).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 7.76%
  • key color value is 54.51%
CMYK: (11,0,8,55) C11M0Y8K55 (11%,0%,8%,55%) (0.11/0.00/0.08/0.55) 

CMYK percentages

%11.21
%0
%7.76
%54.51

Codes

Color #67746B in popluar color models

67 74 6B
RGB 103 116 107
HSL 138° 5.94% 42.94%
HSB/HSV 138° 11.21% 45.49%
CMYK 11.21% 0.00% 7.76%
54.51%

Color #67746B in popluar number systems.

HEX 67 74 6B
Decimal 103 116 107
Binary 1100111 1110100 1101011
Octal 147 164 153

Shades and tints

Shades of #67746B

#67746B
(103,116,107)
#5E6A62
(94,106,98)
#556059
(85,96,89)
#4C5650
(76,86,80)
#434C47
(67,76,71)
#3A423E
(58,66,62)
#313835
(49,56,53)
#282E2C
(40,46,44)
#1F2423
(31,36,35)
#161A1A
(22,26,26)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #67746B

#67746B
(103,116,107)
#748078
(116,128,120)
#818C85
(129,140,133)
#8E9892
(142,152,146)
#9BA49F
(155,164,159)
#A8B0AC
(168,176,172)
#B5BCB9
(181,188,185)
#C2C8C6
(194,200,198)
#CFD4D3
(207,212,211)
#DCE0E0
(220,224,224)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67746B; }

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

This text font color is #67746B.

Background Color

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

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

This div background color is #67746B.

Border color

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

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

This div border color is #67746B.

Opacity

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

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

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

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

This text has shadow with #67746B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #67746B.

Preview

Color preview on black background

This text has color #67746B on black background.


Color preview on white background

This text has color #67746B on white background.


Black color preview on #67746B background

This text has black color on #67746B background.


White color preview on #67746B background

This text has white color on #67746B background.


Related colors

Complementary color

Complementary color for #hex is #988B94.


I love getcolorcode.com

Triadic colors

1 #6B6774 and #746B67 with #67746B are triadic colors.

2 #6B7467 and #74676B with #67746B are triadic colors.