COLOR #747A37

HEX: #747A37 RGB: (116,122,55)

Color info

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

RGB color model

#747A37 color RGB value is (116,122,55).

RGB: (116,122,55) (45%, 48%, 22%)

RGB channels and saturation

R 116 of 255 = 45%
G 122 of 255 = 48%
B 55 of 255 = 22%

116
122
55

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

Portions of RGB colors in percentages

R + G + B = 116 + 122 + 55 = 293 (100%)
R 116 of 293 ~ 39.59%
G 122 of 293 ~ 41.64%
B 55 of 293 ~ 18.77'%

%39.59
%41.64
%18.77

CMYK color model

#747A37 color CMYK value is (5,0,55,52).

  • cyan value is 4.92%
  • magenta value is 0.00%
  • yellow value is 54.92%
  • key color value is 52.16%

CMYK: (5,0,55,52)
C5M0Y55K52 (5%, 0%, 55%, 52%)
(0.05 / 0.00 / 0.55 / 0.52)

CMYK percentages

%4.92
%0
%54.92
%52.16

Codes

Color #747A37 in popluar color models

74 7A 37
RGB 116 122 55
HSL 65° 37.85% 34.71%
HSB/HSV 65° 54.92% 47.84%
CMYK 4.92% 0.00% 54.92%
52.16%

Color #747A37 in popluar number systems.

HEX 74 7A 37
Decimal 116 122 55
Binary 1110100 1111010 110111
Octal 164 172 67

Shades and tints

Shades of #747A37

#747A37
(116,122,55)
#6A6F32
(106,111,50)
#60642D
(96,100,45)
#565928
(86,89,40)
#4C4E23
(76,78,35)
#42431E
(66,67,30)
#383819
(56,56,25)
#2E2D14
(46,45,20)
#24220F
(36,34,15)
#1A170A
(26,23,10)
#100C05
(16,12,5)
#000000
(0,0,0)

Tints of #747A37

#747A37
(116,122,55)
#808649
(128,134,73)
#8C925B
(140,146,91)
#989E6D
(152,158,109)
#A4AA7F
(164,170,127)
#B0B691
(176,182,145)
#BCC2A3
(188,194,163)
#C8CEB5
(200,206,181)
#D4DAC7
(212,218,199)
#E0E6D9
(224,230,217)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747A37 color. Also use rgb(116,122,55) instead hex code.

Text Font Color

.myTextColor { color: #747A37; }

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

This text font color is #747A37.

Background Color

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

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

This div background color is #747A37.

Border color

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

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

This div border color is #747A37.

Opacity

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

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

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

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

This text has shadow with #747A37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #747A37.

Preview

Color preview on black background

This text has color #747A37 on black background.


Color preview on white background

This text has color #747A37 on white background.


Black color preview on #747A37 background

This text has black color on #747A37 background.


White color preview on #747A37 background

This text has white color on #747A37 background.


Related colors

Complementary color

Complementary color for #hex is #8B85C8.


I love getcolorcode.com

Triadic colors

1 #37747A and #7A3774 with #747A37 are triadic colors.

2 #377A74 and #7A7437 with #747A37 are triadic colors.