COLOR #747667

HEX: #747667
RGB: (116,118,103)

Color info

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

RGB color model

#747667 color RGB value is (116,118,103).

  • red value is 116;
  • green value is 118;
  • blue value is 103.
RGB:
(116,118,103)
(45%,46%,40%)

RGB channels and saturation

R 116 of 255 = 45%
G 118 of 255 = 46%
B 103 of 255 = 40%

116
118
103

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

Portions of RGB colors in percentages

R + G + B =
116 + 118 + 103 = 337 (100%)
R 116 of 337 ~ 34.42%
G 118 of 337 ~ 35.01%
B 103 of 337 ~ 30.56%

%34.42
%35.01
%30.56

CMYK color model

#747667 color CMYK value is (2,0,13,54).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 12.71%
  • key color value is 53.73%
CMYK:
(2,0,13,54)
C2M0Y13K54 
(2%,0%,13%,54%)
(0.02/0.00/0.13/0.54)	

CMYK percentages

%1.69
%0
%12.71
%53.73

Codes

Color #747667 in popluar color models

747667
RGB116118103
HSL68°6.79%43.33%
HSB/HSV68°12.71%46.27%
CMYK1.69%0.00%12.71%
53.73%

Color #747667 in popluar number systems.

HEX747667
Decimal116118103
Binary111010011101101100111
Octal164166147

Shades and tints

Shades of #747667

#747667
(116,118,103)
#6A6C5E
(106,108,94)
#606255
(96,98,85)
#56584C
(86,88,76)
#4C4E43
(76,78,67)
#42443A
(66,68,58)
#383A31
(56,58,49)
#2E3028
(46,48,40)
#24261F
(36,38,31)
#1A1C16
(26,28,22)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #747667

#747667
(116,118,103)
#808274
(128,130,116)
#8C8E81
(140,142,129)
#989A8E
(152,154,142)
#A4A69B
(164,166,155)
#B0B2A8
(176,178,168)
#BCBEB5
(188,190,181)
#C8CAC2
(200,202,194)
#D4D6CF
(212,214,207)
#E0E2DC
(224,226,220)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747667; }

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

This text font color is #747667.


Background Color

.myBgColor { background-color: #747667; }

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

This div background color is #747667.


Border color

.myBorderColor { border: 1px solid #747667; }

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

This div border color is #747667.


Opacity

.myOpacity80 { color: #747667; opacity: 0.8; }

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

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

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

This text has shadow with #747667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747667 on black background.


Color preview on white background

This text has color #747667 on white background.



Black color preview on #747667 background

This text has black color on #747667 background.


White color preview on #747667 background

This text has white color on #747667 background.