COLOR #747C5E

HEX: #747C5E
RGB: (116,124,94)

Color info

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

RGB color model

#747C5E color RGB value is (116,124,94).

  • red value is 116;
  • green value is 124;
  • blue value is 94.
RGB:
(116,124,94)
(45%,49%,37%)

RGB channels and saturation

R 116 of 255 = 45%
G 124 of 255 = 49%
B 94 of 255 = 37%

116
124
94

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

Portions of RGB colors in percentages

R + G + B =
116 + 124 + 94 = 334 (100%)
R 116 of 334 ~ 34.73%
G 124 of 334 ~ 37.13%
B 94 of 334 ~ 28.14%

%34.73
%37.13
%28.14

CMYK color model

#747C5E color CMYK value is (6,0,24,51).

  • cyan value is 6.45%
  • magenta value is 0.00%
  • yellow value is 24.19%
  • key color value is 51.37%
CMYK:
(6,0,24,51)
C6M0Y24K51 
(6%,0%,24%,51%)
(0.06/0.00/0.24/0.51)	

CMYK percentages

%6.45
%0
%24.19
%51.37

Codes

Color #747C5E in popluar color models

747C5E
RGB11612494
HSL76°13.76%42.75%
HSB/HSV76°24.19%48.63%
CMYK6.45%0.00%24.19%
51.37%

Color #747C5E in popluar number systems.

HEX747C5E
Decimal11612494
Binary111010011111001011110
Octal164174136

Shades and tints

Shades of #747C5E

#747C5E
(116,124,94)
#6A7156
(106,113,86)
#60664E
(96,102,78)
#565B46
(86,91,70)
#4C503E
(76,80,62)
#424536
(66,69,54)
#383A2E
(56,58,46)
#2E2F26
(46,47,38)
#24241E
(36,36,30)
#1A1916
(26,25,22)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #747C5E

#747C5E
(116,124,94)
#80876C
(128,135,108)
#8C927A
(140,146,122)
#989D88
(152,157,136)
#A4A896
(164,168,150)
#B0B3A4
(176,179,164)
#BCBEB2
(188,190,178)
#C8C9C0
(200,201,192)
#D4D4CE
(212,212,206)
#E0DFDC
(224,223,220)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747C5E color. Also use rgb(116,124,94) instead hex code.

Text Font Color

.myTextColor { color: #747C5E; }

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

This text font color is #747C5E.


Background Color

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

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

This div background color is #747C5E.


Border color

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

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

This div border color is #747C5E.


Opacity

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

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

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

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

This text has shadow with #747C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747C5E on black background.


Color preview on white background

This text has color #747C5E on white background.



Black color preview on #747C5E background

This text has black color on #747C5E background.


White color preview on #747C5E background

This text has white color on #747C5E background.