COLOR #764634

HEX: #764634
RGB: (118,70,52)

Color info

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

RGB color model

#764634 color RGB value is (118,70,52).

  • red value is 118;
  • green value is 70;
  • blue value is 52.
RGB:
(118,70,52)
(46%,27%,20%)

RGB channels and saturation

R 118 of 255 = 46%
G 70 of 255 = 27%
B 52 of 255 = 20%

118
70
52

R + G + B ~ 31%. #764634 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 70 + 52 = 240 (100%)
R 118 of 240 ~ 49.17%
G 70 of 240 ~ 29.17%
B 52 of 240 ~ 21.67%

%49.17
%29.17
%21.67

CMYK color model

#764634 color CMYK value is (0,41,56,54).

  • cyan value is 0.00%
  • magenta value is 40.68%
  • yellow value is 55.93%
  • key color value is 53.73%
CMYK:
(0,41,56,54)
C0M41Y56K54 
(0%,41%,56%,54%)
(0.00/0.41/0.56/0.54)	

CMYK percentages

%0
%40.68
%55.93
%53.73

Codes

Color #764634 in popluar color models

764634
RGB1187052
HSL16°38.82%33.33%
HSB/HSV16°55.93%46.27%
CMYK0.00%40.68%55.93%
53.73%

Color #764634 in popluar number systems.

HEX764634
Decimal1187052
Binary11101101000110110100
Octal16610664

Shades and tints

Shades of #764634

#764634
(118,70,52)
#6C4030
(108,64,48)
#623A2C
(98,58,44)
#583428
(88,52,40)
#4E2E24
(78,46,36)
#442820
(68,40,32)
#3A221C
(58,34,28)
#301C18
(48,28,24)
#261614
(38,22,20)
#1C1010
(28,16,16)
#120A0C
(18,10,12)
#000000
(0,0,0)

Tints of #764634

#764634
(118,70,52)
#825646
(130,86,70)
#8E6658
(142,102,88)
#9A766A
(154,118,106)
#A6867C
(166,134,124)
#B2968E
(178,150,142)
#BEA6A0
(190,166,160)
#CAB6B2
(202,182,178)
#D6C6C4
(214,198,196)
#E2D6D6
(226,214,214)
#EEE6E8
(238,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764634 color. Also use rgb(118,70,52) instead hex code.

Text Font Color

.myTextColor { color: #764634; }

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

This text font color is #764634.


Background Color

.myBgColor { background-color: #764634; }

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

This div background color is #764634.


Border color

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

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

This div border color is #764634.


Opacity

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

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

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

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

This text has shadow with #764634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764634 on black background.


Color preview on white background

This text has color #764634 on white background.



Black color preview on #764634 background

This text has black color on #764634 background.


White color preview on #764634 background

This text has white color on #764634 background.