COLOR #747967

HEX: #747967
RGB: (116,121,103)

Color info

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

RGB color model

#747967 color RGB value is (116,121,103).

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

RGB channels and saturation

R 116 of 255 = 45%
G 121 of 255 = 47%
B 103 of 255 = 40%

116
121
103

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

Portions of RGB colors in percentages

R + G + B =
116 + 121 + 103 = 340 (100%)
R 116 of 340 ~ 34.12%
G 121 of 340 ~ 35.59%
B 103 of 340 ~ 30.29%

%34.12
%35.59
%30.29

CMYK color model

#747967 color CMYK value is (4,0,15,53).

  • cyan value is 4.13%
  • magenta value is 0.00%
  • yellow value is 14.88%
  • key color value is 52.55%
CMYK:
(4,0,15,53)
C4M0Y15K53 
(4%,0%,15%,53%)
(0.04/0.00/0.15/0.53)	

CMYK percentages

%4.13
%0
%14.88
%52.55

Codes

Color #747967 in popluar color models

747967
RGB116121103
HSL77°8.04%43.92%
HSB/HSV77°14.88%47.45%
CMYK4.13%0.00%14.88%
52.55%

Color #747967 in popluar number systems.

HEX747967
Decimal116121103
Binary111010011110011100111
Octal164171147

Shades and tints

Shades of #747967

#747967
(116,121,103)
#6A6E5E
(106,110,94)
#606355
(96,99,85)
#56584C
(86,88,76)
#4C4D43
(76,77,67)
#42423A
(66,66,58)
#383731
(56,55,49)
#2E2C28
(46,44,40)
#24211F
(36,33,31)
#1A1616
(26,22,22)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #747967

#747967
(116,121,103)
#808574
(128,133,116)
#8C9181
(140,145,129)
#989D8E
(152,157,142)
#A4A99B
(164,169,155)
#B0B5A8
(176,181,168)
#BCC1B5
(188,193,181)
#C8CDC2
(200,205,194)
#D4D9CF
(212,217,207)
#E0E5DC
(224,229,220)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747967; }

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

This text font color is #747967.


Background Color

.myBgColor { background-color: #747967; }

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

This div background color is #747967.


Border color

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

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

This div border color is #747967.


Opacity

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

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

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

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

This text has shadow with #747967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747967 on black background.


Color preview on white background

This text has color #747967 on white background.



Black color preview on #747967 background

This text has black color on #747967 background.


White color preview on #747967 background

This text has white color on #747967 background.