COLOR #747352

HEX: #747352
RGB: (116,115,82)

Color info

#747352 contains red, green and blue colors in about the same proportion. Web safe color of #747352 is #666666 (or #666).

RGB color model

#747352 color RGB value is (116,115,82).

  • red value is 116;
  • green value is 115;
  • blue value is 82.
RGB:
(116,115,82)
(45%,45%,32%)

RGB channels and saturation

R 116 of 255 = 45%
G 115 of 255 = 45%
B 82 of 255 = 32%

116
115
82

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

Portions of RGB colors in percentages

R + G + B =
116 + 115 + 82 = 313 (100%)
R 116 of 313 ~ 37.06%
G 115 of 313 ~ 36.74%
B 82 of 313 ~ 26.2%

%37.06
%36.74
%26.2

CMYK color model

#747352 color CMYK value is (0,1,29,55).

  • cyan value is 0.00%
  • magenta value is 0.86%
  • yellow value is 29.31%
  • key color value is 54.51%
CMYK:
(0,1,29,55)
C0M1Y29K55 
(0%,1%,29%,55%)
(0.00/0.01/0.29/0.55)	

CMYK percentages

%0
%0.86
%29.31
%54.51

Codes

Color #747352 in popluar color models

747352
RGB11611582
HSL58°17.17%38.82%
HSB/HSV58°29.31%45.49%
CMYK0.00%0.86%29.31%
54.51%

Color #747352 in popluar number systems.

HEX747352
Decimal11611582
Binary111010011100111010010
Octal164163122

Shades and tints

Shades of #747352

#747352
(116,115,82)
#6A694B
(106,105,75)
#605F44
(96,95,68)
#56553D
(86,85,61)
#4C4B36
(76,75,54)
#42412F
(66,65,47)
#383728
(56,55,40)
#2E2D21
(46,45,33)
#24231A
(36,35,26)
#1A1913
(26,25,19)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #747352

#747352
(116,115,82)
#807F61
(128,127,97)
#8C8B70
(140,139,112)
#98977F
(152,151,127)
#A4A38E
(164,163,142)
#B0AF9D
(176,175,157)
#BCBBAC
(188,187,172)
#C8C7BB
(200,199,187)
#D4D3CA
(212,211,202)
#E0DFD9
(224,223,217)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747352; }

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

This text font color is #747352.


Background Color

.myBgColor { background-color: #747352; }

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

This div background color is #747352.


Border color

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

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

This div border color is #747352.


Opacity

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

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

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

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

This text has shadow with #747352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747352 on black background.


Color preview on white background

This text has color #747352 on white background.



Black color preview on #747352 background

This text has black color on #747352 background.


White color preview on #747352 background

This text has white color on #747352 background.