COLOR #747449

HEX: #747449 RGB: (116,116,73)

Color info

#747449 contains red, green and blue colors in about the same proportion. Web safe color of #747449 is #666633 (or #663).

RGB color model

#747449 color RGB value is (116,116,73).

RGB: (116,116,73) (45%, 45%, 29%)

RGB channels and saturation

R 116 of 255 = 45%
G 116 of 255 = 45%
B 73 of 255 = 29%

116
116
73

R + G + B ~ 40%. #747449 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 116 + 73 = 305 (100%)
R 116 of 305 ~ 38.03%
G 116 of 305 ~ 38.03%
B 73 of 305 ~ 23.93'%

%38.03
%38.03
%23.93

CMYK color model

#747449 color CMYK value is (0,0,37,55).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 37.07%
  • key color value is 54.51%

CMYK: (0,0,37,55)
C0M0Y37K55 (0%, 0%, 37%, 55%)
(0.00 / 0.00 / 0.37 / 0.55)

CMYK percentages

%0
%0
%37.07
%54.51

Codes

Color #747449 in popluar color models

74 74 49
RGB 116 116 73
HSL 60° 22.75% 37.06%
HSB/HSV 60° 37.07% 45.49%
CMYK 0.00% 0.00% 37.07%
54.51%

Color #747449 in popluar number systems.

HEX 74 74 49
Decimal 116 116 73
Binary 1110100 1110100 1001001
Octal 164 164 111

Shades and tints

Shades of #747449

#747449
(116,116,73)
#6A6A43
(106,106,67)
#60603D
(96,96,61)
#565637
(86,86,55)
#4C4C31
(76,76,49)
#42422B
(66,66,43)
#383825
(56,56,37)
#2E2E1F
(46,46,31)
#242419
(36,36,25)
#1A1A13
(26,26,19)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #747449

#747449
(116,116,73)
#808059
(128,128,89)
#8C8C69
(140,140,105)
#989879
(152,152,121)
#A4A489
(164,164,137)
#B0B099
(176,176,153)
#BCBCA9
(188,188,169)
#C8C8B9
(200,200,185)
#D4D4C9
(212,212,201)
#E0E0D9
(224,224,217)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747449 color. Also use rgb(116,116,73) instead hex code.

Text Font Color

.myTextColor { color: #747449; }

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

This text font color is #747449.

Background Color

.myBgColor { background-color: #747449; }

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

This div background color is #747449.

Border color

.myBorderColor { border: 1px solid #747449; }

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

This div border color is #747449.

Opacity

.myOpacity80 { color: #747449; opacity: 0.8; }

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

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

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

This text has shadow with #747449 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #747449.

Preview

Color preview on black background

This text has color #747449 on black background.


Color preview on white background

This text has color #747449 on white background.


Black color preview on #747449 background

This text has black color on #747449 background.


White color preview on #747449 background

This text has white color on #747449 background.


Related colors

Complementary color

Complementary color for #hex is #8B8BB6.


I love getcolorcode.com