COLOR #764C3F

HEX: #764C3F
RGB: (118,76,63)

Color info

#764C3F contains red, green and blue colors in about the same proportion. Web safe color of #764C3F is #663333 (or #633).

RGB color model

#764C3F color RGB value is (118,76,63).

  • red value is 118;
  • green value is 76;
  • blue value is 63.
RGB:
(118,76,63)
(46%,30%,25%)

RGB channels and saturation

R 118 of 255 = 46%
G 76 of 255 = 30%
B 63 of 255 = 25%

118
76
63

R + G + B ~ 34%. #764C3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 76 + 63 = 257 (100%)
R 118 of 257 ~ 45.91%
G 76 of 257 ~ 29.57%
B 63 of 257 ~ 24.51%

%45.91
%29.57
%24.51

CMYK color model

#764C3F color CMYK value is (0,36,47,54).

  • cyan value is 0.00%
  • magenta value is 35.59%
  • yellow value is 46.61%
  • key color value is 53.73%
CMYK:
(0,36,47,54)
C0M36Y47K54 
(0%,36%,47%,54%)
(0.00/0.36/0.47/0.54)	

CMYK percentages

%0
%35.59
%46.61
%53.73

Codes

Color #764C3F in popluar color models

764C3F
RGB1187663
HSL14°30.39%35.49%
HSB/HSV14°46.61%46.27%
CMYK0.00%35.59%46.61%
53.73%

Color #764C3F in popluar number systems.

HEX764C3F
Decimal1187663
Binary11101101001100111111
Octal16611477

Shades and tints

Shades of #764C3F

#764C3F
(118,76,63)
#6C463A
(108,70,58)
#624035
(98,64,53)
#583A30
(88,58,48)
#4E342B
(78,52,43)
#442E26
(68,46,38)
#3A2821
(58,40,33)
#30221C
(48,34,28)
#261C17
(38,28,23)
#1C1612
(28,22,18)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #764C3F

#764C3F
(118,76,63)
#825C50
(130,92,80)
#8E6C61
(142,108,97)
#9A7C72
(154,124,114)
#A68C83
(166,140,131)
#B29C94
(178,156,148)
#BEACA5
(190,172,165)
#CABCB6
(202,188,182)
#D6CCC7
(214,204,199)
#E2DCD8
(226,220,216)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764C3F color. Also use rgb(118,76,63) instead hex code.

Text Font Color

.myTextColor { color: #764C3F; }

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

This text font color is #764C3F.


Background Color

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

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

This div background color is #764C3F.


Border color

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

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

This div border color is #764C3F.


Opacity

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

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

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

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

This text has shadow with #764C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764C3F on black background.


Color preview on white background

This text has color #764C3F on white background.



Black color preview on #764C3F background

This text has black color on #764C3F background.


White color preview on #764C3F background

This text has white color on #764C3F background.