COLOR #764C38

HEX: #764C38
RGB: (118,76,56)

Color info

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

RGB color model

#764C38 color RGB value is (118,76,56).

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

RGB channels and saturation

R 118 of 255 = 46%
G 76 of 255 = 30%
B 56 of 255 = 22%

118
76
56

R + G + B ~ 33%. #764C38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 76 + 56 = 250 (100%)
R 118 of 250 ~ 47.2%
G 76 of 250 ~ 30.4%
B 56 of 250 ~ 22.4%

%47.2
%30.4
%22.4

CMYK color model

#764C38 color CMYK value is (0,36,53,54).

  • cyan value is 0.00%
  • magenta value is 35.59%
  • yellow value is 52.54%
  • key color value is 53.73%
CMYK:
(0,36,53,54)
C0M36Y53K54 
(0%,36%,53%,54%)
(0.00/0.36/0.53/0.54)	

CMYK percentages

%0
%35.59
%52.54
%53.73

Codes

Color #764C38 in popluar color models

764C38
RGB1187656
HSL19°35.63%34.12%
HSB/HSV19°52.54%46.27%
CMYK0.00%35.59%52.54%
53.73%

Color #764C38 in popluar number systems.

HEX764C38
Decimal1187656
Binary11101101001100111000
Octal16611470

Shades and tints

Shades of #764C38

#764C38
(118,76,56)
#6C4633
(108,70,51)
#62402E
(98,64,46)
#583A29
(88,58,41)
#4E3424
(78,52,36)
#442E1F
(68,46,31)
#3A281A
(58,40,26)
#302215
(48,34,21)
#261C10
(38,28,16)
#1C160B
(28,22,11)
#121006
(18,16,6)
#000000
(0,0,0)

Tints of #764C38

#764C38
(118,76,56)
#825C4A
(130,92,74)
#8E6C5C
(142,108,92)
#9A7C6E
(154,124,110)
#A68C80
(166,140,128)
#B29C92
(178,156,146)
#BEACA4
(190,172,164)
#CABCB6
(202,188,182)
#D6CCC8
(214,204,200)
#E2DCDA
(226,220,218)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764C38; }

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

This text font color is #764C38.


Background Color

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

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

This div background color is #764C38.


Border color

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

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

This div border color is #764C38.


Opacity

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

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

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

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

This text has shadow with #764C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764C38 on black background.


Color preview on white background

This text has color #764C38 on white background.



Black color preview on #764C38 background

This text has black color on #764C38 background.


White color preview on #764C38 background

This text has white color on #764C38 background.