COLOR #764E32

HEX: #764E32
RGB: (118,78,50)

Color info

#764E32 contains mainly red and green colors. Web safe color of #764E32 is #666633 (or #663).

RGB color model

#764E32 color RGB value is (118,78,50).

  • red value is 118;
  • green value is 78;
  • blue value is 50.
RGB:
(118,78,50)
(46%,31%,20%)

RGB channels and saturation

R 118 of 255 = 46%
G 78 of 255 = 31%
B 50 of 255 = 20%

118
78
50

R + G + B ~ 32%. #764E32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 78 + 50 = 246 (100%)
R 118 of 246 ~ 47.97%
G 78 of 246 ~ 31.71%
B 50 of 246 ~ 20.33%

%47.97
%31.71
%20.33

CMYK color model

#764E32 color CMYK value is (0,34,58,54).

  • cyan value is 0.00%
  • magenta value is 33.90%
  • yellow value is 57.63%
  • key color value is 53.73%
CMYK:
(0,34,58,54)
C0M34Y58K54 
(0%,34%,58%,54%)
(0.00/0.34/0.58/0.54)	

CMYK percentages

%0
%33.9
%57.63
%53.73

Codes

Color #764E32 in popluar color models

764E32
RGB1187850
HSL25°40.48%32.94%
HSB/HSV25°57.63%46.27%
CMYK0.00%33.90%57.63%
53.73%

Color #764E32 in popluar number systems.

HEX764E32
Decimal1187850
Binary11101101001110110010
Octal16611662

Shades and tints

Shades of #764E32

#764E32
(118,78,50)
#6C472E
(108,71,46)
#62402A
(98,64,42)
#583926
(88,57,38)
#4E3222
(78,50,34)
#442B1E
(68,43,30)
#3A241A
(58,36,26)
#301D16
(48,29,22)
#261612
(38,22,18)
#1C0F0E
(28,15,14)
#12080A
(18,8,10)
#000000
(0,0,0)

Tints of #764E32

#764E32
(118,78,50)
#825E44
(130,94,68)
#8E6E56
(142,110,86)
#9A7E68
(154,126,104)
#A68E7A
(166,142,122)
#B29E8C
(178,158,140)
#BEAE9E
(190,174,158)
#CABEB0
(202,190,176)
#D6CEC2
(214,206,194)
#E2DED4
(226,222,212)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764E32 color. Also use rgb(118,78,50) instead hex code.

Text Font Color

.myTextColor { color: #764E32; }

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

This text font color is #764E32.


Background Color

.myBgColor { background-color: #764E32; }

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

This div background color is #764E32.


Border color

.myBorderColor { border: 1px solid #764E32; }

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

This div border color is #764E32.


Opacity

.myOpacity80 { color: #764E32; opacity: 0.8; }

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

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

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

This text has shadow with #764E32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764E32 on black background.


Color preview on white background

This text has color #764E32 on white background.



Black color preview on #764E32 background

This text has black color on #764E32 background.


White color preview on #764E32 background

This text has white color on #764E32 background.