COLOR #747D61

HEX: #747D61
RGB: (116,125,97)

Color info

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

RGB color model

#747D61 color RGB value is (116,125,97).

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

RGB channels and saturation

R 116 of 255 = 45%
G 125 of 255 = 49%
B 97 of 255 = 38%

116
125
97

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

Portions of RGB colors in percentages

R + G + B =
116 + 125 + 97 = 338 (100%)
R 116 of 338 ~ 34.32%
G 125 of 338 ~ 36.98%
B 97 of 338 ~ 28.7%

%34.32
%36.98
%28.7

CMYK color model

#747D61 color CMYK value is (7,0,22,51).

  • cyan value is 7.20%
  • magenta value is 0.00%
  • yellow value is 22.40%
  • key color value is 50.98%
CMYK:
(7,0,22,51)
C7M0Y22K51 
(7%,0%,22%,51%)
(0.07/0.00/0.22/0.51)	

CMYK percentages

%7.2
%0
%22.4
%50.98

Codes

Color #747D61 in popluar color models

747D61
RGB11612597
HSL79°12.61%43.53%
HSB/HSV79°22.40%49.02%
CMYK7.20%0.00%22.40%
50.98%

Color #747D61 in popluar number systems.

HEX747D61
Decimal11612597
Binary111010011111011100001
Octal164175141

Shades and tints

Shades of #747D61

#747D61
(116,125,97)
#6A7259
(106,114,89)
#606751
(96,103,81)
#565C49
(86,92,73)
#4C5141
(76,81,65)
#424639
(66,70,57)
#383B31
(56,59,49)
#2E3029
(46,48,41)
#242521
(36,37,33)
#1A1A19
(26,26,25)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #747D61

#747D61
(116,125,97)
#80886F
(128,136,111)
#8C937D
(140,147,125)
#989E8B
(152,158,139)
#A4A999
(164,169,153)
#B0B4A7
(176,180,167)
#BCBFB5
(188,191,181)
#C8CAC3
(200,202,195)
#D4D5D1
(212,213,209)
#E0E0DF
(224,224,223)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747D61; }

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

This text font color is #747D61.


Background Color

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

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

This div background color is #747D61.


Border color

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

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

This div border color is #747D61.


Opacity

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

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

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

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

This text has shadow with #747D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747D61 on black background.


Color preview on white background

This text has color #747D61 on white background.



Black color preview on #747D61 background

This text has black color on #747D61 background.


White color preview on #747D61 background

This text has white color on #747D61 background.