COLOR #746247

HEX: #746247
RGB: (116,98,71)

Color info

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

RGB color model

#746247 color RGB value is (116,98,71).

  • red value is 116;
  • green value is 98;
  • blue value is 71.
RGB:
(116,98,71)
(45%,38%,28%)

RGB channels and saturation

R 116 of 255 = 45%
G 98 of 255 = 38%
B 71 of 255 = 28%

116
98
71

R + G + B ~ 37%. #746247 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 98 + 71 = 285 (100%)
R 116 of 285 ~ 40.7%
G 98 of 285 ~ 34.39%
B 71 of 285 ~ 24.91%

%40.7
%34.39
%24.91

CMYK color model

#746247 color CMYK value is (0,16,39,55).

  • cyan value is 0.00%
  • magenta value is 15.52%
  • yellow value is 38.79%
  • key color value is 54.51%
CMYK:
(0,16,39,55)
C0M16Y39K55 
(0%,16%,39%,55%)
(0.00/0.16/0.39/0.55)	

CMYK percentages

%0
%15.52
%38.79
%54.51

Codes

Color #746247 in popluar color models

746247
RGB1169871
HSL36°24.06%36.67%
HSB/HSV36°38.79%45.49%
CMYK0.00%15.52%38.79%
54.51%

Color #746247 in popluar number systems.

HEX746247
Decimal1169871
Binary111010011000101000111
Octal164142107

Shades and tints

Shades of #746247

#746247
(116,98,71)
#6A5A41
(106,90,65)
#60523B
(96,82,59)
#564A35
(86,74,53)
#4C422F
(76,66,47)
#423A29
(66,58,41)
#383223
(56,50,35)
#2E2A1D
(46,42,29)
#242217
(36,34,23)
#1A1A11
(26,26,17)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #746247

#746247
(116,98,71)
#807057
(128,112,87)
#8C7E67
(140,126,103)
#988C77
(152,140,119)
#A49A87
(164,154,135)
#B0A897
(176,168,151)
#BCB6A7
(188,182,167)
#C8C4B7
(200,196,183)
#D4D2C7
(212,210,199)
#E0E0D7
(224,224,215)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746247; }

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

This text font color is #746247.


Background Color

.myBgColor { background-color: #746247; }

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

This div background color is #746247.


Border color

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

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

This div border color is #746247.


Opacity

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

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

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

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

This text has shadow with #746247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746247 on black background.


Color preview on white background

This text has color #746247 on white background.



Black color preview on #746247 background

This text has black color on #746247 background.


White color preview on #746247 background

This text has white color on #746247 background.