COLOR #747D4E

HEX: #747D4E
RGB: (116,125,78)

Color info

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

RGB color model

#747D4E color RGB value is (116,125,78).

  • red value is 116;
  • green value is 125;
  • blue value is 78.
RGB:
(116,125,78)
(45%,49%,31%)

RGB channels and saturation

R 116 of 255 = 45%
G 125 of 255 = 49%
B 78 of 255 = 31%

116
125
78

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

Portions of RGB colors in percentages

R + G + B =
116 + 125 + 78 = 319 (100%)
R 116 of 319 ~ 36.36%
G 125 of 319 ~ 39.18%
B 78 of 319 ~ 24.45%

%36.36
%39.18
%24.45

CMYK color model

#747D4E color CMYK value is (7,0,38,51).

  • cyan value is 7.20%
  • magenta value is 0.00%
  • yellow value is 37.60%
  • key color value is 50.98%
CMYK:
(7,0,38,51)
C7M0Y38K51 
(7%,0%,38%,51%)
(0.07/0.00/0.38/0.51)	

CMYK percentages

%7.2
%0
%37.6
%50.98

Codes

Color #747D4E in popluar color models

747D4E
RGB11612578
HSL71°23.15%39.80%
HSB/HSV71°37.60%49.02%
CMYK7.20%0.00%37.60%
50.98%

Color #747D4E in popluar number systems.

HEX747D4E
Decimal11612578
Binary111010011111011001110
Octal164175116

Shades and tints

Shades of #747D4E

#747D4E
(116,125,78)
#6A7247
(106,114,71)
#606740
(96,103,64)
#565C39
(86,92,57)
#4C5132
(76,81,50)
#42462B
(66,70,43)
#383B24
(56,59,36)
#2E301D
(46,48,29)
#242516
(36,37,22)
#1A1A0F
(26,26,15)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #747D4E

#747D4E
(116,125,78)
#80885E
(128,136,94)
#8C936E
(140,147,110)
#989E7E
(152,158,126)
#A4A98E
(164,169,142)
#B0B49E
(176,180,158)
#BCBFAE
(188,191,174)
#C8CABE
(200,202,190)
#D4D5CE
(212,213,206)
#E0E0DE
(224,224,222)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747D4E color. Also use rgb(116,125,78) instead hex code.

Text Font Color

.myTextColor { color: #747D4E; }

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

This text font color is #747D4E.


Background Color

.myBgColor { background-color: #747D4E; }

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

This div background color is #747D4E.


Border color

.myBorderColor { border: 1px solid #747D4E; }

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

This div border color is #747D4E.


Opacity

.myOpacity80 { color: #747D4E; opacity: 0.8; }

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

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

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

This text has shadow with #747D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747D4E on black background.


Color preview on white background

This text has color #747D4E on white background.



Black color preview on #747D4E background

This text has black color on #747D4E background.


White color preview on #747D4E background

This text has white color on #747D4E background.