COLOR #764C33

HEX: #764C33
RGB: (118,76,51)

Color info

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

RGB color model

#764C33 color RGB value is (118,76,51).

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

RGB channels and saturation

R 118 of 255 = 46%
G 76 of 255 = 30%
B 51 of 255 = 20%

118
76
51

R + G + B ~ 32%. #764C33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 76 + 51 = 245 (100%)
R 118 of 245 ~ 48.16%
G 76 of 245 ~ 31.02%
B 51 of 245 ~ 20.82%

%48.16
%31.02
%20.82

CMYK color model

#764C33 color CMYK value is (0,36,57,54).

  • cyan value is 0.00%
  • magenta value is 35.59%
  • yellow value is 56.78%
  • key color value is 53.73%
CMYK:
(0,36,57,54)
C0M36Y57K54 
(0%,36%,57%,54%)
(0.00/0.36/0.57/0.54)	

CMYK percentages

%0
%35.59
%56.78
%53.73

Codes

Color #764C33 in popluar color models

764C33
RGB1187651
HSL22°39.64%33.14%
HSB/HSV22°56.78%46.27%
CMYK0.00%35.59%56.78%
53.73%

Color #764C33 in popluar number systems.

HEX764C33
Decimal1187651
Binary11101101001100110011
Octal16611463

Shades and tints

Shades of #764C33

#764C33
(118,76,51)
#6C462F
(108,70,47)
#62402B
(98,64,43)
#583A27
(88,58,39)
#4E3423
(78,52,35)
#442E1F
(68,46,31)
#3A281B
(58,40,27)
#302217
(48,34,23)
#261C13
(38,28,19)
#1C160F
(28,22,15)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #764C33

#764C33
(118,76,51)
#825C45
(130,92,69)
#8E6C57
(142,108,87)
#9A7C69
(154,124,105)
#A68C7B
(166,140,123)
#B29C8D
(178,156,141)
#BEAC9F
(190,172,159)
#CABCB1
(202,188,177)
#D6CCC3
(214,204,195)
#E2DCD5
(226,220,213)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764C33; }

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

This text font color is #764C33.


Background Color

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

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

This div background color is #764C33.


Border color

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

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

This div border color is #764C33.


Opacity

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

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

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

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

This text has shadow with #764C33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764C33 on black background.


Color preview on white background

This text has color #764C33 on white background.



Black color preview on #764C33 background

This text has black color on #764C33 background.


White color preview on #764C33 background

This text has white color on #764C33 background.