COLOR #747E27

HEX: #747E27 RGB: (116,126,39)

Color info

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

RGB color model

#747E27 color RGB value is (116,126,39).

RGB: (116,126,39) (45%, 49%, 15%)

RGB channels and saturation

R 116 of 255 = 45%
G 126 of 255 = 49%
B 39 of 255 = 15%

116
126
39

R + G + B ~ 36%. #747E27 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 126 + 39 = 281 (100%)
R 116 of 281 ~ 41.28%
G 126 of 281 ~ 44.84%
B 39 of 281 ~ 13.88'%

%41.28
%44.84
%13.88

CMYK color model

#747E27 color CMYK value is (8,0,69,51).

  • cyan value is 7.94%
  • magenta value is 0.00%
  • yellow value is 69.05%
  • key color value is 50.59%

CMYK: (8,0,69,51)
C8M0Y69K51 (8%, 0%, 69%, 51%)
(0.08 / 0.00 / 0.69 / 0.51)

CMYK percentages

%7.94
%0
%69.05
%50.59

Codes

Color #747E27 in popluar color models

74 7E 27
RGB 116 126 39
HSL 67° 52.73% 32.35%
HSB/HSV 67° 69.05% 49.41%
CMYK 7.94% 0.00% 69.05%
50.59%

Color #747E27 in popluar number systems.

HEX 74 7E 27
Decimal 116 126 39
Binary 1110100 1111110 100111
Octal 164 176 47

Shades and tints

Shades of #747E27

#747E27
(116,126,39)
#6A7324
(106,115,36)
#606821
(96,104,33)
#565D1E
(86,93,30)
#4C521B
(76,82,27)
#424718
(66,71,24)
#383C15
(56,60,21)
#2E3112
(46,49,18)
#24260F
(36,38,15)
#1A1B0C
(26,27,12)
#101009
(16,16,9)
#000000
(0,0,0)

Tints of #747E27

#747E27
(116,126,39)
#80893A
(128,137,58)
#8C944D
(140,148,77)
#989F60
(152,159,96)
#A4AA73
(164,170,115)
#B0B586
(176,181,134)
#BCC099
(188,192,153)
#C8CBAC
(200,203,172)
#D4D6BF
(212,214,191)
#E0E1D2
(224,225,210)
#ECECE5
(236,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747E27 color. Also use rgb(116,126,39) instead hex code.

Text Font Color

.myTextColor { color: #747E27; }

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

This text font color is #747E27.

Background Color

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

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

This div background color is #747E27.

Border color

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

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

This div border color is #747E27.

Opacity

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

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

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

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

This text has shadow with #747E27 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #747E27.

Preview

Color preview on black background

This text has color #747E27 on black background.


Color preview on white background

This text has color #747E27 on white background.


Black color preview on #747E27 background

This text has black color on #747E27 background.


White color preview on #747E27 background

This text has white color on #747E27 background.


Related colors

Complementary color

Complementary color for #hex is #8B81D8.


I love getcolorcode.com

Triadic colors

1 #27747E and #7E2774 with #747E27 are triadic colors.

2 #277E74 and #7E7427 with #747E27 are triadic colors.