COLOR #747244

HEX: #747244
RGB: (116,114,68)

Color info

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

RGB color model

#747244 color RGB value is (116,114,68).

  • red value is 116;
  • green value is 114;
  • blue value is 68.
RGB:
(116,114,68)
(45%,45%,27%)

RGB channels and saturation

R 116 of 255 = 45%
G 114 of 255 = 45%
B 68 of 255 = 27%

116
114
68

R + G + B ~ 39%. #747244 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 114 + 68 = 298 (100%)
R 116 of 298 ~ 38.93%
G 114 of 298 ~ 38.26%
B 68 of 298 ~ 22.82%

%38.93
%38.26
%22.82

CMYK color model

#747244 color CMYK value is (0,2,41,55).

  • cyan value is 0.00%
  • magenta value is 1.72%
  • yellow value is 41.38%
  • key color value is 54.51%
CMYK:
(0,2,41,55)
C0M2Y41K55 
(0%,2%,41%,55%)
(0.00/0.02/0.41/0.55)	

CMYK percentages

%0
%1.72
%41.38
%54.51

Codes

Color #747244 in popluar color models

747244
RGB11611468
HSL58°26.09%36.08%
HSB/HSV58°41.38%45.49%
CMYK0.00%1.72%41.38%
54.51%

Color #747244 in popluar number systems.

HEX747244
Decimal11611468
Binary111010011100101000100
Octal164162104

Shades and tints

Shades of #747244

#747244
(116,114,68)
#6A683E
(106,104,62)
#605E38
(96,94,56)
#565432
(86,84,50)
#4C4A2C
(76,74,44)
#424026
(66,64,38)
#383620
(56,54,32)
#2E2C1A
(46,44,26)
#242214
(36,34,20)
#1A180E
(26,24,14)
#100E08
(16,14,8)
#000000
(0,0,0)

Tints of #747244

#747244
(116,114,68)
#807E55
(128,126,85)
#8C8A66
(140,138,102)
#989677
(152,150,119)
#A4A288
(164,162,136)
#B0AE99
(176,174,153)
#BCBAAA
(188,186,170)
#C8C6BB
(200,198,187)
#D4D2CC
(212,210,204)
#E0DEDD
(224,222,221)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747244; }

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

This text font color is #747244.


Background Color

.myBgColor { background-color: #747244; }

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

This div background color is #747244.


Border color

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

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

This div border color is #747244.


Opacity

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

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

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

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

This text has shadow with #747244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747244 on black background.


Color preview on white background

This text has color #747244 on white background.



Black color preview on #747244 background

This text has black color on #747244 background.


White color preview on #747244 background

This text has white color on #747244 background.