COLOR #764D1B

HEX: #764D1B
RGB: (118,77,27)

Color info

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

RGB color model

#764D1B color RGB value is (118,77,27).

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

RGB channels and saturation

R 118 of 255 = 46%
G 77 of 255 = 30%
B 27 of 255 = 11%

118
77
27

R + G + B ~ 29%. #764D1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 77 + 27 = 222 (100%)
R 118 of 222 ~ 53.15%
G 77 of 222 ~ 34.68%
B 27 of 222 ~ 12.16%

%53.15
%34.68
%12.16

CMYK color model

#764D1B color CMYK value is (0,35,77,54).

  • cyan value is 0.00%
  • magenta value is 34.75%
  • yellow value is 77.12%
  • key color value is 53.73%
CMYK:
(0,35,77,54)
C0M35Y77K54 
(0%,35%,77%,54%)
(0.00/0.35/0.77/0.54)	

CMYK percentages

%0
%34.75
%77.12
%53.73

Codes

Color #764D1B in popluar color models

764D1B
RGB1187727
HSL33°62.76%28.43%
HSB/HSV33°77.12%46.27%
CMYK0.00%34.75%77.12%
53.73%

Color #764D1B in popluar number systems.

HEX764D1B
Decimal1187727
Binary1110110100110111011
Octal16611533

Shades and tints

Shades of #764D1B

#764D1B
(118,77,27)
#6C4619
(108,70,25)
#623F17
(98,63,23)
#583815
(88,56,21)
#4E3113
(78,49,19)
#442A11
(68,42,17)
#3A230F
(58,35,15)
#301C0D
(48,28,13)
#26150B
(38,21,11)
#1C0E09
(28,14,9)
#120707
(18,7,7)
#000000
(0,0,0)

Tints of #764D1B

#764D1B
(118,77,27)
#825D2F
(130,93,47)
#8E6D43
(142,109,67)
#9A7D57
(154,125,87)
#A68D6B
(166,141,107)
#B29D7F
(178,157,127)
#BEAD93
(190,173,147)
#CABDA7
(202,189,167)
#D6CDBB
(214,205,187)
#E2DDCF
(226,221,207)
#EEEDE3
(238,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764D1B; }

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

This text font color is #764D1B.


Background Color

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

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

This div background color is #764D1B.


Border color

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

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

This div border color is #764D1B.


Opacity

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

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

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

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

This text has shadow with #764D1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764D1B on black background.


Color preview on white background

This text has color #764D1B on white background.



Black color preview on #764D1B background

This text has black color on #764D1B background.


White color preview on #764D1B background

This text has white color on #764D1B background.