COLOR #747243

HEX: #747243
RGB: (116,114,67)

Color info

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

RGB color model

#747243 color RGB value is (116,114,67).

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

RGB channels and saturation

R 116 of 255 = 45%
G 114 of 255 = 45%
B 67 of 255 = 26%

116
114
67

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

Portions of RGB colors in percentages

R + G + B =
116 + 114 + 67 = 297 (100%)
R 116 of 297 ~ 39.06%
G 114 of 297 ~ 38.38%
B 67 of 297 ~ 22.56%

%39.06
%38.38
%22.56

CMYK color model

#747243 color CMYK value is (0,2,42,55).

  • cyan value is 0.00%
  • magenta value is 1.72%
  • yellow value is 42.24%
  • key color value is 54.51%
CMYK:
(0,2,42,55)
C0M2Y42K55 
(0%,2%,42%,55%)
(0.00/0.02/0.42/0.55)	

CMYK percentages

%0
%1.72
%42.24
%54.51

Codes

Color #747243 in popluar color models

747243
RGB11611467
HSL58°26.78%35.88%
HSB/HSV58°42.24%45.49%
CMYK0.00%1.72%42.24%
54.51%

Color #747243 in popluar number systems.

HEX747243
Decimal11611467
Binary111010011100101000011
Octal164162103

Shades and tints

Shades of #747243

#747243
(116,114,67)
#6A683D
(106,104,61)
#605E37
(96,94,55)
#565431
(86,84,49)
#4C4A2B
(76,74,43)
#424025
(66,64,37)
#38361F
(56,54,31)
#2E2C19
(46,44,25)
#242213
(36,34,19)
#1A180D
(26,24,13)
#100E07
(16,14,7)
#000000
(0,0,0)

Tints of #747243

#747243
(116,114,67)
#807E54
(128,126,84)
#8C8A65
(140,138,101)
#989676
(152,150,118)
#A4A287
(164,162,135)
#B0AE98
(176,174,152)
#BCBAA9
(188,186,169)
#C8C6BA
(200,198,186)
#D4D2CB
(212,210,203)
#E0DEDC
(224,222,220)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747243; }

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

This text font color is #747243.


Background Color

.myBgColor { background-color: #747243; }

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

This div background color is #747243.


Border color

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

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

This div border color is #747243.


Opacity

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

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

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

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

This text has shadow with #747243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747243 on black background.


Color preview on white background

This text has color #747243 on white background.



Black color preview on #747243 background

This text has black color on #747243 background.


White color preview on #747243 background

This text has white color on #747243 background.