COLOR #746240

HEX: #746240
RGB: (116,98,64)

Color info

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

RGB color model

#746240 color RGB value is (116,98,64).

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

RGB channels and saturation

R 116 of 255 = 45%
G 98 of 255 = 38%
B 64 of 255 = 25%

116
98
64

R + G + B ~ 36%. #746240 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 98 + 64 = 278 (100%)
R 116 of 278 ~ 41.73%
G 98 of 278 ~ 35.25%
B 64 of 278 ~ 23.02%

%41.73
%35.25
%23.02

CMYK color model

#746240 color CMYK value is (0,16,45,55).

  • cyan value is 0.00%
  • magenta value is 15.52%
  • yellow value is 44.83%
  • key color value is 54.51%
CMYK:
(0,16,45,55)
C0M16Y45K55 
(0%,16%,45%,55%)
(0.00/0.16/0.45/0.55)	

CMYK percentages

%0
%15.52
%44.83
%54.51

Codes

Color #746240 in popluar color models

746240
RGB1169864
HSL39°28.89%35.29%
HSB/HSV39°44.83%45.49%
CMYK0.00%15.52%44.83%
54.51%

Color #746240 in popluar number systems.

HEX746240
Decimal1169864
Binary111010011000101000000
Octal164142100

Shades and tints

Shades of #746240

#746240
(116,98,64)
#6A5A3B
(106,90,59)
#605236
(96,82,54)
#564A31
(86,74,49)
#4C422C
(76,66,44)
#423A27
(66,58,39)
#383222
(56,50,34)
#2E2A1D
(46,42,29)
#242218
(36,34,24)
#1A1A13
(26,26,19)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #746240

#746240
(116,98,64)
#807051
(128,112,81)
#8C7E62
(140,126,98)
#988C73
(152,140,115)
#A49A84
(164,154,132)
#B0A895
(176,168,149)
#BCB6A6
(188,182,166)
#C8C4B7
(200,196,183)
#D4D2C8
(212,210,200)
#E0E0D9
(224,224,217)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746240; }

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

This text font color is #746240.


Background Color

.myBgColor { background-color: #746240; }

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

This div background color is #746240.


Border color

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

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

This div border color is #746240.


Opacity

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

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

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

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

This text has shadow with #746240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746240 on black background.


Color preview on white background

This text has color #746240 on white background.



Black color preview on #746240 background

This text has black color on #746240 background.


White color preview on #746240 background

This text has white color on #746240 background.