COLOR #747F31

HEX: #747F31
RGB: (116,127,49)

Color info

#747F31 contains mainly red and green colors. Web safe color of #747F31 is #666633 (or #663).

RGB color model

#747F31 color RGB value is (116,127,49).

  • red value is 116;
  • green value is 127;
  • blue value is 49.
RGB:
(116,127,49)
(45%,50%,19%)

RGB channels and saturation

R 116 of 255 = 45%
G 127 of 255 = 50%
B 49 of 255 = 19%

116
127
49

R + G + B ~ 38%. #747F31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 127 + 49 = 292 (100%)
R 116 of 292 ~ 39.73%
G 127 of 292 ~ 43.49%
B 49 of 292 ~ 16.78%

%39.73
%43.49
%16.78

CMYK color model

#747F31 color CMYK value is (9,0,61,50).

  • cyan value is 8.66%
  • magenta value is 0.00%
  • yellow value is 61.42%
  • key color value is 50.20%
CMYK:
(9,0,61,50)
C9M0Y61K50 
(9%,0%,61%,50%)
(0.09/0.00/0.61/0.50)	

CMYK percentages

%8.66
%0
%61.42
%50.2

Codes

Color #747F31 in popluar color models

747F31
RGB11612749
HSL68°44.32%34.51%
HSB/HSV68°61.42%49.80%
CMYK8.66%0.00%61.42%
50.20%

Color #747F31 in popluar number systems.

HEX747F31
Decimal11612749
Binary11101001111111110001
Octal16417761

Shades and tints

Shades of #747F31

#747F31
(116,127,49)
#6A742D
(106,116,45)
#606929
(96,105,41)
#565E25
(86,94,37)
#4C5321
(76,83,33)
#42481D
(66,72,29)
#383D19
(56,61,25)
#2E3215
(46,50,21)
#242711
(36,39,17)
#1A1C0D
(26,28,13)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #747F31

#747F31
(116,127,49)
#808A43
(128,138,67)
#8C9555
(140,149,85)
#98A067
(152,160,103)
#A4AB79
(164,171,121)
#B0B68B
(176,182,139)
#BCC19D
(188,193,157)
#C8CCAF
(200,204,175)
#D4D7C1
(212,215,193)
#E0E2D3
(224,226,211)
#ECEDE5
(236,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747F31 color. Also use rgb(116,127,49) instead hex code.

Text Font Color

.myTextColor { color: #747F31; }

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

This text font color is #747F31.


Background Color

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

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

This div background color is #747F31.


Border color

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

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

This div border color is #747F31.


Opacity

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

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

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

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

This text has shadow with #747F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747F31 on black background.


Color preview on white background

This text has color #747F31 on white background.



Black color preview on #747F31 background

This text has black color on #747F31 background.


White color preview on #747F31 background

This text has white color on #747F31 background.