COLOR #764D21

HEX: #764D21
RGB: (118,77,33)

Color info

#764D21 contains mainly red and green colors. Web safe color of #764D21 is #663333 (or #633).

RGB color model

#764D21 color RGB value is (118,77,33).

  • red value is 118;
  • green value is 77;
  • blue value is 33.
RGB:
(118,77,33)
(46%,30%,13%)

RGB channels and saturation

R 118 of 255 = 46%
G 77 of 255 = 30%
B 33 of 255 = 13%

118
77
33

R + G + B ~ 30%. #764D21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 77 + 33 = 228 (100%)
R 118 of 228 ~ 51.75%
G 77 of 228 ~ 33.77%
B 33 of 228 ~ 14.47%

%51.75
%33.77
%14.47

CMYK color model

#764D21 color CMYK value is (0,35,72,54).

  • cyan value is 0.00%
  • magenta value is 34.75%
  • yellow value is 72.03%
  • key color value is 53.73%
CMYK:
(0,35,72,54)
C0M35Y72K54 
(0%,35%,72%,54%)
(0.00/0.35/0.72/0.54)	

CMYK percentages

%0
%34.75
%72.03
%53.73

Codes

Color #764D21 in popluar color models

764D21
RGB1187733
HSL31°56.29%29.61%
HSB/HSV31°72.03%46.27%
CMYK0.00%34.75%72.03%
53.73%

Color #764D21 in popluar number systems.

HEX764D21
Decimal1187733
Binary11101101001101100001
Octal16611541

Shades and tints

Shades of #764D21

#764D21
(118,77,33)
#6C461E
(108,70,30)
#623F1B
(98,63,27)
#583818
(88,56,24)
#4E3115
(78,49,21)
#442A12
(68,42,18)
#3A230F
(58,35,15)
#301C0C
(48,28,12)
#261509
(38,21,9)
#1C0E06
(28,14,6)
#120703
(18,7,3)
#000000
(0,0,0)

Tints of #764D21

#764D21
(118,77,33)
#825D35
(130,93,53)
#8E6D49
(142,109,73)
#9A7D5D
(154,125,93)
#A68D71
(166,141,113)
#B29D85
(178,157,133)
#BEAD99
(190,173,153)
#CABDAD
(202,189,173)
#D6CDC1
(214,205,193)
#E2DDD5
(226,221,213)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764D21 color. Also use rgb(118,77,33) instead hex code.

Text Font Color

.myTextColor { color: #764D21; }

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

This text font color is #764D21.


Background Color

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

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

This div background color is #764D21.


Border color

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

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

This div border color is #764D21.


Opacity

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

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

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

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

This text has shadow with #764D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764D21 on black background.


Color preview on white background

This text has color #764D21 on white background.



Black color preview on #764D21 background

This text has black color on #764D21 background.


White color preview on #764D21 background

This text has white color on #764D21 background.